#include <vtkVolumeShearWarpDataStructure.h>
Public Types | |
typedef vtkShearWarpBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkShearWarpOctree () | |
virtual | ~vtkShearWarpOctree () |
void | build (vtkImageData *data) |
void | classifyOpacity (vtkVolume *volume) |
void | classifyScalar (T value) |
int | GetLineRuns (vtkShearWarpOctreeRun *runs, int axis, int slice, int line) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkShearWarpOctree * | SafeDownCast (vtkObject *o) |
Definition at line 1023 of file vtkVolumeShearWarpDataStructure.h.
typedef vtkShearWarpBase vtkShearWarpOctree< T >::Superclass |
Reimplemented from vtkShearWarpBase.
Definition at line 1026 of file vtkVolumeShearWarpDataStructure.h.
vtkShearWarpOctree< T >::vtkShearWarpOctree | ( | ) | [inline] |
Definition at line 1028 of file vtkVolumeShearWarpDataStructure.h.
virtual vtkShearWarpOctree< T >::~vtkShearWarpOctree | ( | ) | [inline, virtual] |
Definition at line 1032 of file vtkVolumeShearWarpDataStructure.h.
virtual const char* vtkShearWarpOctree< T >::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkShearWarpBase.
static int vtkShearWarpOctree< T >::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkShearWarpBase.
virtual int vtkShearWarpOctree< T >::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkShearWarpBase.
static vtkShearWarpOctree* vtkShearWarpOctree< T >::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkShearWarpBase.
void vtkShearWarpOctree< T >::build | ( | vtkImageData * | data | ) | [inline] |
Definition at line 1037 of file vtkVolumeShearWarpDataStructure.h.
void vtkShearWarpOctree< T >::classifyOpacity | ( | vtkVolume * | volume | ) | [inline] |
Definition at line 1045 of file vtkVolumeShearWarpDataStructure.h.
void vtkShearWarpOctree< T >::classifyScalar | ( | T | value | ) | [inline] |
Definition at line 1052 of file vtkVolumeShearWarpDataStructure.h.
int vtkShearWarpOctree< T >::GetLineRuns | ( | vtkShearWarpOctreeRun * | runs, | |
int | axis, | |||
int | slice, | |||
int | line | |||
) | [inline] |
Definition at line 1058 of file vtkVolumeShearWarpDataStructure.h.