ActiViz .NET
5.8.0
|
vtkVolumePicker - ray-cast picker enhanced for volumes More...
Public Member Functions | |
vtkVolumePicker (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVolumePicker () | |
Undocumented Block. | |
virtual int | GetCroppingPlaneId () |
Get the index of the cropping plane that the pick ray passed through on its way to the prop. This will be set regardless of whether PickCroppingPlanes is on. The crop planes are ordered as follows: xmin, xmax, ymin, ymax, zmin, zmax. If the volume is not cropped, the value will bet set to -1. | |
virtual int | GetPickCroppingPlanes () |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVolumePicker | NewInstance () |
Undocumented Block. | |
virtual void | PickCroppingPlanesOff () |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes. | |
virtual void | PickCroppingPlanesOn () |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes. | |
virtual void | SetPickCroppingPlanes (int _arg) |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes. | |
Static Public Member Functions | |
static new vtkVolumePicker | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVolumePicker | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVolumePicker" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkVolumePicker" |
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 | vtkVolumePicker_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVolumePicker_GetCroppingPlaneId_01 (HandleRef pThis) |
static internal int | vtkVolumePicker_GetPickCroppingPlanes_02 (HandleRef pThis) |
static internal int | vtkVolumePicker_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkVolumePicker_IsTypeOf_04 (string type) |
static internal IntPtr | vtkVolumePicker_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVolumePicker_PickCroppingPlanesOff_07 (HandleRef pThis) |
static internal void | vtkVolumePicker_PickCroppingPlanesOn_08 (HandleRef pThis) |
static internal IntPtr | vtkVolumePicker_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVolumePicker_SetPickCroppingPlanes_10 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkVolumePicker () |
Automatically generated type registration mechanics. |
vtkVolumePicker - ray-cast picker enhanced for volumes
Description vtkVolumePicker is a subclass of vtkCellPicker. It has one advantage over vtkCellPicker for volumes: it will be able to correctly perform picking when CroppingPlanes are present. This isn't possible for vtkCellPicker since it doesn't link to the VolumeRendering classes and hence cannot access information about the CroppingPlanes.
Thanks This class was contributed to VTK by David Gobbi on behalf of Atamai Inc.
static Kitware.VTK.vtkVolumePicker.vtkVolumePicker | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVolumePicker.vtkVolumePicker | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkVolumePicker.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.vtkCellPicker.
virtual int Kitware.VTK.vtkVolumePicker.GetCroppingPlaneId | ( | ) | [virtual] |
Get the index of the cropping plane that the pick ray passed through on its way to the prop. This will be set regardless of whether PickCroppingPlanes is on. The crop planes are ordered as follows: xmin, xmax, ymin, ymax, zmin, zmax. If the volume is not cropped, the value will bet set to -1.
virtual int Kitware.VTK.vtkVolumePicker.GetPickCroppingPlanes | ( | ) | [virtual] |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes.
override int Kitware.VTK.vtkVolumePicker.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCellPicker.
static new int Kitware.VTK.vtkVolumePicker.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCellPicker.
static new vtkVolumePicker Kitware.VTK.vtkVolumePicker.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCellPicker.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCellPicker.
virtual void Kitware.VTK.vtkVolumePicker.PickCroppingPlanesOff | ( | ) | [virtual] |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes.
virtual void Kitware.VTK.vtkVolumePicker.PickCroppingPlanesOn | ( | ) | [virtual] |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes.
static new vtkVolumePicker Kitware.VTK.vtkVolumePicker.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCellPicker.
virtual void Kitware.VTK.vtkVolumePicker.SetPickCroppingPlanes | ( | int | _arg | ) | [virtual] |
Set whether to pick the cropping planes of props that have them. If this is set, then the pick will be done on the cropping planes rather than on the data. The GetCroppingPlaneId() method will return the index of the cropping plane of the volume that was picked. This setting is only relevant to the picking of volumes.
static internal int Kitware.VTK.vtkVolumePicker.vtkVolumePicker_GetCroppingPlaneId_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumePicker.vtkVolumePicker_GetPickCroppingPlanes_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumePicker.vtkVolumePicker_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVolumePicker.vtkVolumePicker_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumePicker.vtkVolumePicker_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumePicker.vtkVolumePicker_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVolumePicker.vtkVolumePicker_PickCroppingPlanesOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVolumePicker.vtkVolumePicker_PickCroppingPlanesOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumePicker.vtkVolumePicker_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVolumePicker.vtkVolumePicker_SetPickCroppingPlanes_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkVolumePicker.MRClassNameKey = "15vtkVolumePicker" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCellPicker.
new const string Kitware.VTK.vtkVolumePicker.MRFullTypeName = "Kitware.VTK.vtkVolumePicker" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCellPicker.