40 #include "vtkRenderingCoreModule.h"
99 double GetMinXBound();
100 double GetMaxXBound();
101 double GetMinYBound();
102 double GetMaxYBound();
103 double GetMinZBound();
104 double GetMaxZBound();
147 float *GetCorrectedScalarOpacityArray(
int);
149 {
return this->GetCorrectedScalarOpacityArray(0); }
155 float *GetScalarOpacityArray(
int);
157 {
return this->GetScalarOpacityArray(0); }
163 float *GetGradientOpacityArray(
int);
165 {
return this->GetGradientOpacityArray(0); }
171 float *GetGrayArray(
int);
173 {
return this->GetGrayArray(0); }
179 float *GetRGBArray(
int);
181 {
return this->GetRGBArray(0); }
187 float GetGradientOpacityConstant(
int);
189 {
return this->GetGradientOpacityConstant(0); }
196 {
return static_cast<float>(this->ArraySize); }
208 void UpdateScalarOpacityforSampleSize(
vtkRenderer *ren,
209 float sample_distance);
272 void operator=(const
vtkVolume&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
float GetArraySize()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
represents a volume (data & properties) in a rendered scene
void GetBounds(double bounds[6])
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time...
abstract specification for Viewports
vtkVolumeProperty * Property
record modification and/or execution time
Abstract class for a volume mapper.
abstract specification for renderers
virtual void Update()
Updates the extensions string.
represents an 3D object for placement in a rendered scene
float * GetGradientOpacityArray()
vtkTypeUInt64 vtkMTimeType
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
virtual vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
virtual int RenderVolumetricGeometry(vtkViewport *)
void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkProp3D.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void GetVolumes(vtkPropCollection *)
float GetGradientOpacityConstant()
represents the common properties for rendering a volume.
vtkMTimeType GetMTime()
Get the vtkProp3D's mtime.
virtual double * GetBounds()=0
Return a reference to the Prop3D's composite transform.
float * GetScalarOpacityArray()
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkAbstractVolumeMapper * Mapper
float * GetCorrectedScalarOpacityArray()
virtual bool GetSupportsSelection()
Used by vtkHardwareSelector to determine if the prop supports hardware selection. ...