#include <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 | |
static vtkOpenGLVolumeShearWarpMapper * | New () |
static int | IsTypeOf (const char *type) |
static vtkOpenGLVolumeShearWarpMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkOpenGLVolumeShearWarpMapper () | |
~vtkOpenGLVolumeShearWarpMapper () | |
virtual void | RenderTexture (vtkRenderer *ren, vtkVolume *vol) |
vtkVolumeShearWarpMapper is a base class for volume mappers using the shear-warp factorization algorithm.
Definition at line 56 of file vtkOpenGLVolumeShearWarpMapper.h.
Reimplemented from vtkVolumeShearWarpMapper.
Definition at line 63 of file vtkOpenGLVolumeShearWarpMapper.h.
vtkOpenGLVolumeShearWarpMapper::vtkOpenGLVolumeShearWarpMapper | ( | ) | [protected] |
vtkOpenGLVolumeShearWarpMapper::~vtkOpenGLVolumeShearWarpMapper | ( | ) | [protected] |
void vtkOpenGLVolumeShearWarpMapper::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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.
static vtkOpenGLVolumeShearWarpMapper* vtkOpenGLVolumeShearWarpMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkVolumeShearWarpMapper.
virtual const char* vtkOpenGLVolumeShearWarpMapper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkVolumeShearWarpMapper.
static int vtkOpenGLVolumeShearWarpMapper::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 vtkVolumeShearWarpMapper.
virtual int vtkOpenGLVolumeShearWarpMapper::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 vtkVolumeShearWarpMapper.
static vtkOpenGLVolumeShearWarpMapper* vtkOpenGLVolumeShearWarpMapper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkVolumeShearWarpMapper.
virtual void vtkOpenGLVolumeShearWarpMapper::RenderTexture | ( | vtkRenderer * | ren, | |
vtkVolume * | vol | |||
) | [protected, virtual] |
Implements vtkVolumeShearWarpMapper.