open_iA  2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Functions
iATransferFunction.cpp File Reference
#include "iATransferFunction.h"
#include <vtkColorTransferFunction.h>
#include <vtkImageData.h>
#include <vtkPiecewiseFunction.h>
Include dependency graph for iATransferFunction.cpp:

Functions

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

Function Documentation

◆ defaultColorTF() [1/2]

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

◆ defaultColorTF() [2/2]

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

◆ defaultOpacityTF() [1/2]

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

◆ defaultOpacityTF() [2/2]

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