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);
167 void SetStackedImagePass(
int pass);
represents an 3D object for placement in a rendered scene
vtkMTimeType GetMTime()
Get the vtkProp3D's mtime.
virtual int RenderOverlay(vtkViewport *)
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...
window superclass for vtkRenderWindow
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void Update()
Updates the extensions string.
represents an image in a 3D scene
void GetBounds(double bounds[6])
a simple class to control print indentation
vtkImageProperty * Property
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract superclass for all actors, volumes and annotations
abstract class for mapping images to the screen
void ShallowCopy(vtkProp *prop)
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...
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual double * GetBounds()=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).