#include <vtkVolumeTextureMapper.h>
Inheritance diagram for vtkVolumeTextureMapper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent index) |
virtual void | Update () |
void | SetGradientEstimator (vtkEncodedGradientEstimator *gradest) |
virtual vtkEncodedGradientEstimator * | GetGradientEstimator () |
virtual vtkEncodedGradientShader * | GetGradientShader () |
virtual int | GetMapperType () |
float * | GetGradientOpacityArray () |
unsigned char * | GetRGBAArray () |
float * | GetRedDiffuseShadingTable () |
float * | GetGreenDiffuseShadingTable () |
float * | GetBlueDiffuseShadingTable () |
float * | GetRedSpecularShadingTable () |
float * | GetGreenSpecularShadingTable () |
float * | GetBlueSpecularShadingTable () |
unsigned short * | GetEncodedNormals () |
unsigned char * | GetGradientMagnitudes () |
virtual int | GetShade () |
virtual vtkRenderWindow * | GetRenderWindow () |
virtual float * | GetDataOrigin () |
virtual void | GetDataOrigin (float data[3]) |
virtual float * | GetDataSpacing () |
virtual void | GetDataSpacing (float data[3]) |
virtual void | Render (vtkRenderer *ren, vtkVolume *vol)=0 |
virtual float | GetGradientMagnitudeScale () |
virtual float | GetGradientMagnitudeBias () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkVolumeTextureMapper * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkVolumeTextureMapper () | |
~vtkVolumeTextureMapper () | |
vtkVolumeTextureMapper (const vtkVolumeTextureMapper &) | |
void | operator= (const vtkVolumeTextureMapper &) |
void | InitializeRender (vtkRenderer *ren, vtkVolume *vol) |
Protected Attributes | |
vtkEncodedGradientEstimator * | GradientEstimator |
vtkEncodedGradientShader * | GradientShader |
int | Shade |
float * | GradientOpacityArray |
unsigned char * | RGBAArray |
int | ArraySize |
float * | RedDiffuseShadingTable |
float * | GreenDiffuseShadingTable |
float * | BlueDiffuseShadingTable |
float * | RedSpecularShadingTable |
float * | GreenSpecularShadingTable |
float * | BlueSpecularShadingTable |
float | DataOrigin [3] |
float | DataSpacing [3] |
unsigned short * | EncodedNormals |
unsigned char * | GradientMagnitudes |
float | SampleDistance |
vtkRenderWindow * | RenderWindow |
vtkVolumeTextureMapper is the abstract definition of a volume mapper that uses a texture mapping approach.
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVolumeMapper. Reimplemented in vtkMesaVolumeTextureMapper2D. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume Reimplemented from vtkVolumeMapper. |
|
Allow access to the arrays / variables from the templated functions in the subclasses. |
|
Get the gradient shader. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Implements vtkVolumeMapper. |
|
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 vtkVolumeMapper. Reimplemented in vtkMesaVolumeTextureMapper2D. |
|
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 vtkVolumeMapper. Reimplemented in vtkMesaVolumeTextureMapper2D. |
|
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. |
|
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. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVolumeMapper. Reimplemented in vtkMesaVolumeTextureMapper2D. |
|
Set / Get the gradient estimator used to estimate normals |
|
Update the volume rendering pipeline by updating the scalar input Reimplemented from vtkVolumeMapper. |