ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkProp Class Reference

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

Inheritance diagram for Kitware.VTK.vtkProp:
[legend]
Collaboration diagram for Kitware.VTK.vtkProp:
[legend]

List of all members.

Public Member Functions

 vtkProp (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void AddConsumer (vtkObject c)
 Tells if the prop has all the required keys.
virtual void AddEstimatedRenderTime (double t, vtkViewport arg1)
 Tells if the prop has all the required keys.
virtual void BuildPaths (vtkAssemblyPaths paths, vtkAssemblyPath path)
 Tells if the prop has all the required keys.
virtual void DragableOff ()
 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 DragableOn ()
 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 GetActors (vtkPropCollection arg0)
 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.
virtual void GetActors2D (vtkPropCollection arg0)
 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.
virtual double GetAllocatedRenderTime ()
 Tells if the prop has all the required keys.
virtual double[] GetBounds ()
 Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). in world coordinates. NULL means that the bounds are not defined.
vtkObject GetConsumer (int i)
 Tells if the prop has all the required keys.
virtual int GetDragable ()
 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 double GetEstimatedRenderTime (vtkViewport arg0)
 Tells if the prop has all the required keys.
virtual double GetEstimatedRenderTime ()
 Tells if the prop has all the required keys.
virtual vtkMatrix4x4 GetMatrix ()
 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.
virtual vtkAssemblyPath GetNextPath ()
 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.
virtual int GetNumberOfConsumers ()
 Tells if the prop has all the required keys.
virtual int GetNumberOfPaths ()
 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.
virtual int GetPickable ()
 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 vtkInformation GetPropertyKeys ()
 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 uint GetRedrawMTime ()
 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.
virtual double GetRenderTimeMultiplier ()
 Tells if the prop has all the required keys.
virtual bool GetSupportsSelection ()
 Tells if the prop has all the required keys.
virtual bool GetUseBounds ()
 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 int GetVisibility ()
 Set/Get visibility of this vtkProp. Initial value is true.
virtual void GetVolumes (vtkPropCollection arg0)
 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.
virtual bool HasKeys (vtkInformation requiredKeys)
 Tells if the prop has all the required keys.
virtual int HasTranslucentPolygonalGeometry ()
 Tells if the prop has all the required keys.
virtual void InitPathTraversal ()
 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.
override int IsA (string type)
 Undocumented Block.
int IsConsumer (vtkObject c)
 Tells if the prop has all the required keys.
new vtkProp NewInstance ()
 Undocumented Block.
virtual void Pick ()
 Method fires PickEvent if the prop is picked.
virtual void PickableOff ()
 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 PickableOn ()
 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 PokeMatrix (vtkMatrix4x4 arg0)
 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.
virtual void ReleaseGraphicsResources (vtkWindow arg0)
 Tells if the prop has all the required keys.
void RemoveConsumer (vtkObject c)
 Tells if the prop has all the required keys.
virtual bool RenderFilteredOpaqueGeometry (vtkViewport v, vtkInformation requiredKeys)
 Tells if the prop has all the required keys.
virtual bool RenderFilteredOverlay (vtkViewport v, vtkInformation requiredKeys)
 Tells if the prop has all the required keys.
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport v, vtkInformation requiredKeys)
 Tells if the prop has all the required keys.
virtual bool RenderFilteredVolumetricGeometry (vtkViewport v, vtkInformation requiredKeys)
 Tells if the prop has all the required keys.
virtual int RenderOpaqueGeometry (vtkViewport arg0)
 Tells if the prop has all the required keys.
virtual int RenderOverlay (vtkViewport arg0)
 Tells if the prop has all the required keys.
virtual int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 Tells if the prop has all the required keys.
virtual int RenderVolumetricGeometry (vtkViewport arg0)
 Tells if the prop has all the required keys.
virtual void RestoreEstimatedRenderTime ()
 Tells if the prop has all the required keys.
virtual void SetAllocatedRenderTime (double t, vtkViewport arg1)
 Tells if the prop has all the required keys.
virtual void SetDragable (int _arg)
 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 SetEstimatedRenderTime (double t)
 Tells if the prop has all the required keys.
virtual void SetPickable (int _arg)
 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 SetPropertyKeys (vtkInformation keys)
 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.
void SetRenderTimeMultiplier (double t)
 Tells if the prop has all the required keys.
virtual void SetUseBounds (bool _arg)
 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 SetVisibility (int _arg)
 Set/Get visibility of this vtkProp. Initial value is true.
virtual void ShallowCopy (vtkProp prop)
 Shallow copy of this vtkProp.
