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