|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkImplicitFunction.h"#include "vtkTeemConfigure.h"#include <vector>
Go to the source code of this file.
Classes | |
| class | vtkBSplineInterpolateImageFunction |
| BSpline interpolation of a image dataset of points. More... | |
Defines | |
| #define | ImageDimension 3 |
| #define | VTK_INTEGRATE_MAJOR_EIGENVECTOR 0 |
| for the buffer | |
| #define | VTK_INTEGRATE_MEDIUM_EIGENVECTOR 1 |
| #define | VTK_INTEGRATE_MINOR_EIGENVECTOR 2 |
| #define ImageDimension 3 |
Definition at line 28 of file vtkBSplineInterpolateImageFunction.h.
| #define VTK_INTEGRATE_MAJOR_EIGENVECTOR 0 |
for the buffer
Definition at line 24 of file vtkBSplineInterpolateImageFunction.h.
| #define VTK_INTEGRATE_MEDIUM_EIGENVECTOR 1 |
Definition at line 25 of file vtkBSplineInterpolateImageFunction.h.
| #define VTK_INTEGRATE_MINOR_EIGENVECTOR 2 |
Definition at line 26 of file vtkBSplineInterpolateImageFunction.h.
1.7.4