VTK
9.4.20241225
|
#include <vtkLabelMapLookup.h>
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 |
virtual bool | IsLabelValue (T label)=0 |
bool | IsLabelValueInCache (T label, bool &inLabelSet) |
Public Attributes | |
std::vector< T > | Map |
Public Attributes inherited from vtkLabelMapLookup< T > | |
T | CachedValue |
T | CachedOutValue |
bool | CachedOutValueInitialized |
Additional Inherited Members | |
Static Public Member Functions inherited from vtkLabelMapLookup< T > | |
static vtkLabelMapLookup< T > * | CreateLabelLookup (const double *values, vtkIdType numLabels) |
Definition at line 85 of file vtkLabelMapLookup.h.
|
inline |
Definition at line 89 of file vtkLabelMapLookup.h.
|
inlineoverridevirtual |
Implements vtkLabelMapLookup< T >.
Definition at line 97 of file vtkLabelMapLookup.h.
std::vector<T> LabelVector< T >::Map |
Definition at line 87 of file vtkLabelMapLookup.h.