ActiViz .NET
5.8.0
|
vtkPolyDataPointPlacer - Base class to place points given constraints on polygonal data More...
Public Member Functions | |
vtkPolyDataPointPlacer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolyDataPointPlacer () | |
Instantiate this class. | |
virtual void | AddProp (vtkProp arg0) |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer. | |
override int | ComputeWorldPosition (vtkRenderer ren, IntPtr displayPos, IntPtr worldPos, IntPtr worldOrient) |
Given a renderer and a display position in pixel coordinates, compute the world position and orientation where this point will be placed. This method is typically used by the representation to place the point initially. For the Terrain point placer this computes world points that lie at the specified height above the terrain. | |
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 the new world position and orientation of this point. This method is typically used by the representation to move the point. | |
int | GetNumberOfProps () |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer. | |
virtual vtkPropPicker | GetPropPicker () |
Get the Prop picker. | |
int | HasProp (vtkProp arg0) |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer. | |
override int | IsA (string type) |
Standard methods for instances of this class. | |
new vtkPolyDataPointPlacer | NewInstance () |
Standard methods for instances of this class. | |
virtual void | RemoveAllProps () |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer. | |
virtual void | RemoveViewProp (vtkProp prop) |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer. | |
override int | ValidateDisplayPosition (vtkRenderer arg0, IntPtr displayPos) |
Given a display position, check the validity of this position. | |
override int | ValidateWorldPosition (IntPtr worldPos) |
Given a world position check the validity of this position according to the constraints of the placer. | |
override int | ValidateWorldPosition (IntPtr worldPos, IntPtr worldOrient) |
Given a world position and a world orientation, validate it according to the constraints of the placer. | |
Static Public Member Functions | |
static new vtkPolyDataPointPlacer | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkPolyDataPointPlacer | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataPointPlacer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkPolyDataPointPlacer" |
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 | vtkPolyDataPointPlacer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataPointPlacer_AddProp_01 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkPolyDataPointPlacer_ComputeWorldPosition_02 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr worldPos, IntPtr worldOrient) |
static internal int | vtkPolyDataPointPlacer_ComputeWorldPosition_03 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr refWorldPos, IntPtr worldPos, IntPtr worldOrient) |
static internal int | vtkPolyDataPointPlacer_GetNumberOfProps_04 (HandleRef pThis) |
static internal IntPtr | vtkPolyDataPointPlacer_GetPropPicker_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataPointPlacer_HasProp_06 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkPolyDataPointPlacer_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkPolyDataPointPlacer_IsTypeOf_08 (string type) |
static internal IntPtr | vtkPolyDataPointPlacer_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataPointPlacer_RemoveAllProps_11 (HandleRef pThis) |
static internal void | vtkPolyDataPointPlacer_RemoveViewProp_12 (HandleRef pThis, HandleRef prop) |
static internal IntPtr | vtkPolyDataPointPlacer_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataPointPlacer_ValidateDisplayPosition_14 (HandleRef pThis, HandleRef arg0, IntPtr displayPos) |
static internal int | vtkPolyDataPointPlacer_ValidateWorldPosition_15 (HandleRef pThis, IntPtr worldPos) |
static internal int | vtkPolyDataPointPlacer_ValidateWorldPosition_16 (HandleRef pThis, IntPtr worldPos, IntPtr worldOrient) |
Static Private Member Functions | |
static | vtkPolyDataPointPlacer () |
Automatically generated type registration mechanics. |
vtkPolyDataPointPlacer - Base class to place points given constraints on polygonal data
Description vtkPolyDataPointPlacer is a base class to place points on the surface of polygonal data.
Usage The actors that render polygonal data and wish to be considered for placement by this placer are added to the list as
placer->AddProp( polyDataActor );
static Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
virtual void Kitware.VTK.vtkPolyDataPointPlacer.AddProp | ( | vtkProp | arg0 | ) | [virtual] |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.ComputeWorldPosition | ( | vtkRenderer | ren, |
IntPtr | displayPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [virtual] |
Given a renderer and a display position in pixel coordinates, compute the world position and orientation where this point will be placed. This method is typically used by the representation to place the point initially. For the Terrain point placer this computes world points that lie at the specified height above the terrain.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.ComputeWorldPosition | ( | vtkRenderer | ren, |
IntPtr | displayPos, | ||
IntPtr | refWorldPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [virtual] |
Given a renderer, a display position, and a reference world position, compute the new world position and orientation of this point. This method is typically used by the representation to move the point.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override void Kitware.VTK.vtkPolyDataPointPlacer.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.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer.
virtual vtkPropPicker Kitware.VTK.vtkPolyDataPointPlacer.GetPropPicker | ( | ) | [virtual] |
Get the Prop picker.
int Kitware.VTK.vtkPolyDataPointPlacer.HasProp | ( | vtkProp | arg0 | ) |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
static new int Kitware.VTK.vtkPolyDataPointPlacer.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
static new vtkPolyDataPointPlacer Kitware.VTK.vtkPolyDataPointPlacer.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
virtual void Kitware.VTK.vtkPolyDataPointPlacer.RemoveAllProps | ( | ) | [virtual] |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
virtual void Kitware.VTK.vtkPolyDataPointPlacer.RemoveViewProp | ( | vtkProp | prop | ) | [virtual] |
Descuription: Add an actor (that represents a terrain in a rendererd scene) to the list. Only props in this list are considered by the PointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
static new vtkPolyDataPointPlacer Kitware.VTK.vtkPolyDataPointPlacer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.ValidateDisplayPosition | ( | vtkRenderer | arg0, |
IntPtr | displayPos | ||
) | [virtual] |
Given a display position, check the validity of this position.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.ValidateWorldPosition | ( | IntPtr | worldPos | ) | [virtual] |
Given a world position check the validity of this position according to the constraints of the placer.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
override int Kitware.VTK.vtkPolyDataPointPlacer.ValidateWorldPosition | ( | IntPtr | worldPos, |
IntPtr | worldOrient | ||
) | [virtual] |
Given a world position and a world orientation, validate it according to the constraints of the placer.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
static internal void Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_AddProp_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_ComputeWorldPosition_02 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
IntPtr | displayPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_ComputeWorldPosition_03 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
IntPtr | displayPos, | ||
IntPtr | refWorldPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_GetNumberOfProps_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_GetPropPicker_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_HasProp_06 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_RemoveAllProps_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_RemoveViewProp_12 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_ValidateDisplayPosition_14 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | displayPos | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_ValidateWorldPosition_15 | ( | HandleRef | pThis, |
IntPtr | worldPos | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPointPlacer.vtkPolyDataPointPlacer_ValidateWorldPosition_16 | ( | HandleRef | pThis, |
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataPointPlacer.MRClassNameKey = "22vtkPolyDataPointPlacer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.
new const string Kitware.VTK.vtkPolyDataPointPlacer.MRFullTypeName = "Kitware.VTK.vtkPolyDataPointPlacer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointPlacer.
Reimplemented in Kitware.VTK.vtkPolygonalSurfacePointPlacer.