VTK
|
OpenGL implementation of PT. More...
#include <vtkOpenGLProjectedTetrahedraMapper.h>
OpenGL implementation of PT.
Definition at line 47 of file vtkOpenGLProjectedTetrahedraMapper.h.
Reimplemented from vtkProjectedTetrahedraMapper.
Definition at line 52 of file vtkOpenGLProjectedTetrahedraMapper.h.
static int vtkOpenGLProjectedTetrahedraMapper::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkProjectedTetrahedraMapper.
virtual int vtkOpenGLProjectedTetrahedraMapper::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkProjectedTetrahedraMapper.
static vtkOpenGLProjectedTetrahedraMapper* vtkOpenGLProjectedTetrahedraMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkProjectedTetrahedraMapper.
virtual vtkObjectBase* vtkOpenGLProjectedTetrahedraMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkProjectedTetrahedraMapper.
Reimplemented from vtkProjectedTetrahedraMapper.
static vtkOpenGLProjectedTetrahedraMapper* vtkOpenGLProjectedTetrahedraMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkProjectedTetrahedraMapper.
virtual void vtkOpenGLProjectedTetrahedraMapper::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 vtkProjectedTetrahedraMapper.
virtual void vtkOpenGLProjectedTetrahedraMapper::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.
Reimplemented from vtkUnstructuredGridVolumeMapper.
virtual void vtkOpenGLProjectedTetrahedraMapper::Render | ( | vtkRenderer * | ren, |
vtkVolume * | vol | ||
) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume
Implements vtkUnstructuredGridVolumeMapper.
virtual void vtkOpenGLProjectedTetrahedraMapper::SetUseFloatingPointFrameBuffer | ( | bool | ) | [virtual] |
Set/get whether to use floating-point rendering buffers rather than the default.
virtual bool vtkOpenGLProjectedTetrahedraMapper::GetUseFloatingPointFrameBuffer | ( | ) | [virtual] |
Set/get whether to use floating-point rendering buffers rather than the default.
virtual void vtkOpenGLProjectedTetrahedraMapper::UseFloatingPointFrameBufferOn | ( | ) | [virtual] |
Set/get whether to use floating-point rendering buffers rather than the default.
virtual void vtkOpenGLProjectedTetrahedraMapper::UseFloatingPointFrameBufferOff | ( | ) | [virtual] |
Set/get whether to use floating-point rendering buffers rather than the default.
virtual bool vtkOpenGLProjectedTetrahedraMapper::IsSupported | ( | vtkRenderWindow * | context | ) | [virtual] |
Return true if the rendering context provides the nececessary functionality to use this class.
Reimplemented from vtkProjectedTetrahedraMapper.
void vtkOpenGLProjectedTetrahedraMapper::Initialize | ( | vtkRenderer * | ren | ) | [protected] |
bool vtkOpenGLProjectedTetrahedraMapper::AllocateFBOResources | ( | vtkRenderer * | ren | ) | [protected] |
virtual void vtkOpenGLProjectedTetrahedraMapper::ProjectTetrahedra | ( | vtkRenderer * | renderer, |
vtkVolume * | volume | ||
) | [protected, virtual] |
float vtkOpenGLProjectedTetrahedraMapper::GetCorrectedDepth | ( | float | x, |
float | y, | ||
float | z1, | ||
float | z2, | ||
const float | inverse_projection_mat[16], | ||
int | use_linear_depth_correction, | ||
float | linear_depth_correction | ||
) | [protected] |
bool vtkOpenGLProjectedTetrahedraMapper::Initialized [protected] |
Definition at line 77 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 78 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 78 of file vtkOpenGLProjectedTetrahedraMapper.h.
bool vtkOpenGLProjectedTetrahedraMapper::CanDoFloatingPointFrameBuffer [protected] |
Definition at line 80 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 81 of file vtkOpenGLProjectedTetrahedraMapper.h.
bool vtkOpenGLProjectedTetrahedraMapper::UseFloatingPointFrameBuffer [protected] |
Definition at line 82 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 84 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 85 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 87 of file vtkOpenGLProjectedTetrahedraMapper.h.
float vtkOpenGLProjectedTetrahedraMapper::MaxCellSize [protected] |
Definition at line 89 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 90 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 91 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 92 of file vtkOpenGLProjectedTetrahedraMapper.h.
int vtkOpenGLProjectedTetrahedraMapper::GaveError [protected] |
Definition at line 94 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 96 of file vtkOpenGLProjectedTetrahedraMapper.h.
float* vtkOpenGLProjectedTetrahedraMapper::SqrtTable [protected] |
Definition at line 98 of file vtkOpenGLProjectedTetrahedraMapper.h.
Definition at line 99 of file vtkOpenGLProjectedTetrahedraMapper.h.