|
ParaView
|
Finds the min, max, or sum of all of its input data attributes. More...
#include <vtkMinMax.h>


Finds the min, max, or sum of all of its input data attributes.
This filter lets the user choose from a set of operations and then runs that operation on all of the attribute data of its input(s). For example if MIN is requested, it finds the minimum values in all of its input data arrays. If this filter has multiple input data sets attached to its first input port, it will run the operation on each input data set in turn, producing a global minimum value over all the inputs. In parallel runs this filter REQUIRES vtkGhostLevel arrays to skip redundant information. The output of this filter will always be a single vtkPolyData that contains exactly one point and one cell (a VTK_VERTEX).
Definition at line 37 of file vtkMinMax.h.
Selects the operation to perform on the data. min/max, sum... BTX
Definition at line 46 of file vtkMinMax.h.
| vtkMinMax::vtkMinMax | ( | ) | [protected] |
| vtkMinMax::~vtkMinMax | ( | ) | [protected] |
| static vtkMinMax* vtkMinMax::New | ( | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
| virtual const char* vtkMinMax::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
| static int vtkMinMax::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
| virtual int vtkMinMax::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented from vtkPolyDataAlgorithm.
| void vtkMinMax::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
| virtual void vtkMinMax::SetOperation | ( | int | ) | [virtual] |
Selects the operation to perform on the data. min/max, sum... BTX
| virtual int vtkMinMax::GetOperation | ( | ) | [virtual] |
Selects the operation to perform on the data. min/max, sum... BTX
| void vtkMinMax::SetOperation | ( | const char * | op | ) |
Selects the operation to perform on the data. min/max, sum... BTX
| virtual int vtkMinMax::GetMismatchOccurred | ( | ) | [virtual] |
A diagnostic that should be zero. One indicates that some array didn't match up exactly.
| virtual char* vtkMinMax::GetFirstPasses | ( | ) | [virtual] |
Contains a flag for each component of each (Point or Cell) array that indicates if any of the results were never initialized.
| void vtkMinMax::FlagsForPoints | ( | ) |
Contains a flag for each component of each (Point or Cell) array that indicates if any of the results were never initialized.
| void vtkMinMax::FlagsForCells | ( | ) |
Contains a flag for each component of each (Point or Cell) array that indicates if any of the results were never initialized.
| virtual int vtkMinMax::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
| virtual int vtkMinMax::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
| void vtkMinMax::OperateOnField | ( | vtkFieldData * | id, |
| vtkFieldData * | od | ||
| ) | [protected] |
| void vtkMinMax::OperateOnArray | ( | vtkAbstractArray * | ia, |
| vtkAbstractArray * | oa | ||
| ) | [protected] |
| const char* vtkMinMax::Name |
Definition at line 73 of file vtkMinMax.h.
Definition at line 74 of file vtkMinMax.h.
int vtkMinMax::Operation [protected] |
Definition at line 93 of file vtkMinMax.h.
int vtkMinMax::ComponentIdx [protected] |
Definition at line 96 of file vtkMinMax.h.
char* vtkMinMax::CFirstPass [protected] |
Definition at line 97 of file vtkMinMax.h.
char* vtkMinMax::PFirstPass [protected] |
Definition at line 98 of file vtkMinMax.h.
char* vtkMinMax::FirstPasses [protected] |
Definition at line 99 of file vtkMinMax.h.
vtkUnsignedCharArray* vtkMinMax::GhostLevels [protected] |
Definition at line 102 of file vtkMinMax.h.
int vtkMinMax::MismatchOccurred [protected] |
Definition at line 105 of file vtkMinMax.h.
1.7.5.1