ActiViz .NET
5.8.0
|
vtkAbstractPropPicker - abstract API for pickers that can pick an instance of vtkProp More...
Public Member Functions | |
vtkAbstractPropPicker (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual vtkActor | GetActor () |
Return the vtkActor that has been picked. If NULL, no actor was picked. | |
virtual vtkActor2D | GetActor2D () |
Return the vtkActor2D that has been picked. If NULL, no actor2D was picked. | |
virtual vtkAssembly | GetAssembly () |
Return the vtkAssembly that has been picked. If NULL, no assembly was picked. (Note: the returned assembly is the first node in the assembly path. If the path is one node long, then the assembly and the prop are the same, assuming that the first node is a vtkAssembly.) | |
virtual vtkAssemblyPath | GetPath () |
Return the vtkAssemblyPath that has been picked. The assembly path lists all the vtkProps that form an assembly. If no assembly is present, then the assembly path will have one node (which is the picked prop). The set method is used internally to set the path. (Note: the structure of an assembly path is a collection of vtkAssemblyNode, each node pointing to a vtkProp and (possibly) a transformation matrix.) | |
virtual vtkProp3D | GetProp3D () |
Return the vtkProp that has been picked. If NULL, no vtkProp3D was picked. | |
virtual vtkPropAssembly | GetPropAssembly () |
Return the vtkPropAssembly that has been picked. If NULL, no prop assembly was picked. (Note: the returned prop assembly is the first node in the assembly path. If the path is one node long, then the prop assembly and the prop are the same, assuming that the first node is a vtkPropAssembly.) | |
virtual vtkProp | GetViewProp () |
Return the vtkProp that has been picked. If NULL, nothing was picked. If anything at all was picked, this method will return something. | |
virtual vtkVolume | GetVolume () |
Return the vtkVolume that has been picked. If NULL, no volume was picked. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAbstractPropPicker | NewInstance () |
Undocumented Block. | |
virtual void | SetPath (vtkAssemblyPath arg0) |
Return the vtkAssemblyPath that has been picked. The assembly path lists all the vtkProps that form an assembly. If no assembly is present, then the assembly path will have one node (which is the picked prop). The set method is used internally to set the path. (Note: the structure of an assembly path is a collection of vtkAssemblyNode, each node pointing to a vtkProp and (possibly) a transformation matrix.) | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAbstractPropPicker | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAbstractPropPicker" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkAbstractPropPicker" |
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 IntPtr | vtkAbstractPropPicker_GetActor_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetActor2D_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetAssembly_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetPath_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetProp3D_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetPropAssembly_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetViewProp_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_GetVolume_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAbstractPropPicker_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkAbstractPropPicker_IsTypeOf_10 (string type) |
static internal IntPtr | vtkAbstractPropPicker_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAbstractPropPicker_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAbstractPropPicker_SetPath_13 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkAbstractPropPicker () |
Automatically generated type registration mechanics. |
vtkAbstractPropPicker - abstract API for pickers that can pick an instance of vtkProp
Description vtkAbstractPropPicker is an abstract superclass for pickers that can pick an instance of vtkProp. Some pickers, like vtkWorldPointPicker (not a subclass of this class), cannot identify the prop that is picked. Subclasses of vtkAbstractPropPicker return a prop in the form of a vtkAssemblyPath when a pick is invoked. Note that an vtkAssemblyPath contain a list of vtkAssemblyNodes, each of which in turn contains a reference to a vtkProp and a 4x4 transformation matrix. The path fully describes the entire pick path, so you can pick assemblies or portions of assemblies, or just grab the tail end of the vtkAssemblyPath (which is the picked prop).
static Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkAbstractPropPicker.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.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPropPicker, and Kitware.VTK.vtkPointPicker.
virtual vtkActor Kitware.VTK.vtkAbstractPropPicker.GetActor | ( | ) | [virtual] |
Return the vtkActor that has been picked. If NULL, no actor was picked.
virtual vtkActor2D Kitware.VTK.vtkAbstractPropPicker.GetActor2D | ( | ) | [virtual] |
Return the vtkActor2D that has been picked. If NULL, no actor2D was picked.
virtual vtkAssembly Kitware.VTK.vtkAbstractPropPicker.GetAssembly | ( | ) | [virtual] |
Return the vtkAssembly that has been picked. If NULL, no assembly was picked. (Note: the returned assembly is the first node in the assembly path. If the path is one node long, then the assembly and the prop are the same, assuming that the first node is a vtkAssembly.)
virtual vtkAssemblyPath Kitware.VTK.vtkAbstractPropPicker.GetPath | ( | ) | [virtual] |
Return the vtkAssemblyPath that has been picked. The assembly path lists all the vtkProps that form an assembly. If no assembly is present, then the assembly path will have one node (which is the picked prop). The set method is used internally to set the path. (Note: the structure of an assembly path is a collection of vtkAssemblyNode, each node pointing to a vtkProp and (possibly) a transformation matrix.)
virtual vtkProp3D Kitware.VTK.vtkAbstractPropPicker.GetProp3D | ( | ) | [virtual] |
virtual vtkPropAssembly Kitware.VTK.vtkAbstractPropPicker.GetPropAssembly | ( | ) | [virtual] |
Return the vtkPropAssembly that has been picked. If NULL, no prop assembly was picked. (Note: the returned prop assembly is the first node in the assembly path. If the path is one node long, then the prop assembly and the prop are the same, assuming that the first node is a vtkPropAssembly.)
virtual vtkProp Kitware.VTK.vtkAbstractPropPicker.GetViewProp | ( | ) | [virtual] |
Return the vtkProp that has been picked. If NULL, nothing was picked. If anything at all was picked, this method will return something.
virtual vtkVolume Kitware.VTK.vtkAbstractPropPicker.GetVolume | ( | ) | [virtual] |
Return the vtkVolume that has been picked. If NULL, no volume was picked.
override int Kitware.VTK.vtkAbstractPropPicker.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPointPicker, and Kitware.VTK.vtkPropPicker.
static new int Kitware.VTK.vtkAbstractPropPicker.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPointPicker, and Kitware.VTK.vtkPropPicker.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPointPicker, and Kitware.VTK.vtkPropPicker.
static new vtkAbstractPropPicker Kitware.VTK.vtkAbstractPropPicker.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkPropPicker, Kitware.VTK.vtkRenderedAreaPicker, and Kitware.VTK.vtkPointPicker.
virtual void Kitware.VTK.vtkAbstractPropPicker.SetPath | ( | vtkAssemblyPath | arg0 | ) | [virtual] |
Return the vtkAssemblyPath that has been picked. The assembly path lists all the vtkProps that form an assembly. If no assembly is present, then the assembly path will have one node (which is the picked prop). The set method is used internally to set the path. (Note: the structure of an assembly path is a collection of vtkAssemblyNode, each node pointing to a vtkProp and (possibly) a transformation matrix.)
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetActor2D_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetActor_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetAssembly_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetPath_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetProp3D_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetPropAssembly_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetViewProp_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_GetVolume_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAbstractPropPicker.vtkAbstractPropPicker_SetPath_13 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkAbstractPropPicker.MRClassNameKey = "21vtkAbstractPropPicker" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPropPicker, and Kitware.VTK.vtkPointPicker.
new const string Kitware.VTK.vtkAbstractPropPicker.MRFullTypeName = "Kitware.VTK.vtkAbstractPropPicker" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
Reimplemented in Kitware.VTK.vtkAreaPicker, Kitware.VTK.vtkCellPicker, Kitware.VTK.vtkPicker, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkPropPicker, and Kitware.VTK.vtkPointPicker.