VTK  9.3.20240419
Public Member Functions | List of all members
SingleLabelValue< T > Struct Template Reference

#include <vtkLabelMapLookup.h>

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

Public Member Functions

 SingleLabelValue (const double *values)
 
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)
 

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 >
CachedValue
 
CachedOutValue
 
bool CachedOutValueInitialized
 

Detailed Description

template<typename T>
struct SingleLabelValue< T >

Definition at line 74 of file vtkLabelMapLookup.h.

Constructor & Destructor Documentation

◆ SingleLabelValue()

template<typename T >
SingleLabelValue< T >::SingleLabelValue ( const double *  values)
inline

Definition at line 76 of file vtkLabelMapLookup.h.

Member Function Documentation

◆ IsLabelValue()

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

Implements vtkLabelMapLookup< T >.

Definition at line 80 of file vtkLabelMapLookup.h.


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