Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkShearWarpBase Class Reference

#include <vtkVolumeShearWarpDataStructure.h>

Inheritance diagram for vtkShearWarpBase:

Inheritance graph
[legend]
Collaboration diagram for vtkShearWarpBase:

Collaboration graph
[legend]
List of all members.

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)
vtkShearWarpBaseSafeDownCast (vtkObject *o)

Protected Attributes

int VolumeDimensions [3]
float IsoValue
int OpacityEncoded

Member Typedef Documentation

typedef vtkObjectBase vtkShearWarpBase::Superclass
 

Reimplemented in vtkShearWarpOctree< T >.

Definition at line 566 of file vtkVolumeShearWarpDataStructure.h.


Constructor & Destructor Documentation

vtkShearWarpBase::vtkShearWarpBase  )  [inline]
 

Definition at line 556 of file vtkVolumeShearWarpDataStructure.h.

References VolumeDimensions.

virtual vtkShearWarpBase::~vtkShearWarpBase  )  [inline, virtual]
 

Definition at line 563 of file vtkVolumeShearWarpDataStructure.h.


Member Function Documentation

virtual const char* vtkShearWarpBase::GetClassName  )  [virtual]
 

Reimplemented in vtkShearWarpOctree< T >.

int vtkShearWarpBase::IsTypeOf const char *  type  )  [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 vtkObjectBase.

Reimplemented in vtkShearWarpOctree< T >.

virtual int vtkShearWarpBase::IsA const char *  type  )  [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 vtkObjectBase.

Reimplemented in vtkShearWarpOctree< T >.

vtkShearWarpBase* vtkShearWarpBase::SafeDownCast vtkObject o  )  [static]
 

Reimplemented in vtkShearWarpOctree< T >.

int* vtkShearWarpBase::GetDimensions  )  [inline]
 

Definition at line 569 of file vtkVolumeShearWarpDataStructure.h.

float vtkShearWarpBase::GetIsoValue  )  [inline]
 

Definition at line 575 of file vtkVolumeShearWarpDataStructure.h.

bool vtkShearWarpBase::IsOpacityEncoded  )  [inline]
 

Definition at line 581 of file vtkVolumeShearWarpDataStructure.h.

References OpacityEncoded.

bool vtkShearWarpBase::IsScalarEncoded  )  [inline]
 

Definition at line 587 of file vtkVolumeShearWarpDataStructure.h.

References IsoValue, and OpacityEncoded.


Member Data Documentation

int vtkShearWarpBase::VolumeDimensions[3] [protected]
 

Definition at line 594 of file vtkVolumeShearWarpDataStructure.h.

Referenced by vtkShearWarpBase().

float vtkShearWarpBase::IsoValue [protected]
 

Definition at line 597 of file vtkVolumeShearWarpDataStructure.h.

Referenced by IsScalarEncoded().

int vtkShearWarpBase::OpacityEncoded [protected]
 

Definition at line 600 of file vtkVolumeShearWarpDataStructure.h.

Referenced by IsOpacityEncoded(), and IsScalarEncoded().


The documentation for this class was generated from the following file: