VTK
Public Member Functions | Public Attributes
vtkMultiThreshold::NormKey Class Reference

A class with comparison operator used to index input array norms used in threshold rules. More...

#include <vtkMultiThreshold.h>

Collaboration diagram for vtkMultiThreshold::NormKey:
[legend]

List of all members.

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
vtkstd::string Name
int Component
int AllScalars
int InputArrayIndex
TupleNorm NormFunction

Detailed Description

A class with comparison operator used to index input array norms used in threshold rules.

Definition at line 235 of file vtkMultiThreshold.h.


Member Function Documentation

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 249 of file vtkMultiThreshold.h.


Member Data Documentation

int vtkMultiThreshold::NormKey::Association

Definition at line 237 of file vtkMultiThreshold.h.

int vtkMultiThreshold::NormKey::Type

Definition at line 238 of file vtkMultiThreshold.h.

vtkstd::string vtkMultiThreshold::NormKey::Name

Definition at line 239 of file vtkMultiThreshold.h.

int vtkMultiThreshold::NormKey::Component

Definition at line 240 of file vtkMultiThreshold.h.

int vtkMultiThreshold::NormKey::AllScalars

Definition at line 241 of file vtkMultiThreshold.h.

int vtkMultiThreshold::NormKey::InputArrayIndex

Definition at line 242 of file vtkMultiThreshold.h.

TupleNorm vtkMultiThreshold::NormKey::NormFunction

Definition at line 243 of file vtkMultiThreshold.h.


The documentation for this class was generated from the following file: