#include <vtkVolumeTextureMapper.h>
vtkVolumeTextureMapper is the abstract definition of a volume mapper that uses a texture mapping approach.
Definition at line 37 of file vtkVolumeTextureMapper.h.
Reimplemented from vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
Definition at line 40 of file vtkVolumeTextureMapper.h.
vtkVolumeTextureMapper::vtkVolumeTextureMapper | ( | ) | [protected] |
vtkVolumeTextureMapper::~vtkVolumeTextureMapper | ( | ) | [protected] |
virtual const char* vtkVolumeTextureMapper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
static int vtkVolumeTextureMapper::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 vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
virtual int vtkVolumeTextureMapper::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 vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
static vtkVolumeTextureMapper* vtkVolumeTextureMapper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
void vtkVolumeTextureMapper::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 vtkVolumeMapper.
Reimplemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
virtual void vtkVolumeTextureMapper::Update | ( | ) | [virtual] |
Update the volume rendering pipeline by updating the scalar input
Reimplemented from vtkAlgorithm.
virtual void vtkVolumeTextureMapper::SetGradientEstimator | ( | vtkEncodedGradientEstimator * | gradest | ) | [virtual] |
Set / Get the gradient estimator used to estimate normals
virtual vtkEncodedGradientEstimator* vtkVolumeTextureMapper::GetGradientEstimator | ( | ) | [virtual] |
Set / Get the gradient estimator used to estimate normals
virtual vtkEncodedGradientShader* vtkVolumeTextureMapper::GetGradientShader | ( | ) | [virtual] |
Get the gradient shader.
float* vtkVolumeTextureMapper::GetGradientOpacityArray | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 61 of file vtkVolumeTextureMapper.h.
unsigned char* vtkVolumeTextureMapper::GetRGBAArray | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 62 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetRedDiffuseShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 63 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetGreenDiffuseShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 64 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetBlueDiffuseShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 65 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetRedSpecularShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 66 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetGreenSpecularShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 67 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GetBlueSpecularShadingTable | ( | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 68 of file vtkVolumeTextureMapper.h.
unsigned short* vtkVolumeTextureMapper::GetEncodedNormals | ( | void | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 69 of file vtkVolumeTextureMapper.h.
unsigned char* vtkVolumeTextureMapper::GetGradientMagnitudes | ( | void | ) | [inline] |
Allow access to the arrays / variables from the templated functions in the subclasses.
Definition at line 70 of file vtkVolumeTextureMapper.h.
virtual int vtkVolumeTextureMapper::GetShade | ( | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual vtkRenderWindow* vtkVolumeTextureMapper::GetRenderWindow | ( | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual double* vtkVolumeTextureMapper::GetDataOrigin | ( | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual void vtkVolumeTextureMapper::GetDataOrigin | ( | double | data[3] | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual double* vtkVolumeTextureMapper::GetDataSpacing | ( | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual void vtkVolumeTextureMapper::GetDataSpacing | ( | double | data[3] | ) | [virtual] |
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual void vtkVolumeTextureMapper::Render | ( | vtkRenderer * | ren, | |
vtkVolume * | vol | |||
) | [pure virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume
Implements vtkVolumeMapper.
Implemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, and vtkVolumeTextureMapper2D.
virtual float vtkVolumeTextureMapper::GetGradientMagnitudeScale | ( | ) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume
Reimplemented from vtkAbstractVolumeMapper.
virtual float vtkVolumeTextureMapper::GetGradientMagnitudeBias | ( | ) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume
Reimplemented from vtkAbstractVolumeMapper.
virtual float vtkVolumeTextureMapper::GetGradientMagnitudeScale | ( | int | ) | [inline, virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume
Reimplemented from vtkAbstractVolumeMapper.
Definition at line 86 of file vtkVolumeTextureMapper.h.
virtual float vtkVolumeTextureMapper::GetGradientMagnitudeBias | ( | int | ) | [inline, virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume
Reimplemented from vtkAbstractVolumeMapper.
Definition at line 88 of file vtkVolumeTextureMapper.h.
void vtkVolumeTextureMapper::InitializeRender | ( | vtkRenderer * | ren, | |
vtkVolume * | vol | |||
) | [protected] |
Reimplemented in vtkVolumeTextureMapper2D.
virtual void vtkVolumeTextureMapper::ReportReferences | ( | vtkGarbageCollector * | ) | [protected, virtual] |
Reimplemented from vtkAlgorithm.
Definition at line 105 of file vtkVolumeTextureMapper.h.
Definition at line 106 of file vtkVolumeTextureMapper.h.
int vtkVolumeTextureMapper::Shade [protected] |
Definition at line 107 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GradientOpacityArray [protected] |
Definition at line 109 of file vtkVolumeTextureMapper.h.
unsigned char* vtkVolumeTextureMapper::RGBAArray [protected] |
Definition at line 110 of file vtkVolumeTextureMapper.h.
int vtkVolumeTextureMapper::ArraySize [protected] |
Definition at line 111 of file vtkVolumeTextureMapper.h.
int vtkVolumeTextureMapper::NumberOfComponents [protected] |
Definition at line 112 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::RedDiffuseShadingTable [protected] |
Definition at line 114 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GreenDiffuseShadingTable [protected] |
Definition at line 115 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::BlueDiffuseShadingTable [protected] |
Definition at line 116 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::RedSpecularShadingTable [protected] |
Definition at line 117 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::GreenSpecularShadingTable [protected] |
Definition at line 118 of file vtkVolumeTextureMapper.h.
float* vtkVolumeTextureMapper::BlueSpecularShadingTable [protected] |
Definition at line 119 of file vtkVolumeTextureMapper.h.
double vtkVolumeTextureMapper::DataOrigin[3] [protected] |
Definition at line 121 of file vtkVolumeTextureMapper.h.
double vtkVolumeTextureMapper::DataSpacing[3] [protected] |
Definition at line 122 of file vtkVolumeTextureMapper.h.
unsigned short* vtkVolumeTextureMapper::EncodedNormals [protected] |
Definition at line 124 of file vtkVolumeTextureMapper.h.
unsigned char* vtkVolumeTextureMapper::GradientMagnitudes [protected] |
Definition at line 125 of file vtkVolumeTextureMapper.h.
float vtkVolumeTextureMapper::SampleDistance [protected] |
Definition at line 127 of file vtkVolumeTextureMapper.h.
vtkRenderWindow* vtkVolumeTextureMapper::RenderWindow [protected] |
Definition at line 129 of file vtkVolumeTextureMapper.h.