| 
    VTK
    9.5.20251103
    
   | 
 
#include <vtkLabelMapLookup.h>
Public Member Functions | |
| SingleLabelValue (const double *values) | |
| bool | IsLabelValue (T label) override | 
  Public Member Functions inherited from vtkLabelMapLookup< T > | |
| vtkLabelMapLookup (const double *values, int numValues) | |
| virtual | ~vtkLabelMapLookup ()=default | 
| virtual bool | IsLabelValue (T label)=0 | 
| bool | IsLabelValueInCache (T label, bool &inLabelSet) | 
Additional Inherited Members | |
  Static Public Member Functions inherited from vtkLabelMapLookup< T > | |
| static vtkLabelMapLookup< T > * | CreateLabelLookup (const double *values, vtkIdType numLabels) | 
  Public Attributes inherited from vtkLabelMapLookup< T > | |
| T | CachedValue | 
| T | CachedOutValue | 
| bool | CachedOutValueInitialized | 
Definition at line 74 of file vtkLabelMapLookup.h.
      
  | 
  inline | 
Definition at line 76 of file vtkLabelMapLookup.h.
      
  | 
  inlineoverridevirtual | 
Implements vtkLabelMapLookup< T >.
Definition at line 80 of file vtkLabelMapLookup.h.