 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkImageSlice_h
36 #define vtkImageSlice_h
39 #include "vtkRenderingCoreModule.h"
87 double GetMinXBound();
88 double GetMaxXBound();
89 double GetMinYBound();
90 double GetMaxYBound();
91 double GetMinZBound();
92 double GetMaxZBound();
112 vtkGetMacro(ForceTranslucent,
bool);
113 vtkSetMacro(ForceTranslucent,
bool);
114 vtkBooleanMacro(ForceTranslucent,
bool);
161 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