32 #ifndef vtkImageStack_h
33 #define vtkImageStack_h
35 #include "vtkRenderingImageModule.h"
102 double *GetBounds() VTK_OVERRIDE;
122 void ShallowCopy(
vtkProp *prop) VTK_OVERRIDE;
135 int RenderOverlay(
vtkViewport *viewport) VTK_OVERRIDE;
136 int RenderOpaqueGeometry(
vtkViewport *viewport) VTK_OVERRIDE;
137 int RenderTranslucentPolygonalGeometry(
vtkViewport *viewport) VTK_OVERRIDE;
143 int HasTranslucentPolygonalGeometry() VTK_OVERRIDE;
148 void ReleaseGraphicsResources(
vtkWindow *win) VTK_OVERRIDE;
155 void InitPathTraversal() VTK_OVERRIDE;
157 int GetNumberOfPaths() VTK_OVERRIDE;
169 ~vtkImageStack() VTK_OVERRIDE;
183 vtkImageStack(const vtkImageStack&) VTK_DELETE_FUNCTION;
184 void operator=(const vtkImageStack&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
represent and manipulate 4x4 transformation matrices
a sorted list of image slice objects
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
record modification and/or execution time
window superclass for vtkRenderWindow
vtkImageSliceCollection * GetImages()
Get the list of images as a vtkImageSliceCollection.
a list of nodes that form an assembly path
a simple class to control print indentation
abstract class for mapping images to the screen
a list of lists of props representing an assembly hierarchy
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create and manipulate ordered lists of objects
int GetActiveLayer()
Set the active layer number.
represents an image in a 3D scene
static vtkImageSlice * New()
Creates an Image with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pic...
virtual vtkImageMapper3D * GetMapper()
Set/Get the mapper.
vtkMTimeType GetMTime() override
Return the MTime also considering the property etc.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
manages a stack of composited images