| 
    VTK
    9.5.20251103
    
   | 
 
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 278 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.
      
  | 
  inline | 
A partial ordering of NormKey objects is required for them to serve as keys in the vtkMultiThreshold::IntervalRules map.
Definition at line 300 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::NormKey::Association | 
Definition at line 281 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::NormKey::Type | 
Definition at line 283 of file vtkMultiThreshold.h.
| std::string vtkMultiThreshold::NormKey::Name | 
Definition at line 285 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::NormKey::Component | 
Definition at line 286 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::NormKey::AllScalars | 
Definition at line 287 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::NormKey::InputArrayIndex | 
Definition at line 289 of file vtkMultiThreshold.h.
| TupleNorm vtkMultiThreshold::NormKey::NormFunction | 
Definition at line 290 of file vtkMultiThreshold.h.