|
VTK
9.4.2
|
#include <vtkLabelMapLookup.h>
Public Member Functions | |
| LabelSet (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::unordered_set< 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 123 of file vtkLabelMapLookup.h.
|
inline |
Definition at line 127 of file vtkLabelMapLookup.h.
|
inlineoverridevirtual |
Implements vtkLabelMapLookup< T >.
Definition at line 135 of file vtkLabelMapLookup.h.
| std::unordered_set<T> LabelSet< T >::Map |
Definition at line 125 of file vtkLabelMapLookup.h.