41 #ifndef vtkImageSlice_h 42 #define vtkImageSlice_h 44 #include "vtkRenderingCoreModule.h" 93 double GetMinXBound();
94 double GetMaxXBound();
95 double GetMinYBound();
96 double GetMaxYBound();
97 double GetMinZBound();
98 double GetMaxZBound();
118 vtkGetMacro(ForceTranslucent,
bool);
119 vtkSetMacro(ForceTranslucent,
bool);
120 vtkBooleanMacro(ForceTranslucent,
bool);
167 void SetStackedImagePass(
int pass);
abstract superclass for all actors, volumes and annotations
void GetBounds(double bounds[6])
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time...
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int RenderOverlay(vtkViewport *)
abstract specification for renderers
represents an 3D object for placement in a rendered scene
vtkImageProperty * Property
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.
a simple class to control print indentation
abstract class for mapping images to the screen
vtkImageMapper3D * Mapper
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
represents an image in a 3D scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkMTimeType GetMTime() override
Get the vtkProp3D's mtime.