![]() |
open_iA
2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iATransferFunction.h"#include <vtkColorTransferFunction.h>#include <vtkImageData.h>#include <vtkPiecewiseFunction.h>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) |
| 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 | ||
| ) |
1.8.18