Go to the documentation of this file.
66 #include "vtkRenderingCoreModule.h"
97 {
return this->Parts; }
133 void ReleaseGraphicsResources(
vtkWindow *) VTK_OVERRIDE;
148 void InitPathTraversal() VTK_OVERRIDE;
150 int GetNumberOfPaths() VTK_OVERRIDE;
156 void GetBounds(
double bounds[6])
169 void ShallowCopy(
vtkProp *prop) VTK_OVERRIDE;
189 virtual
void UpdatePaths();
193 void operator=(const
vtkAssembly&) VTK_DELETE_FUNCTION;
vtkProp3DCollection * GetParts()
Return the parts (direct descendants) of this assembly.
represents an 3D object for placement in a rendered scene
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
a list of nodes that form an assembly path
a list of lists of props representing an assembly hierarchy
virtual void GetVolumes(vtkPropCollection *)
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 int RenderVolumetricGeometry(vtkViewport *)
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
abstract class specifies interface to map data to graphics primitives
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
abstract superclass for all actors, volumes and annotations
represent surface properties of a geometric object
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
create hierarchies of vtkProp3Ds (transformable props)
virtual double * GetBounds()=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).