virtual void UseBoundsOff ()
 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 UseBoundsOn ()
 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 VisibilityOff ()
 Set/Get visibility of this vtkProp. Initial value is true.
virtual void VisibilityOn ()
 Set/Get visibility of this vtkProp. Initial value is true.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkProp SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkProp"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "7vtkProp"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal void vtkProp_AddConsumer_01 (HandleRef pThis, HandleRef c)
static internal void vtkProp_AddEstimatedRenderTime_02 (HandleRef pThis, double t, HandleRef arg1)
static internal void vtkProp_BuildPaths_03 (HandleRef pThis, HandleRef paths, HandleRef path)
static internal void vtkProp_DragableOff_04 (HandleRef pThis)
static internal void vtkProp_DragableOn_05 (HandleRef pThis)
static internal void vtkProp_GetActors_06 (HandleRef pThis, HandleRef arg0)
static internal void vtkProp_GetActors2D_07 (HandleRef pThis, HandleRef arg0)
static internal double vtkProp_GetAllocatedRenderTime_08 (HandleRef pThis)
static internal IntPtr vtkProp_GetBounds_09 (HandleRef pThis)
static internal IntPtr vtkProp_GetConsumer_10 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkProp_GetDragable_11 (HandleRef pThis)
static internal double vtkProp_GetEstimatedRenderTime_12 (HandleRef pThis, HandleRef arg0)
static internal double vtkProp_GetEstimatedRenderTime_13 (HandleRef pThis)
static internal IntPtr vtkProp_GetMatrix_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkProp_GetNextPath_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkProp_GetNumberOfConsumers_16 (HandleRef pThis)
static internal int vtkProp_GetNumberOfPaths_17 (HandleRef pThis)
static internal int vtkProp_GetPickable_18 (HandleRef pThis)
static internal IntPtr vtkProp_GetPropertyKeys_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkProp_GetRedrawMTime_20 (HandleRef pThis)
static internal double vtkProp_GetRenderTimeMultiplier_21 (HandleRef pThis)
static internal byte vtkProp_GetSupportsSelection_22 (HandleRef pThis)
static internal byte vtkProp_GetUseBounds_23 (HandleRef pThis)
static internal int vtkProp_GetVisibility_24 (HandleRef pThis)
static internal void vtkProp_GetVolumes_25 (HandleRef pThis, HandleRef arg0)
static internal byte vtkProp_HasKeys_26 (HandleRef pThis, HandleRef requiredKeys)
static internal int vtkProp_HasTranslucentPolygonalGeometry_27 (HandleRef pThis)
static internal void vtkProp_InitPathTraversal_28 (HandleRef pThis)
static internal int vtkProp_IsA_29 (HandleRef pThis, string type)
static internal int vtkProp_IsConsumer_30 (HandleRef pThis, HandleRef c)
static internal int vtkProp_IsTypeOf_31 (string type)
static internal IntPtr vtkProp_NewInstance_32 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkProp_Pick_33 (HandleRef pThis)
static internal void vtkProp_PickableOff_34 (HandleRef pThis)
static internal void vtkProp_PickableOn_35 (HandleRef pThis)
static internal void vtkProp_PokeMatrix_36 (HandleRef pThis, HandleRef arg0)
static internal void vtkProp_ReleaseGraphicsResources_37 (HandleRef pThis, HandleRef arg0)
static internal void vtkProp_RemoveConsumer_38 (HandleRef pThis, HandleRef c)
static internal byte vtkProp_RenderFilteredOpaqueGeometry_39 (HandleRef pThis, HandleRef v, HandleRef requiredKeys)
static internal byte vtkProp_RenderFilteredOverlay_40 (HandleRef pThis, HandleRef v, HandleRef requiredKeys)
static internal byte vtkProp_RenderFilteredTranslucentPolygonalGeometry_41 (HandleRef pThis, HandleRef v, HandleRef requiredKeys)
static internal byte vtkProp_RenderFilteredVolumetricGeometry_42 (HandleRef pThis, HandleRef v, HandleRef requiredKeys)
static internal int vtkProp_RenderOpaqueGeometry_43 (HandleRef pThis, HandleRef arg0)
static internal int vtkProp_RenderOverlay_44 (HandleRef pThis, HandleRef arg0)
static internal int vtkProp_RenderTranslucentPolygonalGeometry_45 (HandleRef pThis, HandleRef arg0)
static internal int vtkProp_RenderVolumetricGeometry_46 (HandleRef pThis, HandleRef arg0)
static internal void vtkProp_RestoreEstimatedRenderTime_47 (HandleRef pThis)
static internal IntPtr vtkProp_SafeDownCast_48 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkProp_SetAllocatedRenderTime_49 (HandleRef pThis, double t, HandleRef arg1)
static internal void vtkProp_SetDragable_50 (HandleRef pThis, int _arg)
static internal void vtkProp_SetEstimatedRenderTime_51 (HandleRef pThis, double t)
static internal void vtkProp_SetPickable_52 (HandleRef pThis, int _arg)
static internal void vtkProp_SetPropertyKeys_53 (HandleRef pThis, HandleRef keys)
static internal void vtkProp_SetRenderTimeMultiplier_54 (HandleRef pThis, double t)
static internal void vtkProp_SetUseBounds_55 (HandleRef pThis, byte _arg)
static internal void vtkProp_SetVisibility_56 (HandleRef pThis, int _arg)
static internal void vtkProp_ShallowCopy_57 (HandleRef pThis, HandleRef prop)
static internal void vtkProp_UseBoundsOff_58 (HandleRef pThis)
static internal void vtkProp_UseBoundsOn_59 (HandleRef pThis)
static internal void vtkProp_VisibilityOff_60 (HandleRef pThis)
static internal void vtkProp_VisibilityOn_61 (HandleRef pThis)

