open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes | Functions
iATransferFunction.h File Reference
#include <vtkSmartPointer.h>
#include "open_iA_Core_export.h"
Include dependency graph for iATransferFunction.h:
This graph shows which files directly or indirectly include this file:

Classes

class  iASimpleTransferFunction
 simplest possible transfer function: just a container for ctf and otf (no management of these contained classes!) More...
 
class  iATransferFunction
 base class for anything providing a full transfer function (opacity + color) More...
 

Functions

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

Function Documentation

◆ defaultColorTF() [1/2]

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

◆ defaultColorTF() [2/2]

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

◆ defaultOpacityTF() [1/2]

open_iA_Core_API vtkSmartPointer<vtkPiecewiseFunction> defaultOpacityTF ( double const  range[2],
bool  opaqueRamp 
)

◆ defaultOpacityTF() [2/2]

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