open_iA 2024.9
Loading...
Searching...
No Matches
iATransferFunction.h File Reference
#include <vtkSmartPointer.h>
#include "iabase_export.h"

Classes

class  iATransferFunction
 Base class for anything providing a full transfer function (opacity + color) More...
 

Functions

iAbase_API vtkSmartPointer< vtkColorTransferFunction > defaultColorTF (double const range[2])
 
iAbase_API void defaultColorTF (vtkSmartPointer< vtkColorTransferFunction > cTF, double const range[2])
 
iAbase_API vtkSmartPointer< vtkPiecewiseFunction > defaultOpacityTF (double const range[2], bool opacityRamp)
 
iAbase_API void defaultOpacityTF (vtkSmartPointer< vtkPiecewiseFunction > pWF, double const range[2], bool opacityRamp)
 

Function Documentation

◆ defaultColorTF() [1/2]

iAbase_API vtkSmartPointer< vtkColorTransferFunction > defaultColorTF ( double const range[2])

◆ defaultColorTF() [2/2]

iAbase_API void defaultColorTF ( vtkSmartPointer< vtkColorTransferFunction > cTF,
double const range[2] )

◆ defaultOpacityTF() [1/2]

iAbase_API vtkSmartPointer< vtkPiecewiseFunction > defaultOpacityTF ( double const range[2],
bool opacityRamp )

◆ defaultOpacityTF() [2/2]

iAbase_API void defaultOpacityTF ( vtkSmartPointer< vtkPiecewiseFunction > pWF,
double const range[2],
bool opacityRamp )