#include <vtkMesaProjectedTetrahedraMapper.h>
Definition at line 44 of file vtkMesaProjectedTetrahedraMapper.h.
Public Types | |
typedef vtkProjectedTetrahedraMapper | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ReleaseGraphicsResources (vtkWindow *window) |
virtual void | Render (vtkRenderer *renderer, vtkVolume *volume) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkMesaProjectedTetrahedraMapper * | SafeDownCast (vtkObject *o) |
static vtkMesaProjectedTetrahedraMapper * | New () |
Protected Member Functions | |
vtkMesaProjectedTetrahedraMapper () | |
~vtkMesaProjectedTetrahedraMapper () | |
virtual void | ProjectTetrahedra (vtkRenderer *renderer, vtkVolume *volume) |
float | 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 Attributes | |
vtkUnsignedCharArray * | Colors |
int | UsingCellColors |
vtkFloatArray * | TransformedPoints |
float | MaxCellSize |
vtkTimeStamp | InputAnalyzedTime |
vtkTimeStamp | OpacityTextureTime |
vtkTimeStamp | ColorsMappedTime |
unsigned int | OpacityTexture |
int | GaveError |
vtkVolumeProperty * | LastProperty |
float * | SqrtTable |
float | SqrtTableBias |
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.