#include <vtkVolumeShearWarpDataStructure.h>
Inheritance diagram for vtkShearWarpBase:
Public Types | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
vtkShearWarpBase () | |
virtual | ~vtkShearWarpBase () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
int * | GetDimensions () |
float | GetIsoValue () |
bool | IsOpacityEncoded () |
bool | IsScalarEncoded () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkShearWarpBase * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
int | VolumeDimensions [3] |
float | IsoValue |
int | OpacityEncoded |
|
Reimplemented in vtkShearWarpOctree< T >. Definition at line 566 of file vtkVolumeShearWarpDataStructure.h. |
|
Definition at line 556 of file vtkVolumeShearWarpDataStructure.h. References VolumeDimensions. |
|
Definition at line 563 of file vtkVolumeShearWarpDataStructure.h. |
|
Reimplemented in vtkShearWarpOctree< T >. |
|
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 vtkObjectBase. Reimplemented in vtkShearWarpOctree< T >. |
|
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 vtkObjectBase. Reimplemented in vtkShearWarpOctree< T >. |
|
Reimplemented in vtkShearWarpOctree< T >. |
|
Definition at line 569 of file vtkVolumeShearWarpDataStructure.h. |
|
Definition at line 575 of file vtkVolumeShearWarpDataStructure.h. |
|
Definition at line 581 of file vtkVolumeShearWarpDataStructure.h. References OpacityEncoded. |
|
Definition at line 587 of file vtkVolumeShearWarpDataStructure.h. References IsoValue, and OpacityEncoded. |
|
Definition at line 594 of file vtkVolumeShearWarpDataStructure.h. Referenced by vtkShearWarpBase(). |
|
Definition at line 597 of file vtkVolumeShearWarpDataStructure.h. Referenced by IsScalarEncoded(). |
|
Definition at line 600 of file vtkVolumeShearWarpDataStructure.h. Referenced by IsOpacityEncoded(), and IsScalarEncoded(). |