vtkProp Class Reference

#include <vtkProp.h>

Inheritance diagram for vtkProp:

Inheritance graph
[legend]
Collaboration diagram for vtkProp:

Collaboration graph
[legend]
List of all members.

Detailed Description

abstract superclass for all actors, volumes and annotations

vtkProp is an abstract superclass for any objects that can exist in a rendered scene (either 2D or 3D). Instances of vtkProp may respond to various render methods (e.g., RenderOpaqueGeometry()). vtkProp also defines the API for picking, LOD manipulation, and common instance variables that control visibility, picking, and dragging.

See also:
vtkActor2D vtkActor vtkVolume vtkProp3D
Events:
vtkCommand::PickEvent
Examples:
vtkProp (Examples)
Tests:
vtkProp (Tests)

Definition at line 48 of file vtkProp.h.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Pick ()
virtual unsigned long GetRedrawMTime ()
virtual double * GetBounds ()
virtual void ShallowCopy (vtkProp *prop)
virtual int HasTranslucentPolygonalGeometry ()
virtual void ReleaseGraphicsResources (vtkWindow *)
virtual void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
virtual void GetActors (vtkPropCollection *)
virtual void GetActors2D (vtkPropCollection *)
virtual void GetVolumes (vtkPropCollection *)
virtual void SetVisibility (int)
virtual int GetVisibility ()
virtual void VisibilityOn ()
virtual void VisibilityOff ()
virtual void SetPickable (int)
virtual int GetPickable ()
virtual void PickableOn ()
virtual void PickableOff ()
virtual void SetDragable (int)
virtual int GetDragable ()
virtual void DragableOn ()
virtual void DragableOff ()
virtual void InitPathTraversal ()
virtual vtkAssemblyPathGetNextPath ()
virtual int GetNumberOfPaths ()
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
virtual vtkMatrix4x4GetMatrix ()
virtual int RenderOpaqueGeometry (vtkViewport *)
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
virtual int RenderVolumetricGeometry (vtkViewport *)
virtual int RenderOverlay (vtkViewport *)
virtual double GetEstimatedRenderTime (vtkViewport *)
virtual double GetEstimatedRenderTime ()
virtual void SetEstimatedRenderTime (double t)
virtual void RestoreEstimatedRenderTime ()
virtual void AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp))
virtual void SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v))
virtual double GetAllocatedRenderTime ()
void SetRenderTimeMultiplier (double t)
virtual double GetRenderTimeMultiplier ()
virtual int GetNumberOfConsumers ()
void AddConsumer (vtkObject *c)
void RemoveConsumer (vtkObject *c)
vtkObjectGetConsumer (int i)
int IsConsumer (vtkObject *c)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPropSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkProp ()
 ~vtkProp ()

Protected Attributes

int Visibility
int Pickable
int Dragable
double AllocatedRenderTime
double EstimatedRenderTime
double SavedEstimatedRenderTime
double RenderTimeMultiplier
int NumberOfConsumers
vtkObject ** Consumers
vtkAssemblyPathsPaths


Member Typedef Documentation

typedef vtkObject vtkProp::Superclass

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

Definition at line 51 of file vtkProp.h.


Constructor & Destructor Documentation

vtkProp::vtkProp (  )  [protected]

vtkProp::~vtkProp (  )  [protected]


Member Function Documentation

virtual const char* vtkProp::GetClassName (  )  [virtual]

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

