|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#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) |
| 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 | ||
| ) |