VTK
|
Mesa implementation of PT. More...
#include <vtkMesaProjectedTetrahedraMapper.h>
Mesa implementation of PT.
Definition at line 44 of file vtkMesaProjectedTetrahedraMapper.h.
Reimplemented from vtkProjectedTetrahedraMapper.
Definition at line 48 of file vtkMesaProjectedTetrahedraMapper.h.
vtkMesaProjectedTetrahedraMapper::vtkMesaProjectedTetrahedraMapper | ( | ) | [protected] |
vtkMesaProjectedTetrahedraMapper::~vtkMesaProjectedTetrahedraMapper | ( | ) | [protected] |
virtual const char* vtkMesaProjectedTetrahedraMapper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkProjectedTetrahedraMapper.
static int vtkMesaProjectedTetrahedraMapper::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 vtkMesaProjectedTetrahedraMapper::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 vtkMesaProjectedTetrahedraMapper* vtkMesaProjectedTetrahedraMapper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkProjectedTetrahedraMapper.
static vtkMesaProjectedTetrahedraMapper* vtkMesaProjectedTetrahedraMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkProjectedTetrahedraMapper.
virtual void vtkMesaProjectedTetrahedraMapper::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 vtkMesaProjectedTetrahedraMapper::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 vtkMesaProjectedTetrahedraMapper::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 vtkMesaProjectedTetrahedraMapper::ProjectTetrahedra | ( | vtkRenderer * | renderer, |
vtkVolume * | volume | ||
) | [protected, virtual] |
float vtkMesaProjectedTetrahedraMapper::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] |
Definition at line 60 of file vtkMesaProjectedTetrahedraMapper.h.
int vtkMesaProjectedTetrahedraMapper::UsingCellColors [protected] |
Definition at line 61 of file vtkMesaProjectedTetrahedraMapper.h.
Definition at line 63 of file vtkMesaProjectedTetrahedraMapper.h.
float vtkMesaProjectedTetrahedraMapper::MaxCellSize [protected] |
Definition at line 65 of file vtkMesaProjectedTetrahedraMapper.h.
Definition at line 66 of file vtkMesaProjectedTetrahedraMapper.h.
Definition at line 67 of file vtkMesaProjectedTetrahedraMapper.h.
Definition at line 68 of file vtkMesaProjectedTetrahedraMapper.h.
unsigned int vtkMesaProjectedTetrahedraMapper::OpacityTexture [protected] |
Definition at line 70 of file vtkMesaProjectedTetrahedraMapper.h.
int vtkMesaProjectedTetrahedraMapper::GaveError [protected] |
Definition at line 72 of file vtkMesaProjectedTetrahedraMapper.h.
Definition at line 74 of file vtkMesaProjectedTetrahedraMapper.h.
float* vtkMesaProjectedTetrahedraMapper::SqrtTable [protected] |
Definition at line 76 of file vtkMesaProjectedTetrahedraMapper.h.
float vtkMesaProjectedTetrahedraMapper::SqrtTableBias [protected] |
Definition at line 77 of file vtkMesaProjectedTetrahedraMapper.h.