ActiViz .NET
5.8.0
|
Public Member Functions | |
vtkPolygonalSurfacePointPlacer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolygonalSurfacePointPlacer () | |
Instantiate this class. | |
override void | AddProp (vtkProp arg0) |
Descuription: Add /remove a prop, to place points on. | |
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. | |
virtual vtkCellPicker | GetCellPicker () |
Get the Prop picker. | |
virtual double | GetDistanceOffset () |
Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals). | |
virtual vtkPolyDataCollection | GetPolys () |
Be sure to add polydata on which you wish to place points to this list or they will not be considered for placement. | |
override int | IsA (string type) |
Standard methods for instances of this class. | |
new vtkPolygonalSurfacePointPlacer | NewInstance () |
Standard methods for instances of this class. | |
override void | RemoveAllProps () |
Descuription: Add /remove a prop, to place points on. | |
override void | RemoveViewProp (vtkProp prop) |
Descuription: Add /remove a prop, to place points on. | |
virtual void | SetDistanceOffset (double _arg) |
Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals). | |
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 vtkPolygonalSurfacePointPlacer | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkPolygonalSurfacePointPlacer | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolygonalSurfacePointPlacer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkPolygonalSurfacePointPlacer" |
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 | vtkPolygonalSurfacePointPlacer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolygonalSurfacePointPlacer_AddProp_01 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkPolygonalSurfacePointPlacer_ComputeWorldPosition_02 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr worldPos, IntPtr worldOrient) |
static internal int | vtkPolygonalSurfacePointPlacer_ComputeWorldPosition_03 (HandleRef pThis, HandleRef ren, IntPtr displayPos, IntPtr refWorldPos, IntPtr worldPos, IntPtr worldOrient) |
static internal IntPtr | vtkPolygonalSurfacePointPlacer_GetCellPicker_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkPolygonalSurfacePointPlacer_GetDistanceOffset_05 (HandleRef pThis) |
static internal IntPtr | vtkPolygonalSurfacePointPlacer_GetPolys_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolygonalSurfacePointPlacer_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkPolygonalSurfacePointPlacer_IsTypeOf_08 (string type) |
static internal IntPtr | vtkPolygonalSurfacePointPlacer_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolygonalSurfacePointPlacer_RemoveAllProps_11 (HandleRef pThis) |
static internal void | vtkPolygonalSurfacePointPlacer_RemoveViewProp_12 (HandleRef pThis, HandleRef prop) |
static internal IntPtr | vtkPolygonalSurfacePointPlacer_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolygonalSurfacePointPlacer_SetDistanceOffset_14 (HandleRef pThis, double _arg) |
static internal int | vtkPolygonalSurfacePointPlacer_ValidateDisplayPosition_15 (HandleRef pThis, HandleRef arg0, IntPtr displayPos) |
static internal int | vtkPolygonalSurfacePointPlacer_ValidateWorldPosition_16 (HandleRef pThis, IntPtr worldPos) |
static internal int | vtkPolygonalSurfacePointPlacer_ValidateWorldPosition_17 (HandleRef pThis, IntPtr worldPos, IntPtr worldOrient) |
Static Private Member Functions | |
static | vtkPolygonalSurfacePointPlacer () |
Automatically generated type registration mechanics. |
Description vtkPolygonalSurfacePointPlacer places points on polygonal data and is meant to be used in conjunction with vtkPolygonalSurfaceContourLineInterpolator.
Usage
Caveats You should have computed cell normals for the input polydata if you are specifying a distance offset.
static Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkPolygonalSurfacePointPlacer.AddProp | ( | vtkProp | arg0 | ) | [virtual] |
Descuription: Add /remove a prop, to place points on.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.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.vtkPolyDataPointPlacer.
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.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.vtkPolyDataPointPlacer.
override void Kitware.VTK.vtkPolygonalSurfacePointPlacer.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.vtkPolyDataPointPlacer.
virtual vtkCellPicker Kitware.VTK.vtkPolygonalSurfacePointPlacer.GetCellPicker | ( | ) | [virtual] |
Get the Prop picker.
virtual double Kitware.VTK.vtkPolygonalSurfacePointPlacer.GetDistanceOffset | ( | ) | [virtual] |
Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals).
virtual vtkPolyDataCollection Kitware.VTK.vtkPolygonalSurfacePointPlacer.GetPolys | ( | ) | [virtual] |
Be sure to add polydata on which you wish to place points to this list or they will not be considered for placement.
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
static new int Kitware.VTK.vtkPolygonalSurfacePointPlacer.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
static new vtkPolygonalSurfacePointPlacer Kitware.VTK.vtkPolygonalSurfacePointPlacer.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
override void Kitware.VTK.vtkPolygonalSurfacePointPlacer.RemoveAllProps | ( | ) | [virtual] |
Descuription: Add /remove a prop, to place points on.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
override void Kitware.VTK.vtkPolygonalSurfacePointPlacer.RemoveViewProp | ( | vtkProp | prop | ) | [virtual] |
Descuription: Add /remove a prop, to place points on.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
static new vtkPolygonalSurfacePointPlacer Kitware.VTK.vtkPolygonalSurfacePointPlacer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
virtual void Kitware.VTK.vtkPolygonalSurfacePointPlacer.SetDistanceOffset | ( | double | _arg | ) | [virtual] |
Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals).
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.ValidateDisplayPosition | ( | vtkRenderer | arg0, |
IntPtr | displayPos | ||
) | [virtual] |
Given a display position, check the validity of this position.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.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.vtkPolyDataPointPlacer.
override int Kitware.VTK.vtkPolygonalSurfacePointPlacer.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.vtkPolyDataPointPlacer.
static internal void Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_AddProp_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_ComputeWorldPosition_02 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
IntPtr | displayPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_ComputeWorldPosition_03 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
IntPtr | displayPos, | ||
IntPtr | refWorldPos, | ||
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_GetCellPicker_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_GetDistanceOffset_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_GetPolys_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_RemoveAllProps_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_RemoveViewProp_12 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_SetDistanceOffset_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_ValidateDisplayPosition_15 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | displayPos | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_ValidateWorldPosition_16 | ( | HandleRef | pThis, |
IntPtr | worldPos | ||
) | [private] |
static internal int Kitware.VTK.vtkPolygonalSurfacePointPlacer.vtkPolygonalSurfacePointPlacer_ValidateWorldPosition_17 | ( | HandleRef | pThis, |
IntPtr | worldPos, | ||
IntPtr | worldOrient | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolygonalSurfacePointPlacer.MRClassNameKey = "30vtkPolygonalSurfacePointPlacer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.
new const string Kitware.VTK.vtkPolygonalSurfacePointPlacer.MRFullTypeName = "Kitware.VTK.vtkPolygonalSurfacePointPlacer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPointPlacer.