VTK  9.3.20240418
Public Member Functions | Public Attributes | List of all members
LabelVector< T > Struct Template Reference

#include <vtkLabelMapLookup.h>

Inheritance diagram for LabelVector< T >:
[legend]
Collaboration diagram for LabelVector< T >:
[legend]

Public Member Functions

 LabelVector (const double *values, int numValues)
 
bool IsLabelValue (T label) override
 
- Public Member Functions inherited from vtkLabelMapLookup< T >
 vtkLabelMapLookup (const double *values, int vtkNotUsed(numValues))
 
virtual ~vtkLabelMapLookup ()=default
 
bool IsLabelValueInCache (T label, bool &inLabelSet)
 

Public Attributes

std::vector< T > Map
 
- Public Attributes inherited from vtkLabelMapLookup< T >
CachedValue
 
CachedOutValue
 
bool CachedOutValueInitialized
 

Additional Inherited Members

- Static Public Member Functions inherited from vtkLabelMapLookup< T >
static vtkLabelMapLookup< T > * CreateLabelLookup (const double *values, vtkIdType numLabels)
 

Detailed Description

template<typename T>
struct LabelVector< T >

Definition at line 85 of file vtkLabelMapLookup.h.

Constructor & Destructor Documentation

◆ LabelVector()

template<typename T >
LabelVector< T >::LabelVector ( const double *  values,
int  numValues 
)
inline

Definition at line 89 of file vtkLabelMapLookup.h.

Member Function Documentation

◆ IsLabelValue()

template<typename T >
bool LabelVector< T >::IsLabelValue ( label)
inlineoverridevirtual

Implements vtkLabelMapLookup< T >.

Definition at line 97 of file vtkLabelMapLookup.h.

Member Data Documentation

◆ Map

template<typename T >
std::vector<T> LabelVector< T >::Map

Definition at line 87 of file vtkLabelMapLookup.h.


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