VTK  9.3.20240329
Public Member Functions | Public Attributes | List of all members
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]

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. More...
 
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. More...
 

Public Attributes

int Association
 
int Type
 
std::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 277 of file vtkMultiThreshold.h.

Member Function Documentation

◆ ComputeNorm()

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.

◆ operator<()

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

Member Data Documentation

◆ Association

int vtkMultiThreshold::NormKey::Association

Definition at line 280 of file vtkMultiThreshold.h.

◆ Type

int vtkMultiThreshold::NormKey::Type

Definition at line 282 of file vtkMultiThreshold.h.

◆ Name

std::string vtkMultiThreshold::NormKey::Name

Definition at line 284 of file vtkMultiThreshold.h.

◆ Component

int vtkMultiThreshold::NormKey::Component

Definition at line 285 of file vtkMultiThreshold.h.

◆ AllScalars

int vtkMultiThreshold::NormKey::AllScalars

Definition at line 286 of file vtkMultiThreshold.h.

◆ InputArrayIndex

int vtkMultiThreshold::NormKey::InputArrayIndex

Definition at line 288 of file vtkMultiThreshold.h.

◆ NormFunction

TupleNorm vtkMultiThreshold::NormKey::NormFunction

Definition at line 289 of file vtkMultiThreshold.h.


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