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.vtkFocalPlanePointPlacer Class Reference
Inheritance diagram for Kitware.VTK.vtkFocalPlanePointPlacer:
[legend]
Collaboration diagram for Kitware.VTK.vtkFocalPlanePointPlacer:
[legend]

List of all members.

Public Member Functions

 vtkFocalPlanePointPlacer (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkFocalPlanePointPlacer ()
 Instantiate this class.
override int ComputeWorldPosition (vtkRenderer ren, IntPtr displayPos, IntPtr worldPos, IntPtr worldOrient)
 Descirption: Given a renderer and a display position, compute the world position and orientation. The orientation computed by the placer will always line up with the standard coordinate axes. The world position will be computed by projecting the display position onto the focal plane. This method is typically used to place a point for the first time.
override int ComputeWorldPosition (vtkRenderer ren, IntPtr displayPos, IntPtr refWorldPos, IntPtr worldPos, IntPtr worldOrient)
 Given a renderer, a display position, and a reference world position, compute a new world position. The orientation will be the standard coordinate axes, and the computed world position will be created by projecting the display point onto a plane that is parallel to the focal plane and runs through the reference world position. This method is typically used to move existing points.
virtual double GetOffset ()
 Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera.
virtual double[] GetPointBounds ()
 Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.
virtual void GetPointBounds (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4, ref double _arg5, ref double _arg6)
 Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.
virtual void GetPointBounds (IntPtr _arg)
 Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.
override int IsA (string type)
 Standard methods for instances of this class.
new vtkFocalPlanePointPlacer NewInstance ()
 Standard methods for instances of this class.
virtual void SetOffset (double _arg)
 Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera.
virtual void SetPointBounds (double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
 Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.
virtual void SetPointBounds (IntPtr _arg)
 Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.
override int ValidateWorldPosition (IntPtr worldPos)
 Validate a world position. All world positions are valid so these methods always return 1.
override int ValidateWorldPosition (IntPtr worldPos, IntPtr worldOrient)
 Validate a world position. All world positions are valid so these methods always return 1.

Static Public Member Functions

static new vtkFocalPlanePointPlacer New ()
 Instantiate this class.
static new int IsTypeOf (string type)
 Standard methods for instances of this class.
static new vtkFocalPlanePointPlacer SafeDownCast (vtkObjectBase o)
 Standard methods for instances of this class.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkFocalPlanePointPlacer"
 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 vtkFocalPlanePointPlacer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkFocalPlanePointPlacer_ComputeWorldPosition_01 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr worldPos, IntPtr worldOrient)
static internal int vtkFocalPlanePointPlacer_ComputeWorldPosition_02 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr refWorldPos, IntPtr worldPos, IntPtr worldOrient)
static internal double vtkFocalPlanePointPlacer_GetOffset_03 (HandleRef pThis)
static internal IntPtr vtkFocalPlanePointPlacer_GetPointBounds_04 (HandleRef pThis)
static internal void vtkFocalPlanePointPlacer_GetPointBounds_05 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4, ref double _arg5, ref double _arg6)
static internal void vtkFocalPlanePointPlacer_GetPointBounds_06 (HandleRef pThis, IntPtr _arg)
static internal int vtkFocalPlanePointPlacer_IsA_07 (HandleRef pThis, string type)
static internal int vtkFocalPlanePointPlacer_IsTypeOf_08 (string type)
static internal IntPtr vtkFocalPlanePointPlacer_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkFocalPlanePointPlacer_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFocalPlanePointPlacer_SetOffset_12 (HandleRef pThis, double _arg)
static internal void vtkFocalPlanePointPlacer_SetPointBounds_13 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
static internal void vtkFocalPlanePointPlacer_SetPointBounds_14 (HandleRef pThis, IntPtr _arg)
static internal int vtkFocalPlanePointPlacer_ValidateWorldPosition_15 (HandleRef pThis, IntPtr worldPos)
static internal int vtkFocalPlanePointPlacer_ValidateWorldPosition_16 (HandleRef pThis, IntPtr worldPos, IntPtr worldOrient)

Static Private Member Functions

static vtkFocalPlanePointPlacer ()
 Automatically generated type registration mechanics.

Detailed Description

Description


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate this class.


Member Function Documentation

