#include <vtkOpenGLVolumeShearWarpMapper.h>
Inheritance diagram for vtkOpenGLVolumeShearWarpMapper:
vtkVolumeShearWarpMapper is a base class for volume mappers using the shear-warp factorization algorithm.
Definition at line 66 of file vtkOpenGLVolumeShearWarpMapper.h.
Public Types | |
typedef vtkVolumeShearWarpMapper | Superclass |
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkOpenGLVolumeShearWarpMapper * | New () |
int | IsTypeOf (const char *type) |
vtkOpenGLVolumeShearWarpMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkOpenGLVolumeShearWarpMapper () | |
~vtkOpenGLVolumeShearWarpMapper () | |
virtual void | RenderTexture (vtkRenderer *ren, vtkVolume *vol) |
|
Reimplemented from vtkVolumeShearWarpMapper. Definition at line 73 of file vtkOpenGLVolumeShearWarpMapper.h. |
|
|
|
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkVolumeShearWarpMapper. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkVolumeShearWarpMapper. |
|
Reimplemented from vtkVolumeShearWarpMapper. |
|
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 vtkVolumeShearWarpMapper. |
|
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 vtkVolumeShearWarpMapper. |
|
Reimplemented from vtkVolumeShearWarpMapper. |
|
Implements vtkVolumeShearWarpMapper. |