static int vtkProp::IsTypeOf ( const char *  type  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

virtual int vtkProp::IsA ( const char *  type  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

static vtkProp* vtkProp::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

void vtkProp::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkAngleRepresentation, vtkAngleRepresentation2D, vtkBalloonRepresentation, vtkBiDimensionalRepresentation2D, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContinuousValueWidgetRepresentation, vtkContourRepresentation, vtkDistanceRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkFocalPlaneContourRepresentation, vtkHandleRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkLogoRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSeedRepresentation, vtkSliderRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkMesaActor, vtkMesaImageActor, vtkOpenGLActor, vtkOpenGLImageActor, vtkParallelCoordinatesActor, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkScaledTextActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

virtual void vtkProp::GetActors ( vtkPropCollection  )  [inline, virtual]

For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.

Reimplemented in vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkEllipsoidTensorProbeRepresentation, vtkOrientedGlyphContourRepresentation, vtkParallelopipedRepresentation, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkTensorProbeRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, and vtkLODProp3D.

Definition at line 58 of file vtkProp.h.

virtual void vtkProp::GetActors2D ( vtkPropCollection  )  [inline, virtual]

For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.

Reimplemented in vtkActor2D, vtkLegendScaleActor, vtkAffineRepresentation2D, vtkBorderRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkLogoRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation2D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSliderRepresentation2D, vtkTextRepresentation, and vtkWidgetRepresentation.

Definition at line 59 of file vtkProp.h.

virtual void vtkProp::GetVolumes ( vtkPropCollection  )  [inline, virtual]

For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.

Reimplemented in vtkWidgetRepresentation, vtkAssembly, vtkLODProp3D, and vtkVolume.

Definition at line 60 of file vtkProp.h.

virtual void vtkProp::SetVisibility ( int   )  [virtual]

Set/Get visibility of this vtkProp.

virtual int vtkProp::GetVisibility (  )  [virtual]

Set/Get visibility of this vtkProp.

virtual void vtkProp::VisibilityOn (  )  [virtual]

Set/Get visibility of this vtkProp.

virtual void vtkProp::VisibilityOff (  )  [virtual]

Set/Get visibility of this vtkProp.

virtual void vtkProp::SetPickable ( int   )  [virtual]

Set/Get the pickable instance variable. This determines if the vtkProp can be picked (typically using the mouse). Also see dragable.

virtual int vtkProp::GetPickable (  )  [virtual]

Set/Get the pickable instance variable. This determines if the vtkProp can be picked (typically using the mouse). Also see dragable.

virtual void vtkProp::PickableOn (  )  [virtual]

Set/Get the pickable instance variable. This determines if the vtkProp can be picked (typically using the mouse). Also see dragable.

virtual void vtkProp::PickableOff (  )  [virtual]

Set/Get the pickable instance variable. This determines if the vtkProp can be picked (typically using the mouse). Also see dragable.

virtual void vtkProp::Pick (  )  [virtual]

Method fires PickEvent if the prop is picked.

virtual void vtkProp::SetDragable ( int   )  [virtual]

Set/Get the value of the dragable instance variable. This determines if an Prop, once picked, can be dragged (translated) through space. This is typically done through an interactive mouse interface. This does not affect methods such as SetPosition, which will continue to work. It is just intended to prevent some vtkProp'ss from being dragged from within a user interface.

virtual int vtkProp::GetDragable (  )  [virtual]

Set/Get the value of the dragable instance variable. This determines if an Prop, once picked, can be dragged (translated) through space. This is typically done through an interactive mouse interface. This does not affect methods such as SetPosition, which will continue to work. It is just intended to prevent some vtkProp'ss from being dragged from within a user interface.

virtual void vtkProp::DragableOn (  )  [virtual]

Set/Get the value of the dragable instance variable. This determines if an Prop, once picked, can be dragged (translated) through space. This is typically done through an interactive mouse interface. This does not affect methods such as SetPosition, which will continue to work. It is just intended to prevent some vtkProp'ss from being dragged from within a user interface.

virtual void vtkProp::DragableOff (  )  [virtual]

Set/Get the value of the dragable instance variable. This determines if an Prop, once picked, can be dragged (translated) through space. This is typically done through an interactive mouse interface. This does not affect methods such as SetPosition, which will continue to work. It is just intended to prevent some vtkProp'ss from being dragged from within a user interface.

virtual unsigned long vtkProp::GetRedrawMTime (  )  [inline, virtual]

Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc.

Reimplemented in vtkAxesActor, vtkActor, and vtkVolume.

Definition at line 97 of file vtkProp.h.

References vtkObject::GetMTime().

virtual double* vtkProp::GetBounds ( void   )  [inline, virtual]

Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). in world coordinates. NULL means that the bounds are not defined.

Reimplemented in vtkPropAssembly, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkBoxRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkParallelopipedRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkImageActor, vtkLODProp3D, vtkProp3D, vtkTextActor3D, and vtkVolume.

Definition at line 101 of file vtkProp.h.

virtual void vtkProp::ShallowCopy ( vtkProp prop  )  [virtual]

Shallow copy of this vtkProp.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkCaptionActor2D, vtkLegendBoxActor, vtkAffineRepresentation, vtkAffineRepresentation2D, vtkConstrainedPointHandleRepresentation, vtkHandleRepresentation, vtkPointHandleRepresentation2D, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkSphereHandleRepresentation, vtkWidgetRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkProp3D, vtkQuadricLODActor, vtkScalarBarActor, vtkTextActor, vtkTextActor3D, vtkTexturedActor2D, and vtkVolume.

virtual void vtkProp::InitPathTraversal (  )  [virtual]

vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). The following methods interface with the picking classes and return "pick paths". A pick path is a hierarchical, ordered list of props that form an assembly. Most often, when a vtkProp is picked, its path consists of a single node (i.e., the prop). However, classes like vtkAssembly and vtkPropAssembly can return more than one path, each path being several layers deep. (See vtkAssemblyPath for more information.) To use these methods - first invoke InitPathTraversal() followed by repeated calls to GetNextPath(). GetNextPath() returns a NULL pointer when the list is exhausted.

Reimplemented in vtkPropAssembly, vtkAssembly, and vtkProp3D.

virtual vtkAssemblyPath* vtkProp::GetNextPath (  )  [virtual]

vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). The following methods interface with the picking classes and return "pick paths". A pick path is a hierarchical, ordered list of props that form an assembly. Most often, when a vtkProp is picked, its path consists of a single node (i.e., the prop). However, classes like vtkAssembly and vtkPropAssembly can return more than one path, each path being several layers deep. (See vtkAssemblyPath for more information.) To use these methods - first invoke InitPathTraversal() followed by repeated calls to GetNextPath(). GetNextPath() returns a NULL pointer when the list is exhausted.

Reimplemented in vtkPropAssembly, and vtkAssembly.

virtual int vtkProp::GetNumberOfPaths (  )  [inline, virtual]

vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). The following methods interface with the picking classes and return "pick paths". A pick path is a hierarchical, ordered list of props that form an assembly. Most often, when a vtkProp is picked, its path consists of a single node (i.e., the prop). However, classes like vtkAssembly and vtkPropAssembly can return more than one path, each path being several layers deep. (See vtkAssemblyPath for more information.) To use these methods - first invoke InitPathTraversal() followed by repeated calls to GetNextPath(). GetNextPath() returns a NULL pointer when the list is exhausted.

Reimplemented in vtkPropAssembly, and vtkAssembly.

Definition at line 120 of file vtkProp.h.

virtual void vtkProp::PokeMatrix ( vtkMatrix4x4 vtkNotUsed(matrix)  )  [inline, virtual]

These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering. Generally used only for picking. See vtkProp3D for more information.

Definition at line 127 of file vtkProp.h.

virtual vtkMatrix4x4* vtkProp::GetMatrix (  )  [inline, virtual]

These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering. Generally used only for picking. See vtkProp3D for more information.

Reimplemented in vtkFollower, and vtkProp3D.

Definition at line 128 of file vtkProp.h.

virtual int vtkProp::RenderOpaqueGeometry ( vtkViewport  )  [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete subclasses must be able to render themselves. There are four key render methods in vtk and they correspond to four different points in the rendering cycle. Any given prop may implement one or more of these methods. The first method is intended for rendering all opaque geometry. The second method is intended for rendering all translucent polygonal geometry. The third one is intended for rendering all translucent volumetric geometry. Most of the volume rendering mappers draw their results during this thrid method. The last method is to render any 2D annotation or overlays. Each of these methods return an integer value indicating whether or not this render method was applied to this data.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkCompassRepresentation, vtkAnnotatedCubeActor, vtkAxesActor, vtkAxisActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLegendScaleActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCenteredSliderRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContourRepresentation, vtkDistanceRepresentation2D, vtkEllipsoidTensorProbeRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkParallelopipedRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSliderRepresentation2D, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTensorProbeRepresentation, vtkTextRepresentation, vtkActor, vtkAssembly, vtkAxisActor2D, vtkFollower, vtkImageActor, vtkLeaderActor2D, vtkLODActor, vtkLODProp3D, vtkParallelCoordinatesActor, vtkQuadricLODActor, vtkScalarBarActor, vtkTextActor, vtkTextActor3D, and vtkTexturedActor2D.

Definition at line 146 of file vtkProp.h.

virtual int vtkProp::RenderTranslucentPolygonalGeometry ( vtkViewport  )  [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete subclasses must be able to render themselves. There are four key render methods in vtk and they correspond to four different points in the rendering cycle. Any given prop may implement one or more of these methods. The first method is intended for rendering all opaque geometry. The second method is intended for rendering all translucent polygonal geometry. The third one is intended for rendering all translucent volumetric geometry. Most of the volume rendering mappers draw their results during this thrid method. The last method is to render any 2D annotation or overlays. Each of these methods return an integer value indicating whether or not this render method was applied to this data.

Reimplemented in vtkActor2D, vtkPropAssembly, vtkAnnotatedCubeActor, vtkAxesActor, vtkBarChartActor, vtkCaptionActor2D, vtkCornerAnnotation, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkPieChartActor, vtkSpiderPlotActor, vtkXYPlotActor, vtkBorderRepresentation, vtkBoxRepresentation, vtkCameraRepresentation, vtkCaptionRepresentation, vtkCheckerboardRepresentation, vtkConstrainedPointHandleRepresentation, vtkContourRepresentation, vtkImplicitPlaneRepresentation, vtkLineRepresentation, vtkOrientedGlyphContourRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkPlaybackRepresentation, vtkPointHandleRepresentation3D, vtkPolygonalHandleRepresentation3D, vtkRectilinearWipeRepresentation, vtkScalarBarRepresentation, vtkSliderRepresentation3D, vtkSphereHandleRepresentation, vtkSphereRepresentation, vtkTextRepresentation, vtkActor, vtkAssembly,