27 #ifndef vtkVolumeTextureMapper_h 28 #define vtkVolumeTextureMapper_h 30 #include "vtkRenderingVolumeModule.h" 75 vtkGetMacro( Shade,
int );
77 vtkGetVectorMacro( DataOrigin,
double, 3 );
78 vtkGetVectorMacro( DataSpacing,
double, 3 );
133 double DataOrigin[3];
134 double DataSpacing[3];
unsigned char * GetGradientMagnitudes()
Allow access to the arrays / variables from the templated functions in the subclasses.
unsigned short * GetEncodedNormals()
Allow access to the arrays / variables from the templated functions in the subclasses.
unsigned short * EncodedNormals
float * GetGreenSpecularShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
represents a volume (data & properties) in a rendered scene
float * GetBlueDiffuseShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
Abstract class for a volume mapper.
float GetGradientMagnitudeScale(int) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume.
void ReportReferences(vtkGarbageCollector *) override
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
float * GreenSpecularShadingTable
unsigned char * GradientMagnitudes
Abstract class for a volume mapper.
abstract specification for renderers
float * GradientOpacityArray
vtkEncodedGradientShader * GradientShader
Detect and break reference loops.
unsigned char * RGBAArray
void Render(vtkRenderer *ren, vtkVolume *vol) override=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
float GetGradientMagnitudeBias(int) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Values needed by the volume.
virtual float GetGradientMagnitudeScale()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE.
a simple class to control print indentation
float * GetGreenDiffuseShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
Superclass for gradient estimation.
Compute shading tables for encoded normals.
float * GetRedDiffuseShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
float * GreenDiffuseShadingTable
float * BlueSpecularShadingTable
unsigned char * GetRGBAArray()
Allow access to the arrays / variables from the templated functions in the subclasses.
float * BlueDiffuseShadingTable
float * GetGradientOpacityArray()
Allow access to the arrays / variables from the templated functions in the subclasses.
create a window for renderers to draw into
vtkRenderWindow * RenderWindow
float * RedDiffuseShadingTable
vtkEncodedGradientEstimator * GradientEstimator
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
float * RedSpecularShadingTable
float * GetBlueSpecularShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
float * GetRedSpecularShadingTable()
Allow access to the arrays / variables from the templated functions in the subclasses.
virtual float GetGradientMagnitudeBias()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE.