#include <vtkVolumeShearWarpDataStructure.h>
Definition at line 759 of file vtkVolumeShearWarpDataStructure.h.
Public Member Functions | |
vtkShearWarpOctreeNode () | |
~vtkShearWarpOctreeNode () | |
T | GetMinimum () |
T | GetMaximum () |
void | build (vtkImageData *data, int min[3], int max[3], int level) |
void | classifyOpacity (vtkShearWarpSummedAreaTable< T > *table) |
void | classifyScalar (T value) |
int | computeRuns (vtkShearWarpOctreeRun *&runs, int axis, int slices, int lines, int voxels, int slice, int line) |
vtkShearWarpOctreeNode< T >::vtkShearWarpOctreeNode | ( | ) | [inline] |
Definition at line 762 of file vtkVolumeShearWarpDataStructure.h.
vtkShearWarpOctreeNode< T >::~vtkShearWarpOctreeNode | ( | ) | [inline] |
Definition at line 767 of file vtkVolumeShearWarpDataStructure.h.
T vtkShearWarpOctreeNode< T >::GetMinimum | ( | ) | [inline] |
Definition at line 773 of file vtkVolumeShearWarpDataStructure.h.
T vtkShearWarpOctreeNode< T >::GetMaximum | ( | ) | [inline] |
Definition at line 778 of file vtkVolumeShearWarpDataStructure.h.
void vtkShearWarpOctreeNode< T >::build | ( | vtkImageData * | data, | |
int | min[3], | |||
int | max[3], | |||
int | level | |||
) | [inline] |
Definition at line 783 of file vtkVolumeShearWarpDataStructure.h.
void vtkShearWarpOctreeNode< T >::classifyOpacity | ( | vtkShearWarpSummedAreaTable< T > * | table | ) | [inline] |
Definition at line 916 of file vtkVolumeShearWarpDataStructure.h.
void vtkShearWarpOctreeNode< T >::classifyScalar | ( | T | value | ) | [inline] |
Definition at line 937 of file vtkVolumeShearWarpDataStructure.h.
int vtkShearWarpOctreeNode< T >::computeRuns | ( | vtkShearWarpOctreeRun *& | runs, | |
int | axis, | |||
int | slices, | |||
int | lines, | |||
int | voxels, | |||
int | slice, | |||
int | line | |||
) | [inline] |
Definition at line 959 of file vtkVolumeShearWarpDataStructure.h.