VTK
|
A class with comparison operator used to index input array norms used in threshold rules. More...
#include <vtkMultiThreshold.h>
Public Member Functions | |
void | ComputeNorm (vtkIdType cellId, vtkCell *cell, vtkDataArray *array, double cellNorm[2]) const |
Compute the norm of a cell by calling NormFunction for all its points or for its single cell-centered value. | |
bool | operator< (const NormKey &other) const |
A partial ordering of NormKey objects is required for them to serve as keys in the vtkMultiThreshold::IntervalRules map. | |
Public Attributes | |
int | Association |
int | Type |
std::string | Name |
int | Component |
int | AllScalars |
int | InputArrayIndex |
TupleNorm | NormFunction |
A class with comparison operator used to index input array norms used in threshold rules.
Definition at line 239 of file vtkMultiThreshold.h.
void vtkMultiThreshold::NormKey::ComputeNorm | ( | vtkIdType | cellId, |
vtkCell * | cell, | ||
vtkDataArray * | array, | ||
double | cellNorm[2] | ||
) | const |
Compute the norm of a cell by calling NormFunction for all its points or for its single cell-centered value.
bool vtkMultiThreshold::NormKey::operator< | ( | const NormKey & | other | ) | const [inline] |
A partial ordering of NormKey objects is required for them to serve as keys in the vtkMultiThreshold::IntervalRules map.
Definition at line 253 of file vtkMultiThreshold.h.
Definition at line 241 of file vtkMultiThreshold.h.
Definition at line 242 of file vtkMultiThreshold.h.
std::string vtkMultiThreshold::NormKey::Name |
Definition at line 243 of file vtkMultiThreshold.h.
Definition at line 244 of file vtkMultiThreshold.h.
Definition at line 245 of file vtkMultiThreshold.h.
Definition at line 246 of file vtkMultiThreshold.h.
Definition at line 247 of file vtkMultiThreshold.h.