override int Kitware.VTK.vtkFocalPlanePointPlacer.ComputeWorldPosition ( vtkRenderer  ren,
IntPtr  displayPos,
IntPtr  worldPos,
IntPtr  worldOrient 
) [virtual]

Descirption: Given a renderer and a display position, compute the world position and orientation. The orientation computed by the placer will always line up with the standard coordinate axes. The world position will be computed by projecting the display position onto the focal plane. This method is typically used to place a point for the first time.

Reimplemented from Kitware.VTK.vtkPointPlacer.

override int Kitware.VTK.vtkFocalPlanePointPlacer.ComputeWorldPosition ( vtkRenderer  ren,
IntPtr  displayPos,
IntPtr  refWorldPos,
IntPtr  worldPos,
IntPtr  worldOrient 
) [virtual]

Given a renderer, a display position, and a reference world position, compute a new world position. The orientation will be the standard coordinate axes, and the computed world position will be created by projecting the display point onto a plane that is parallel to the focal plane and runs through the reference world position. This method is typically used to move existing points.

Reimplemented from Kitware.VTK.vtkPointPlacer.

override void Kitware.VTK.vtkFocalPlanePointPlacer.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.vtkPointPlacer.

virtual double Kitware.VTK.vtkFocalPlanePointPlacer.GetOffset ( ) [virtual]

Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera.

virtual double [] Kitware.VTK.vtkFocalPlanePointPlacer.GetPointBounds ( ) [virtual]

Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.

virtual void Kitware.VTK.vtkFocalPlanePointPlacer.GetPointBounds ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4,
ref double  _arg5,
ref double  _arg6 
) [virtual]

Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.

virtual void Kitware.VTK.vtkFocalPlanePointPlacer.GetPointBounds ( IntPtr  _arg) [virtual]

Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkPointPlacer.

static new int Kitware.VTK.vtkFocalPlanePointPlacer.IsTypeOf ( string  type) [static]

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkPointPlacer.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkPointPlacer.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkPointPlacer.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkPointPlacer.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkFocalPlanePointPlacer.SetOffset ( double  _arg) [virtual]

Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera.

virtual void Kitware.VTK.vtkFocalPlanePointPlacer.SetPointBounds ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [virtual]

Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.

virtual void Kitware.VTK.vtkFocalPlanePointPlacer.SetPointBounds ( IntPtr  _arg) [virtual]

Optionally Restrict the points to a set of bounds. The placer will invalidate points outside these bounds.

override int Kitware.VTK.vtkFocalPlanePointPlacer.ValidateWorldPosition ( IntPtr  worldPos) [virtual]

Validate a world position. All world positions are valid so these methods always return 1.

Reimplemented from Kitware.VTK.vtkPointPlacer.

override int Kitware.VTK.vtkFocalPlanePointPlacer.ValidateWorldPosition ( IntPtr  worldPos,
IntPtr  worldOrient 
) [virtual]

Validate a world position. All world positions are valid so these methods always return 1.

Reimplemented from Kitware.VTK.vtkPointPlacer.

static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_ComputeWorldPosition_01 ( HandleRef  pThis,
HandleRef  ren,
IntPtr  displayPos,
IntPtr  worldPos,
IntPtr  worldOrient 
) [private]
static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_ComputeWorldPosition_02 ( HandleRef  pThis,
HandleRef  ren,
IntPtr  displayPos,
IntPtr  refWorldPos,
IntPtr  worldPos,
IntPtr  worldOrient 
) [private]
static internal double Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_GetOffset_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_GetPointBounds_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_GetPointBounds_05 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4,
ref double  _arg5,
ref double  _arg6 
) [private]
static internal void Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_GetPointBounds_06 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_SetOffset_12 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_SetPointBounds_13 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [private]
static internal void Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_SetPointBounds_14 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_ValidateWorldPosition_15 ( HandleRef  pThis,
IntPtr  worldPos 
) [private]
static internal int Kitware.VTK.vtkFocalPlanePointPlacer.vtkFocalPlanePointPlacer_ValidateWorldPosition_16 ( HandleRef  pThis,
IntPtr  worldPos,
IntPtr  worldOrient 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkFocalPlanePointPlacer.MRClassNameKey = "24vtkFocalPlanePointPlacer" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointPlacer.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointPlacer.


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