open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Functions
iATransferFunction.cpp File Reference
#include "iATransferFunction.h"
#include "iALog.h"
#include <vtkColorTransferFunction.h>
#include <vtkPiecewiseFunction.h>
#include <QString>

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 opacityRamp)
 
void defaultOpacityTF (vtkSmartPointer< vtkPiecewiseFunction > pWF, double const range[2], bool opacityRamp)
 

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  opacityRamp 
)

◆ defaultOpacityTF() [2/2]

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