Go to the documentation of this file.
37 #ifndef vtkProp3DFollower_h
38 #define vtkProp3DFollower_h
40 #include "vtkRenderingCoreModule.h"
virtual vtkAssemblyPath * GetNextPath()
virtual double * GetBounds()
Return the bounds of this vtkProp3D.
virtual int RenderVolumetricGeometry(vtkViewport *viewport)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetCamera(vtkCamera *)
Set/Get the camera to follow.
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources associated with this vtkProp3DFollower.
represents an 3D object for placement in a rendered scene
void InitPathTraversal()
Overload vtkProp's method for setting up assembly paths.
void ShallowCopy(vtkProp *prop)
Shallow copy of a follower.
a vtkProp3D that always faces the camera
a list of nodes that form an assembly path
window superclass for vtkRenderWindow
virtual void SetProp3D(vtkProp3D *prop)
Set/Get the vtkProp3D to control (i.e., face the camera).
abstract class specifies interface to map data to graphics primitives
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
a virtual camera for 3D rendering
static vtkProp3DFollower * New()
Creates a follower with no camera set.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
abstract specification for Viewports
abstract superclass for all actors, volumes and annotations
virtual int HasTranslucentPolygonalGeometry()
Does this prop have some translucent polygonal geometry?
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
This causes the actor to be rendered.
virtual void ComputeMatrix()
Generate the matrix based on ivars.
virtual vtkProp3D * GetProp3D()
vtkMatrix4x4 * InternalMatrix