custom version of vtkDiscretizableColorTransferFunction that adds some functionality.
More...
#include <vtkPVDiscretizableColorTransferFunction.h>
Inherits vtkDiscretizableColorTransferFunction.
|
typedef vtkDiscretizableColorTransferFunction | Superclass |
|
custom version of vtkDiscretizableColorTransferFunction that adds some functionality.
This class is the same as vtkDiscretizableColorTransferFunction, but it adds the concept of "active" annotations. These annotations are a subset of the full list of annotations available and are used in place of the full annotation list.
Definition at line 37 of file vtkPVDiscretizableColorTransferFunction.h.
◆ Superclass
◆ vtkPVDiscretizableColorTransferFunction()
vtkPVDiscretizableColorTransferFunction::vtkPVDiscretizableColorTransferFunction |
( |
| ) |
|
|
protected |
◆ ~vtkPVDiscretizableColorTransferFunction()
vtkPVDiscretizableColorTransferFunction::~vtkPVDiscretizableColorTransferFunction |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVDiscretizableColorTransferFunction::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVDiscretizableColorTransferFunction::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVDiscretizableColorTransferFunction::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVDiscretizableColorTransferFunction::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetAnnotationsInFullSet()
virtual void vtkPVDiscretizableColorTransferFunction::SetAnnotationsInFullSet |
( |
vtkAbstractArray * |
values, |
|
|
vtkStringArray * |
annotations |
|
) |
| |
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ GetAnnotatedValuesInFullSet()
virtual vtkAbstractArray* vtkPVDiscretizableColorTransferFunction::GetAnnotatedValuesInFullSet |
( |
| ) |
|
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ GetAnnotationsInFullSet()
virtual vtkStringArray* vtkPVDiscretizableColorTransferFunction::GetAnnotationsInFullSet |
( |
| ) |
|
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ SetAnnotationInFullSet() [1/2]
virtual vtkIdType vtkPVDiscretizableColorTransferFunction::SetAnnotationInFullSet |
( |
vtkVariant |
value, |
|
|
vtkStdString |
annotation |
|
) |
| |
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ SetAnnotationInFullSet() [2/2]
virtual vtkIdType vtkPVDiscretizableColorTransferFunction::SetAnnotationInFullSet |
( |
vtkStdString |
value, |
|
|
vtkStdString |
annotation |
|
) |
| |
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ ResetAnnotationsInFullSet()
virtual void vtkPVDiscretizableColorTransferFunction::ResetAnnotationsInFullSet |
( |
| ) |
|
|
virtual |
Parallel API to API for annotated values to set/get the full list of annotations.
A subset of the full list will be used.
◆ ResetActiveAnnotatedValues()
void vtkPVDiscretizableColorTransferFunction::ResetActiveAnnotatedValues |
( |
| ) |
|
◆ SetActiveAnnotatedValue()
void vtkPVDiscretizableColorTransferFunction::SetActiveAnnotatedValue |
( |
vtkStdString |
value | ) |
|
◆ SetNumberOfIndexedColorsInFullSet()
void vtkPVDiscretizableColorTransferFunction::SetNumberOfIndexedColorsInFullSet |
( |
int |
n | ) |
|
◆ GetNumberOfIndexedColorsInFullSet()
int vtkPVDiscretizableColorTransferFunction::GetNumberOfIndexedColorsInFullSet |
( |
| ) |
|
◆ SetIndexedColorInFullSet()
void vtkPVDiscretizableColorTransferFunction::SetIndexedColorInFullSet |
( |
unsigned int |
index, |
|
|
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| |
◆ GetIndexedColorInFullSet()
void vtkPVDiscretizableColorTransferFunction::GetIndexedColorInFullSet |
( |
unsigned int |
index, |
|
|
double |
rgb[3] |
|
) |
| |
◆ SetUseActiveValues()
virtual void vtkPVDiscretizableColorTransferFunction::SetUseActiveValues |
( |
bool |
| ) |
|
|
virtual |
Set whether to use restrict annotations to only the values designated as active.
Off by default.
◆ GetUseActiveValues()
virtual bool vtkPVDiscretizableColorTransferFunction::GetUseActiveValues |
( |
| ) |
|
|
virtual |
Set whether to use restrict annotations to only the values designated as active.
Off by default.
◆ UseActiveValuesOn()
virtual void vtkPVDiscretizableColorTransferFunction::UseActiveValuesOn |
( |
| ) |
|
|
virtual |
Set whether to use restrict annotations to only the values designated as active.
Off by default.
◆ UseActiveValuesOff()
virtual void vtkPVDiscretizableColorTransferFunction::UseActiveValuesOff |
( |
| ) |
|
|
virtual |
Set whether to use restrict annotations to only the values designated as active.
Off by default.
◆ Build()
virtual void vtkPVDiscretizableColorTransferFunction::Build |
( |
| ) |
|
|
virtual |
Override to set only the active annotations.
The documentation for this class was generated from the following file: