VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkProp Class Reference

abstract superclass for all actors, volumes and annotations More...

#include <vtkProp.h>

Inheritance diagram for vtkProp:
Inheritance graph
[legend]
Collaboration diagram for vtkProp:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPropNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Pick ()
virtual void ShallowCopy (vtkProp *prop)
virtual bool HasKeys (vtkInformation *requiredKeys)
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 unsigned long GetRedrawMTime ()
virtual void SetUseBounds (bool)
virtual bool GetUseBounds ()
virtual void UseBoundsOn ()
virtual void UseBoundsOff ()
virtual doubleGetBounds ()
virtual void InitPathTraversal ()
virtual vtkAssemblyPathGetNextPath ()
virtual int GetNumberOfPaths ()
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
virtual vtkMatrix4x4GetMatrix ()
virtual vtkInformationGetPropertyKeys ()
virtual void SetPropertyKeys (vtkInformation *keys)
virtual vtkIdType GetConvertedPickValue (vtkIdType idIn, int vtkNotUsed(fieldassociation))
virtual int RenderOpaqueGeometry (vtkViewport *)
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
virtual int RenderVolumetricGeometry (vtkViewport *)
virtual int RenderOverlay (vtkViewport *)
virtual bool RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys)
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
virtual int HasTranslucentPolygonalGeometry ()
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 bool GetSupportsSelection ()
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 (vtkObjectBase *o)
static vtkInformationIntegerKeyGeneralTextureUnit ()
static
vtkInformationDoubleVectorKey
GeneralTextureTransform ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkProp ()
 ~vtkProp ()

Protected Attributes

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

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 52 of file vtkProp.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

Definition at line 55 of file vtkProp.h.


Constructor & Destructor Documentation

vtkProp::vtkProp ( ) [protected]
vtkProp::~vtkProp ( ) [protected]

Member Function Documentation

static int vtkProp::IsTypeOf ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

virtual int vtkProp::IsA ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

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

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

virtual vtkObjectBase* vtkProp::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

Reimplemented from vtkObject.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkActor2D, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkTexturedActor2D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkContinuousValueWidgetRepresentation, vtkContextActor, vtkCameraActor, vtkDistanceRepresentation, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

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 vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkCubeAxesActor, vtkBalloonRepresentation, vtkSphereRepresentation, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAssembly, vtkLODActor, vtkAxisActor2D, vtkTexturedButtonRepresentation, vtkAxesActor, vtkImplicitPlaneRepresentation, vtkAffineRepresentation2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkQuadricLODActor, vtkBoxRepresentation, vtkTexturedButtonRepresentation2D, vtkBiDimensionalRepresentation2D, vtkCenteredSliderRepresentation, vtkLineRepresentation, vtkSliderRepresentation2D, vtkAnnotatedCubeActor, vtkBorderRepresentation, vtkConstrainedPointHandleRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkLegendBoxActor, vtkLegendScaleActor, vtkHandleRepresentation, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkProp3DButtonRepresentation, vtkLeaderActor2D, vtkPolarAxesActor, vtkAxesTransformRepresentation, vtkCameraRepresentation, vtkDistanceRepresentation3D, vtkPieChartActor, vtkAbstractPolygonalHandleRepresentation3D, vtkCaptionRepresentation, vtkResliceCursorLineRepresentation, vtkWidgetRepresentation, vtkPropAssembly, vtkAngleRepresentation3D, vtkSplineRepresentation, vtkBarChartActor, vtkLightActor, vtkTextActor, vtkBiDimensionalRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkPointHandleRepresentation2D, vtkResliceCursorRepresentation, vtkAngleRepresentation2D, vtkDistanceRepresentation2D, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkImageSlice, vtkProp3DFollower, vtkCheckerboardRepresentation, vtkFixedSizeHandleRepresentation3D, vtkActor, vtkButtonRepresentation, vtkPlaybackRepresentation, vtkCornerAnnotation, vtkTextActor3D, vtkVolume, vtkAffineRepresentation, vtkOrientedGlyphContourRepresentation, vtkSphereHandleRepresentation, vtkImageActor, vtkPointHandleRepresentation3D, vtkOrientedPolygonalHandleRepresentation3D, vtkSliderRepresentation, vtkResliceCursorThickLineRepresentation, vtkSeedRepresentation, vtkTextRepresentation, vtkFollower, vtkImageStack, vtkResliceCursorActor, vtkTensorProbeRepresentation, vtkProp3DAxisFollower, vtkEllipsoidTensorProbeRepresentation, vtkPolygonalHandleRepresentation3D, vtkActor2D, vtkFocalPlaneContourRepresentation, vtkProp3D, vtkAngleRepresentation, vtkXYPlotRepresentation, vtkAxisFollower, vtkTexturedActor2D, vtkContinuousValueWidgetRepresentation, vtkCameraActor, vtkDistanceRepresentation, vtkContextActor, vtkScaledTextActor, vtkOpenGLActor, vtkOpenGLActor, vtkOpenGLContextActor, and vtkOpenGLContextActor.

virtual void vtkProp::GetActors ( vtkPropCollection ) [inline, virtual]
virtual void vtkProp::GetActors2D ( vtkPropCollection ) [inline, virtual]
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 vtkLODProp3D, vtkWidgetRepresentation, vtkAssembly, and vtkVolume.

Definition at line 64 of file vtkProp.h.

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

Set/Get visibility of this vtkProp. Initial value is true.

Reimplemented in vtkScalarBarRepresentation, and vtkXYPlotRepresentation.

virtual int vtkProp::GetVisibility ( ) [virtual]

Set/Get visibility of this vtkProp. Initial value is true.

Reimplemented in vtkScalarBarRepresentation, and vtkXYPlotRepresentation.

virtual void vtkProp::VisibilityOn ( ) [virtual]

Set/Get visibility of this vtkProp. Initial value is true.

virtual void vtkProp::VisibilityOff ( ) [virtual]

Set/Get visibility of this vtkProp. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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. Initial value is true.

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 vtkActor, vtkAxesActor, vtkVolume, vtkImageSlice, and vtkImageStack.

Definition at line 103 of file vtkProp.h.

virtual void vtkProp::SetUseBounds ( bool  ) [virtual]

In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). Initial value is true.

virtual bool vtkProp::GetUseBounds ( ) [virtual]

In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). Initial value is true.

virtual void vtkProp::UseBoundsOn ( ) [virtual]

In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). Initial value is true.

virtual void vtkProp::UseBoundsOff ( ) [virtual]

In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). Initial value is true.

virtual double* vtkProp::GetBounds ( void  ) [inline, virtual]
virtual void vtkProp::ShallowCopy ( vtkProp prop) [virtual]
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 vtkProp3D, vtkAssembly, vtkImageStack, vtkPropAssembly, and vtkProp3DFollower.

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 vtkAssembly, vtkImageStack, vtkPropAssembly, and vtkProp3DFollower.

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 vtkAssembly, vtkImageStack, and vtkPropAssembly.

Definition at line 141 of file vtkProp.h.

virtual void vtkProp::PokeMatrix ( vtkMatrix4x4 vtkNotUsedmatrix) [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 149 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 vtkProp3D.

Definition at line 150 of file vtkProp.h.

virtual vtkInformation* vtkProp::GetPropertyKeys ( ) [virtual]

Set/Get property keys. Property keys can be digest by some rendering passes. For instance, the user may mark a prop as a shadow caster for a shadow mapping render pass. Keys are documented in render pass classes. Initial value is NULL.

virtual void vtkProp::SetPropertyKeys ( vtkInformation keys) [virtual]

Set/Get property keys. Property keys can be digest by some rendering passes. For instance, the user may mark a prop as a shadow caster for a shadow mapping render pass. Keys are documented in render pass classes. Initial value is NULL.

virtual bool vtkProp::HasKeys ( vtkInformation requiredKeys) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual vtkIdType vtkProp::GetConvertedPickValue ( vtkIdType  idIn,
int   vtkNotUsedfieldassociation 
) [inline, virtual]

Props may provide a mapping from picked value to actual value This is useful for hardware based pickers where there is a mapping between the color in the buffer and the actual pick value

Definition at line 171 of file vtkProp.h.

Optional Key Indicating the texture unit for general texture mapping Old OpenGL was a state machine where you would push or pop items. The new OpenGL design is more mapper centric. Some classes push a texture and then assume a mapper will use it. The new design wants explicit comunication of when a texture is being used. This key can be used to pass that information down to a mapper.

Optional Key Indicating the texture transform for general texture mapping Old OpenGL was a state machine where you would push or pop items. The new OpenGL design is more mapper centric. Some classes push a texture and then assume a mapper will use it. The new design wants explicit comunication of when a texture is being used. This key can be used to pass that information down to a mapper.

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 third 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 vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkAxisActor2D, vtkSphereRepresentation, vtkLODProp3D, vtkImplicitPlaneRepresentation, vtkTextActor, vtkSplineRepresentation, vtkBorderRepresentation, vtkQuadricLODActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkLegendBoxActor, vtkConstrainedPointHandleRepresentation, vtkLegendScaleActor, vtkPointHandleRepresentation3D, vtkLeaderActor2D, vtkBoxRepresentation, vtkLineRepresentation, vtkBarChartActor, vtkSliderRepresentation3D, vtkPieChartActor, vtkParallelopipedRepresentation, vtkTexturedButtonRepresentation, vtkParallelCoordinatesActor, vtkSliderRepresentation2D, vtkDistanceRepresentation3D, vtkCenteredSliderRepresentation, vtkAxesTransformRepresentation, vtkRectilinearWipeRepresentation, vtkProp3DAxisFollower, vtkCompassRepresentation, vtkSphereHandleRepresentation, vtkCameraRepresentation, vtkImageSlice, vtkCheckerboardRepresentation, vtkImageStack, vtkAssembly, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkAxisFollower, vtkAngleRepresentation3D, vtkOrientedGlyphContourRepresentation, vtkAbstractPolygonalHandleRepresentation3D, vtkProp3DButtonRepresentation, vtkCubeAxesActor, vtkCaptionRepresentation, vtkDistanceRepresentation2D, vtkTextActor3D, vtkScalarBarActor, vtkLODActor, vtkPlaybackRepresentation, vtkAxesActor, vtkScalarBarRepresentation, vtkCubeAxesActor2D, vtkTextRepresentation, vtkPropAssembly, vtkAnnotatedCubeActor, vtkLightActor, vtkResliceCursorLineRepresentation, vtkProp3DFollower, vtkPolarAxesActor, vtkXYPlotRepresentation, vtkActor, vtkFollower, vtkTexturedActor2D, vtkCornerAnnotation, vtkCameraActor, vtkResliceCursorActor, vtkActor2D, vtkTensorProbeRepresentation, and vtkEllipsoidTensorProbeRepresentation.

Definition at line 206 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 third 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 vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkAxisActor2D, vtkSphereRepresentation, vtkLODProp3D, vtkImplicitPlaneRepresentation, vtkTextActor, vtkSplineRepresentation, vtkBorderRepresentation, vtkCaptionActor2D, vtkSpiderPlotActor, vtkLegendBoxActor, vtkConstrainedPointHandleRepresentation, vtkPointHandleRepresentation3D, vtkLeaderActor2D, vtkBoxRepresentation, vtkLineRepresentation, vtkBarChartActor, vtkSliderRepresentation3D, vtkPieChartActor, vtkTexturedButtonRepresentation, vtkParallelCoordinatesActor, vtkDistanceRepresentation3D, vtkAxesTransformRepresentation, vtkRectilinearWipeRepresentation, vtkProp3DAxisFollower, vtkSphereHandleRepresentation, vtkCameraRepresentation, vtkImageSlice, vtkCheckerboardRepresentation, vtkImageStack, vtkAssembly, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkAxisFollower, vtkAngleRepresentation3D, vtkOrientedGlyphContourRepresentation, vtkAbstractPolygonalHandleRepresentation3D, vtkProp3DButtonRepresentation, vtkCubeAxesActor, vtkCaptionRepresentation, vtkTextActor3D, vtkScalarBarActor, vtkPlaybackRepresentation, vtkAxesActor, vtkScalarBarRepresentation, vtkCubeAxesActor2D, vtkTextRepresentation, vtkPropAssembly, vtkAnnotatedCubeActor, vtkResliceCursorLineRepresentation, vtkProp3DFollower, vtkPolarAxesActor, vtkXYPlotRepresentation, vtkActor, vtkFollower, vtkTexturedActor2D, vtkCornerAnnotation, and vtkActor2D.

Definition at line 208 of file vtkProp.h.

virtual int vtkProp::RenderVolumetricGeometry ( 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 third 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 vtkLODProp3D, vtkProp3DAxisFollower, vtkVolume, vtkAssembly, vtkProp3DButtonRepresentation, vtkPropAssembly, and vtkProp3DFollower.

Definition at line 210 of file vtkProp.h.

virtual int vtkProp::RenderOverlay ( 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 third 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 vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkAxisActor2D, vtkSphereRepresentation, vtkTextActor, vtkSplineRepresentation, vtkBorderRepresentation, vtkCaptionActor2D, vtkLegendBoxActor, vtkSpiderPlotActor, vtkConstrainedPointHandleRepresentation, vtkLegendScaleActor, vtkBalloonRepresentation, vtkLeaderActor2D, vtkAffineRepresentation2D, vtkBarChartActor, vtkPieChartActor, vtkParallelopipedRepresentation, vtkParallelCoordinatesActor, vtkTexturedButtonRepresentation2D, vtkSliderRepresentation2D, vtkCenteredSliderRepresentation, vtkRectilinearWipeRepresentation, vtkCompassRepresentation, vtkCameraRepresentation, vtkImageSlice, vtkCheckerboardRepresentation, vtkImageStack, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkBiDimensionalRepresentation2D, vtkOrientedGlyphContourRepresentation, vtkCubeAxesActor, vtkCaptionRepresentation, vtkPointHandleRepresentation2D, vtkTextActor3D, vtkDistanceRepresentation2D, vtkScalarBarActor, vtkAngleRepresentation2D, vtkAxesActor, vtkPlaybackRepresentation, vtkScalarBarRepresentation, vtkCubeAxesActor2D, vtkPropAssembly, vtkLogoRepresentation, vtkTextRepresentation, vtkResliceCursorLineRepresentation, vtkXYPlotRepresentation, vtkCornerAnnotation, vtkTexturedActor2D, vtkActor2D, and vtkContextActor.

Definition at line 212 of file vtkProp.h.

virtual bool vtkProp::RenderFilteredOpaqueGeometry ( vtkViewport v,
vtkInformation requiredKeys 
) [virtual]

Render the opaque geometry only if the prop has all the requiredKeys. This is recursive for composite props like vtkAssembly. An implementation is provided in vtkProp but each composite prop must override it. It returns if the rendering was performed.

Precondition:
v_exists: v!=0
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual bool vtkProp::RenderFilteredTranslucentPolygonalGeometry ( vtkViewport v,
vtkInformation requiredKeys 
) [virtual]

Render the translucent polygonal geometry only if the prop has all the requiredKeys. This is recursive for composite props like vtkAssembly. An implementation is provided in vtkProp but each composite prop must override it. It returns if the rendering was performed.

Precondition:
v_exists: v!=0
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual bool vtkProp::RenderFilteredVolumetricGeometry ( vtkViewport v,
vtkInformation requiredKeys 
) [virtual]

Render the volumetric geometry only if the prop has all the requiredKeys. This is recursive for composite props like vtkAssembly. An implementation is provided in vtkProp but each composite prop must override it. It returns if the rendering was performed.

Precondition:
v_exists: v!=0
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual bool vtkProp::RenderFilteredOverlay ( vtkViewport v,
vtkInformation requiredKeys 
) [virtual]

Render in the overlay of the viewport only if the prop has all the requiredKeys. This is recursive for composite props like vtkAssembly. An implementation is provided in vtkProp but each composite prop must override it. It returns if the rendering was performed.

Precondition:
v_exists: v!=0
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual int vtkProp::HasTranslucentPolygonalGeometry ( ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS Does this prop have some translucent polygonal geometry? This method is called during the rendering process to know if there is some translucent polygonal geometry. A simple prop that has some translucent polygonal geometry will return true. A composite prop (like vtkAssembly) that has at least one sub-prop that has some translucent polygonal geometry will return true. Default implementation return false.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkAxisActor2D, vtkSphereRepresentation, vtkLODProp3D, vtkImplicitPlaneRepresentation, vtkTextActor, vtkSplineRepresentation, vtkBorderRepresentation, vtkCaptionActor2D, vtkLegendBoxActor, vtkSpiderPlotActor, vtkConstrainedPointHandleRepresentation, vtkPointHandleRepresentation3D, vtkLeaderActor2D, vtkBoxRepresentation, vtkLineRepresentation, vtkWidgetRepresentation, vtkBarChartActor, vtkPieChartActor, vtkSliderRepresentation3D, vtkTexturedButtonRepresentation, vtkParallelCoordinatesActor, vtkTexturedButtonRepresentation2D, vtkImageActor, vtkRectilinearWipeRepresentation, vtkSphereHandleRepresentation, vtkCameraRepresentation, vtkImageSlice, vtkImageStack, vtkAssembly, vtkCheckerboardRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkAngleRepresentation3D, vtkOrientedGlyphContourRepresentation, vtkCubeAxesActor, vtkAbstractPolygonalHandleRepresentation3D, vtkProp3DButtonRepresentation, vtkTextActor3D, vtkCaptionRepresentation, vtkScalarBarActor, vtkAxesActor, vtkPlaybackRepresentation, vtkCubeAxesActor2D, vtkScalarBarRepresentation, vtkPropAssembly, vtkAnnotatedCubeActor, vtkProp3DFollower, vtkTextRepresentation, vtkLightActor, vtkResliceCursorLineRepresentation, vtkActor, vtkXYPlotRepresentation, vtkFollower, vtkCornerAnnotation, vtkActor2D, vtkCameraActor, and vtkResliceCursorActor.

Definition at line 270 of file vtkProp.h.

virtual void vtkProp::ReleaseGraphicsResources ( vtkWindow ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented in vtkXYPlotActor, vtkContourRepresentation, vtkAxisActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLODProp3D, vtkSphereRepresentation, vtkCubeAxesActor, vtkImplicitPlaneRepresentation, vtkTextActor, vtkSplineRepresentation, vtkQuadricLODActor, vtkSpiderPlotActor, vtkBorderRepresentation, vtkCaptionActor2D, vtkConstrainedPointHandleRepresentation, vtkLeaderActor2D, vtkLegendBoxActor, vtkPointHandleRepresentation3D, vtkLegendScaleActor, vtkBalloonRepresentation, vtkBoxRepresentation, vtkPolarAxesActor, vtkLineRepresentation, vtkWidgetRepresentation, vtkParallelCoordinatesActor, vtkBarChartActor, vtkPieChartActor, vtkAffineRepresentation2D, vtkSliderRepresentation3D, vtkParallelopipedRepresentation, vtkTexturedButtonRepresentation, vtkTexturedButtonRepresentation2D, vtkSliderRepresentation2D, vtkDistanceRepresentation3D, vtkAxesTransformRepresentation, vtkCenteredSliderRepresentation, vtkActor2D, vtkImageSlice, vtkRectilinearWipeRepresentation, vtkAssembly, vtkVolume, vtkImageStack, vtkCompassRepresentation, vtkSphereHandleRepresentation, vtkCameraRepresentation, vtkCheckerboardRepresentation, vtkOrientedGlyphFocalPlaneContourRepresentation, vtkAngleRepresentation3D, vtkBiDimensionalRepresentation2D, vtkScalarBarActor, vtkOrientedGlyphContourRepresentation, vtkCornerAnnotation, vtkAbstractPolygonalHandleRepresentation3D, vtkProp3DButtonRepresentation, vtkAxesActor, vtkLODActor, vtkCaptionRepresentation, vtkPointHandleRepresentation2D, vtkDistanceRepresentation2D, vtkAngleRepresentation2D, vtkAnnotatedCubeActor, vtkPropAssembly, vtkActor, vtkTextActor3D, vtkProp3DFollower, vtkLightActor, vtkPlaybackRepresentation, vtkTensorProbeRepresentation, vtkScalarBarRepresentation, vtkLogoRepresentation, vtkTextRepresentation, vtkFollower, vtkResliceCursorLineRepresentation, vtkXYPlotRepresentation, vtkCameraActor, vtkResliceCursorActor, vtkContextActor, vtkEllipsoidTensorProbeRepresentation, vtkTexturedActor2D, vtkOpenGLContextActor, and vtkOpenGLContextActor.

Definition at line 278 of file vtkProp.h.

virtual double vtkProp::GetEstimatedRenderTime ( vtkViewport ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS The EstimatedRenderTime may be used to select between different props, for example in LODProp it is used to select the level-of-detail. The value is returned in seconds. For simple geometry the accuracy may not be great due to buffering. For ray casting, which is already multi-resolution, the current resolution of the image is factored into the time. We need the viewport for viewing parameters that affect timing. The no-arguments version simply returns the value of the variable with no estimation.

Definition at line 291 of file vtkProp.h.

virtual double vtkProp::GetEstimatedRenderTime ( ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS The EstimatedRenderTime may be used to select between different props, for example in LODProp it is used to select the level-of-detail. The value is returned in seconds. For simple geometry the accuracy may not be great due to buffering. For ray casting, which is already multi-resolution, the current resolution of the image is factored into the time. We need the viewport for viewing parameters that affect timing. The no-arguments version simply returns the value of the variable with no estimation.

Definition at line 293 of file vtkProp.h.

virtual void vtkProp::SetEstimatedRenderTime ( double  t) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS This method is used by, for example, the vtkLODProp3D in order to initialize the estimated render time at start-up to some user defined value.

Definition at line 302 of file vtkProp.h.

virtual void vtkProp::RestoreEstimatedRenderTime ( ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS When the EstimatedRenderTime is first set to 0.0 (in the SetAllocatedRenderTime method) the old value is saved. This method is used to restore that old value should the render be aborted.

Reimplemented in vtkLODProp3D.

Definition at line 312 of file vtkProp.h.

virtual void vtkProp::AddEstimatedRenderTime ( double  t,
vtkViewport vtkNotUsedvp 
) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS This method is intended to allow the renderer to add to the EstimatedRenderTime in props that require information that the renderer has in order to do this. For example, props that are rendered with a ray casting method do not know themselves how long it took for them to render. We don't want to cause a this->Modified() when we set this value since it is not really a modification to the object. (For example, we don't want to rebuild matrices at every render because the estimated render time is changing)

Definition at line 328 of file vtkProp.h.

virtual void vtkProp::SetAllocatedRenderTime ( double  t,
vtkViewport vtkNotUsed
) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS The renderer may use the allocated rendering time to determine how to render this actor. Therefore it might need the information provided in the viewport. A side effect of this method is to reset the EstimatedRenderTime to 0.0. This way, each of the ways that this prop may be rendered can be timed and added together into this value.

Definition at line 340 of file vtkProp.h.

virtual double vtkProp::GetAllocatedRenderTime ( ) [virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Get/Set the multiplier for the render time. This is used for culling and is a number between 0 and 1. It is used to create the allocated render time value.

Definition at line 359 of file vtkProp.h.

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Get/Set the multiplier for the render time. This is used for culling and is a number between 0 and 1. It is used to create the allocated render time value.

virtual void vtkProp::BuildPaths ( vtkAssemblyPaths paths,
vtkAssemblyPath path 
) [virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used to construct assembly paths and perform part traversal.

Reimplemented in vtkAssembly, vtkImageStack, and vtkPropAssembly.

virtual bool vtkProp::GetSupportsSelection ( ) [inline, virtual]

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection.

Reimplemented in vtkActor.

Definition at line 374 of file vtkProp.h.

virtual int vtkProp::GetNumberOfConsumers ( ) [virtual]

Get the number of consumers

Add or remove or get or check a consumer,

Add or remove or get or check a consumer,

Add or remove or get or check a consumer,

Add or remove or get or check a consumer,


Member Data Documentation

int vtkProp::Visibility [protected]

Definition at line 397 of file vtkProp.h.

int vtkProp::Pickable [protected]

Definition at line 398 of file vtkProp.h.

int vtkProp::Dragable [protected]

Definition at line 399 of file vtkProp.h.

bool vtkProp::UseBounds [protected]

Definition at line 400 of file vtkProp.h.

Definition at line 402 of file vtkProp.h.

Definition at line 403 of file vtkProp.h.

Definition at line 404 of file vtkProp.h.

Definition at line 405 of file vtkProp.h.

Definition at line 408 of file vtkProp.h.

Definition at line 409 of file vtkProp.h.

Definition at line 413 of file vtkProp.h.

Definition at line 415 of file vtkProp.h.


The documentation for this class was generated from the following file: