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.vtkVolumePicker Class Reference

vtkVolumePicker - ray-cast picker enhanced for volumes More...

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

List of all members.

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.

Detailed Description

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.

vtkPicker vtkPointPicker vtkCellPicker


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellPicker.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellPicker.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellPicker.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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