ActiViz .NET
5.8.0
|
vtkPropPicker - pick an actor/prop using graphics hardware More...
Public Member Functions | |
vtkPropPicker (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPropPicker () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPropPicker | NewInstance () |
Undocumented Block. | |
override int | Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer renderer) |
Overide superclasses' Pick() method. | |
new int | Pick (IntPtr selectionPt, vtkRenderer renderer) |
Overide superclasses' Pick() method. | |
int | PickProp (double selectionX, double selectionY, vtkRenderer renderer) |
Perform the pick and set the PickedProp ivar. If something is picked, a 1 is returned, otherwise 0 is returned. Use the GetViewProp() method to get the instance of vtkProp that was picked. Props are picked from the renderers list of pickable Props. | |
int | PickProp (double selectionX, double selectionY, vtkRenderer renderer, vtkPropCollection pickfrom) |
Perform a pick from the user-provided list of vtkProps and not from the list of vtkProps that the render maintains. | |
Static Public Member Functions | |
static new vtkPropPicker | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPropPicker | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPropPicker" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkPropPicker" |
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 | vtkPropPicker_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPropPicker_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkPropPicker_IsTypeOf_02 (string type) |
static internal IntPtr | vtkPropPicker_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPropPicker_Pick_05 (HandleRef pThis, double selectionX, double selectionY, double selectionZ, HandleRef renderer) |
static internal int | vtkPropPicker_Pick_06 (HandleRef pThis, IntPtr selectionPt, HandleRef renderer) |
static internal int | vtkPropPicker_PickProp_07 (HandleRef pThis, double selectionX, double selectionY, HandleRef renderer) |
static internal int | vtkPropPicker_PickProp_08 (HandleRef pThis, double selectionX, double selectionY, HandleRef renderer, HandleRef pickfrom) |
static internal IntPtr | vtkPropPicker_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPropPicker () |
Automatically generated type registration mechanics. |
vtkPropPicker - pick an actor/prop using graphics hardware
Description vtkPropPicker is used to pick an actor/prop given a selection point (in display coordinates) and a renderer. This class uses graphics hardware/rendering system to pick rapidly (as compared to using ray casting as does vtkCellPicker and vtkPointPicker). This class determines the actor/prop and pick position in world coordinates; point and cell ids are not determined.
static Kitware.VTK.vtkPropPicker.vtkPropPicker | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPropPicker.vtkPropPicker | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPropPicker.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.vtkAbstractPropPicker.
override int Kitware.VTK.vtkPropPicker.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.
static new int Kitware.VTK.vtkPropPicker.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.
static new vtkPropPicker Kitware.VTK.vtkPropPicker.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.
override int Kitware.VTK.vtkPropPicker.Pick | ( | double | selectionX, |
double | selectionY, | ||
double | selectionZ, | ||
vtkRenderer | renderer | ||
) | [virtual] |
Overide superclasses' Pick() method.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
new int Kitware.VTK.vtkPropPicker.Pick | ( | IntPtr | selectionPt, |
vtkRenderer | renderer | ||
) |
Overide superclasses' Pick() method.
Reimplemented from Kitware.VTK.vtkAbstractPicker.
int Kitware.VTK.vtkPropPicker.PickProp | ( | double | selectionX, |
double | selectionY, | ||
vtkRenderer | renderer | ||
) |
Perform the pick and set the PickedProp ivar. If something is picked, a 1 is returned, otherwise 0 is returned. Use the GetViewProp() method to get the instance of vtkProp that was picked. Props are picked from the renderers list of pickable Props.
int Kitware.VTK.vtkPropPicker.PickProp | ( | double | selectionX, |
double | selectionY, | ||
vtkRenderer | renderer, | ||
vtkPropCollection | pickfrom | ||
) |
Perform a pick from the user-provided list of vtkProps and not from the list of vtkProps that the render maintains.
static new vtkPropPicker Kitware.VTK.vtkPropPicker.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPropPicker.vtkPropPicker_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPropPicker.vtkPropPicker_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_Pick_05 | ( | HandleRef | pThis, |
double | selectionX, | ||
double | selectionY, | ||
double | selectionZ, | ||
HandleRef | renderer | ||
) | [private] |
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_Pick_06 | ( | HandleRef | pThis, |
IntPtr | selectionPt, | ||
HandleRef | renderer | ||
) | [private] |
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_PickProp_07 | ( | HandleRef | pThis, |
double | selectionX, | ||
double | selectionY, | ||
HandleRef | renderer | ||
) | [private] |
static internal int Kitware.VTK.vtkPropPicker.vtkPropPicker_PickProp_08 | ( | HandleRef | pThis, |
double | selectionX, | ||
double | selectionY, | ||
HandleRef | renderer, | ||
HandleRef | pickfrom | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPropPicker.vtkPropPicker_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPropPicker.MRClassNameKey = "13vtkPropPicker" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.
new const string Kitware.VTK.vtkPropPicker.MRFullTypeName = "Kitware.VTK.vtkPropPicker" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPropPicker.