35 #ifndef vtkImageStack_h
36 #define vtkImageStack_h
38 #include "vtkRenderingImageModule.h"
abstract superclass for all actors, volumes and annotations
vtkImageSliceCollection * Images
void GetBounds(double bounds[6])
Get the combined bounds of all of the images.
represent and manipulate 4x4 transformation matrices
a sorted list of image slice objects
abstract specification for Viewports
virtual void BuildPaths(vtkAssemblyPaths *paths, vtkAssemblyPath *path)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
record modification and/or execution time
vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
virtual vtkImageProperty * GetProperty()
Set/Get the image display properties.
virtual vtkAssemblyPath * GetNextPath()
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
vtkTypeUInt64 vtkMTimeType
void InitPathTraversal()
Overload vtkProp's method for setting up assembly paths.
window superclass for vtkRenderWindow
vtkImageSliceCollection * GetImages()
Get the list of images as a vtkImageSliceCollection.
a list of nodes that form an assembly path
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract class for mapping images to the screen
virtual int HasTranslucentPolygonalGeometry()
Internal method, should only be used by rendering.
void SetProperty(vtkImageProperty *property)
Set/Get the image display properties.
vtkMTimeType GetMTime()
Return the MTime also considering the property etc.
void GetImages(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors, volumes, and images.
void SetMapper(vtkImageMapper3D *mapper)
Set/Get the mapper.
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 unsorted lists of objects
int GetActiveLayer()
Set the active layer number.
represents an image in a 3D scene
void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkImageSlice.
virtual int RenderOverlay(vtkViewport *viewport)
Support the standard render methods.
static vtkImageSlice * New()
Creates an Image with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pic...
void ReleaseGraphicsResources(vtkWindow *win)
Release any resources held by this prop.
virtual double * GetBounds()=0
Return a reference to the Prop3D's composite transform.
virtual int GetNumberOfPaths()
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
Support the standard render methods.
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
Support the standard render methods.
vtkCollection * ImageMatrices
virtual vtkImageMapper3D * GetMapper()
Set/Get the mapper.
double * GetBounds()
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time...
manages a stack of composited images