Static Private Member Functions

static vtkProp ()
 Automatically generated type registration mechanics.

Detailed Description

vtkProp - abstract superclass for all actors, volumes and annotations

Description 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.

vtkActor2D vtkActor vtkVolume vtkProp3D


Constructor & Destructor Documentation

static Kitware.VTK.vtkProp.vtkProp ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkProp.vtkProp ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual void Kitware.VTK.vtkProp.AddEstimatedRenderTime ( double  t,
vtkViewport  arg1 
) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkLODProp3D.

virtual void Kitware.VTK.vtkProp.BuildPaths ( vtkAssemblyPaths  paths,
vtkAssemblyPath  path 
) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkPropAssembly, and Kitware.VTK.vtkAssembly.

override void Kitware.VTK.vtkProp.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkObject.

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

virtual void Kitware.VTK.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 void Kitware.VTK.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 Kitware.VTK.vtkProp.GetActors ( vtkPropCollection  arg0) [virtual]
virtual void Kitware.VTK.vtkProp.GetActors2D ( vtkPropCollection  arg0) [virtual]
virtual double Kitware.VTK.vtkProp.GetAllocatedRenderTime ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual double [] Kitware.VTK.vtkProp.GetBounds ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Here is the call graph for this function:

virtual int Kitware.VTK.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 double Kitware.VTK.vtkProp.GetEstimatedRenderTime ( vtkViewport  arg0) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual double Kitware.VTK.vtkProp.GetEstimatedRenderTime ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

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 Kitware.VTK.vtkProp3D.

Here is the call graph for this function:

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

Here is the call graph for this function:

