Go to the documentation of this file.
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);
represents an 3D object for placement in a rendered scene
virtual int RenderOverlay(vtkViewport *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
double * GetBounds() override=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
window superclass for vtkRenderWindow
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
represents an image in a 3D scene
void GetBounds(double bounds[6])
a simple class to control print indentation
vtkMTimeType GetMTime() override
Get the vtkProp3D's mtime.
vtkImageProperty * Property
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
abstract superclass for all actors, volumes and annotations
abstract class for mapping images to the screen
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
abstract specification for renderers
vtkImageMapper3D * Mapper
virtual vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkTypeUInt32 vtkMTimeType