virtual int Kitware.VTK.vtkProp.GetNumberOfConsumers ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual int Kitware.VTK.vtkProp.GetNumberOfPaths ( ) [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 Kitware.VTK.vtkAssembly, and Kitware.VTK.vtkPropAssembly.

virtual int Kitware.VTK.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.

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.

Here is the call graph for this function:

virtual uint Kitware.VTK.vtkProp.GetRedrawMTime ( ) [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 Kitware.VTK.vtkAxesActor, Kitware.VTK.vtkVolume, and Kitware.VTK.vtkActor.

virtual double Kitware.VTK.vtkProp.GetRenderTimeMultiplier ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual bool Kitware.VTK.vtkProp.GetSupportsSelection ( ) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkActor.

virtual bool Kitware.VTK.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 int Kitware.VTK.vtkProp.GetVisibility ( ) [virtual]

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

virtual void Kitware.VTK.vtkProp.GetVolumes ( vtkPropCollection  arg0) [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 Kitware.VTK.vtkLODProp3D, Kitware.VTK.vtkVolume, Kitware.VTK.vtkWidgetRepresentation, and Kitware.VTK.vtkAssembly.

virtual bool Kitware.VTK.vtkProp.HasKeys ( vtkInformation  requiredKeys) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

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

virtual void Kitware.VTK.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 Kitware.VTK.vtkProp3D, Kitware.VTK.vtkAssembly, Kitware.VTK.vtkPropAssembly, and Kitware.VTK.vtkProp3DFollower.

override int Kitware.VTK.vtkProp.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
static new int Kitware.VTK.vtkProp.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

virtual void Kitware.VTK.vtkProp.Pick ( ) [virtual]

Method fires PickEvent if the prop is picked.

virtual void Kitware.VTK.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 Kitware.VTK.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 Kitware.VTK.vtkProp.PokeMatrix ( vtkMatrix4x4  arg0) [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 Kitware.VTK.vtkProp3D.

virtual void Kitware.VTK.vtkProp.ReleaseGraphicsResources ( vtkWindow  arg0) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

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

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual bool Kitware.VTK.vtkProp.RenderFilteredOpaqueGeometry ( vtkViewport  v,
vtkInformation  requiredKeys 
) [virtual]

Tells if the prop has all the required keys.

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

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Tells if the prop has all the required keys.

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

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual int Kitware.VTK.vtkProp.RenderOpaqueGeometry ( vtkViewport  arg0) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

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

virtual int Kitware.VTK.vtkProp.RenderOverlay ( vtkViewport  arg0) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxesActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkContourRepresentation, Kitware.VTK.vtkLegendScaleActor, Kitware.VTK.vtkSphereRepresentation, Kitware.VTK.vtkBorderRepresentation, Kitware.VTK.vtkSplineRepresentation, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkWidgetRepresentation, Kitware.VTK.vtkConstrainedPointHandleRepresentation, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkParallelopipedRepresentation, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkAffineRepresentation2D, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkBalloonRepresentation, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkCompassRepresentation, Kitware.VTK.vtkSliderRepresentation2D, Kitware.VTK.vtkActor2D, Kitware.VTK.vtkOrientedGlyphContourRepresentation, Kitware.VTK.vtkCheckerboardRepresentation, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkOrientedGlyphFocalPlaneContourRepresentation, Kitware.VTK.vtkCenteredSliderRepresentation, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkTexturedButtonRepresentation2D, Kitware.VTK.vtkBiDimensionalRepresentation2D, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkCameraRepresentation, Kitware.VTK.vtkRectilinearWipeRepresentation, Kitware.VTK.vtkPropAssembly, Kitware.VTK.vtkAngleRepresentation2D, Kitware.VTK.vtkDistanceRepresentation2D, Kitware.VTK.vtkCaptionRepresentation, Kitware.VTK.vtkTextRepresentation, Kitware.VTK.vtkPointHandleRepresentation2D, Kitware.VTK.vtkPlaybackRepresentation, Kitware.VTK.vtkTextActor3D, Kitware.VTK.vtkScalarBarRepresentation, Kitware.VTK.vtkLogoRepresentation, Kitware.VTK.vtkContextActor, and Kitware.VTK.vtkTexturedActor2D.

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxesActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkLineRepresentation, Kitware.VTK.vtkImplicitPlaneRepresentation, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkContourRepresentation, Kitware.VTK.vtkSphereRepresentation, Kitware.VTK.vtkBorderRepresentation, Kitware.VTK.vtkLODProp3D, Kitware.VTK.vtkSplineRepresentation, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkWidgetRepresentation, Kitware.VTK.vtkAnnotatedCubeActor, Kitware.VTK.vtkBoxRepresentation, Kitware.VTK.vtkConstrainedPointHandleRepresentation, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkDistanceRepresentation3D, Kitware.VTK.vtkActor2D, Kitware.VTK.vtkAxesTransformRepresentation, Kitware.VTK.vtkImageActor, Kitware.VTK.vtkOrientedGlyphContourRepresentation, Kitware.VTK.vtkPointHandleRepresentation3D, Kitware.VTK.vtkTexturedButtonRepresentation, Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D, Kitware.VTK.vtkActor, Kitware.VTK.vtkCheckerboardRepresentation, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkOrientedGlyphFocalPlaneContourRepresentation, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkAngleRepresentation3D, Kitware.VTK.vtkAssembly, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkCameraRepresentation, Kitware.VTK.vtkSphereHandleRepresentation, Kitware.VTK.vtkRectilinearWipeRepresentation, Kitware.VTK.vtkPropAssembly, Kitware.VTK.vtkCaptionRepresentation, Kitware.VTK.vtkTextRepresentation, Kitware.VTK.vtkProp3DButtonRepresentation, Kitware.VTK.vtkProp3DFollower, Kitware.VTK.vtkPlaybackRepresentation, Kitware.VTK.vtkTextActor3D, Kitware.VTK.vtkScalarBarRepresentation, Kitware.VTK.vtkFollower, and Kitware.VTK.vtkTexturedActor2D.

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkLODProp3D, Kitware.VTK.vtkWidgetRepresentation, Kitware.VTK.vtkVolume, Kitware.VTK.vtkAssembly, Kitware.VTK.vtkPropAssembly, Kitware.VTK.vtkProp3DButtonRepresentation, and Kitware.VTK.vtkProp3DFollower.

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkLODProp3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Here is the call graph for this function:

virtual void Kitware.VTK.vtkProp.SetAllocatedRenderTime ( double  t,
vtkViewport  arg1 
) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0

Reimplemented in Kitware.VTK.vtkLODProp3D.

virtual void Kitware.VTK.vtkProp.SetDragable ( int  _arg) [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 Kitware.VTK.vtkProp.SetEstimatedRenderTime ( double  t) [virtual]

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual void Kitware.VTK.vtkProp.SetPickable ( int  _arg) [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 Kitware.VTK.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.

Tells if the prop has all the required keys.

Precondition:
keys_can_be_null: requiredKeys==0 || requiredKeys!=0
virtual void Kitware.VTK.vtkProp.SetUseBounds ( bool  _arg) [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 Kitware.VTK.vtkProp.SetVisibility ( int  _arg) [virtual]

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

virtual void Kitware.VTK.vtkProp.ShallowCopy ( vtkProp  prop) [virtual]
virtual void Kitware.VTK.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 void Kitware.VTK.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 Kitware.VTK.vtkProp.VisibilityOff ( ) [virtual]

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

virtual void Kitware.VTK.vtkProp.VisibilityOn ( ) [virtual]

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

static internal void Kitware.VTK.vtkProp.vtkProp_AddConsumer_01 ( HandleRef  pThis,
HandleRef  c 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_AddEstimatedRenderTime_02 ( HandleRef  pThis,
double  t,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_BuildPaths_03 ( HandleRef  pThis,
HandleRef  paths,
HandleRef  path 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_DragableOff_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_DragableOn_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_GetActors2D_07 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_GetActors_06 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal double Kitware.VTK.vtkProp.vtkProp_GetAllocatedRenderTime_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_GetBounds_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_GetConsumer_10 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_GetDragable_11 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkProp.vtkProp_GetEstimatedRenderTime_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal double Kitware.VTK.vtkProp.vtkProp_GetEstimatedRenderTime_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_GetMatrix_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_GetNextPath_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_GetNumberOfConsumers_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_GetNumberOfPaths_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_GetPickable_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_GetPropertyKeys_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkProp.vtkProp_GetRedrawMTime_20 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkProp.vtkProp_GetRenderTimeMultiplier_21 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_GetSupportsSelection_22 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_GetUseBounds_23 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_GetVisibility_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_GetVolumes_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_HasKeys_26 ( HandleRef  pThis,
HandleRef  requiredKeys 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_HasTranslucentPolygonalGeometry_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_InitPathTraversal_28 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_IsA_29 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_IsConsumer_30 ( HandleRef  pThis,
HandleRef  c 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_IsTypeOf_31 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_NewInstance_32 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_Pick_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_PickableOff_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_PickableOn_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_PokeMatrix_36 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_ReleaseGraphicsResources_37 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_RemoveConsumer_38 ( HandleRef  pThis,
HandleRef  c 
) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_RenderFilteredOpaqueGeometry_39 ( HandleRef  pThis,
HandleRef  v,
HandleRef  requiredKeys 
) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_RenderFilteredOverlay_40 ( HandleRef  pThis,
HandleRef  v,
HandleRef  requiredKeys 
) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_RenderFilteredTranslucentPolygonalGeometry_41 ( HandleRef  pThis,
HandleRef  v,
HandleRef  requiredKeys 
) [private]
static internal byte Kitware.VTK.vtkProp.vtkProp_RenderFilteredVolumetricGeometry_42 ( HandleRef  pThis,
HandleRef  v,
HandleRef  requiredKeys 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_RenderOpaqueGeometry_43 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_RenderOverlay_44 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_RenderTranslucentPolygonalGeometry_45 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkProp.vtkProp_RenderVolumetricGeometry_46 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_RestoreEstimatedRenderTime_47 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkProp.vtkProp_SafeDownCast_48 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetAllocatedRenderTime_49 ( HandleRef  pThis,
double  t,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetDragable_50 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetEstimatedRenderTime_51 ( HandleRef  pThis,
double  t 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetPickable_52 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetPropertyKeys_53 ( HandleRef  pThis,
HandleRef  keys 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetRenderTimeMultiplier_54 ( HandleRef  pThis,
double  t 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetUseBounds_55 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_SetVisibility_56 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_ShallowCopy_57 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_UseBoundsOff_58 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_UseBoundsOn_59 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_VisibilityOff_60 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkProp.vtkProp_VisibilityOn_61 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkProp.MRClassNameKey = "7vtkProp" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

new const string Kitware.VTK.vtkProp.MRFullTypeName = "Kitware.VTK.vtkProp"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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


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