ActiViz .NET
5.8.0
|
vtkNonMergingPointLocator - direct / check-free point insertion. More...
Public Member Functions | |
vtkNonMergingPointLocator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkNonMergingPointLocator () | |
Undocumented Block. | |
override int | InsertUniquePoint (IntPtr x, ref int ptId) |
Determine whether a given point x has been inserted into the points list. Return 0 if a duplicate has been inserted in the list, or 1 else. Note this function always returns 1 since any point is always inserted. The index of the point is returned via ptId. | |
override int | IsA (string type) |
Undocumented Block. | |
override int | IsInsertedPoint (IntPtr arg0) |
Undocumented Block. | |
override int | IsInsertedPoint (double arg0, double arg1, double arg2) |
Undocumented Block. | |
new vtkNonMergingPointLocator | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkNonMergingPointLocator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkNonMergingPointLocator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkNonMergingPointLocator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkNonMergingPointLocator" |
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 | vtkNonMergingPointLocator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkNonMergingPointLocator_InsertUniquePoint_01 (HandleRef pThis, IntPtr x, ref int ptId) |
static internal int | vtkNonMergingPointLocator_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkNonMergingPointLocator_IsInsertedPoint_03 (HandleRef pThis, IntPtr arg0) |
static internal int | vtkNonMergingPointLocator_IsInsertedPoint_04 (HandleRef pThis, double arg0, double arg1, double arg2) |
static internal int | vtkNonMergingPointLocator_IsTypeOf_05 (string type) |
static internal IntPtr | vtkNonMergingPointLocator_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkNonMergingPointLocator_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkNonMergingPointLocator () |
Automatically generated type registration mechanics. |
vtkNonMergingPointLocator - direct / check-free point insertion.
Description As a special sub-class of vtkPointLocator, vtkNonMergingPointLocator is intended for direct / check-free insertion of points into a vtkPoints object. In other words, any given point is always directly inserted. The name emphasizes the difference between this class and its sibling class vtkMergePoints in that the latter class performs check-based zero tolerance point insertion (or to 'merge' exactly duplicate / coincident points) by exploiting the uniform bin mechanism employed by the parent class vtkPointLocator. vtkPointLocator allows for generic (zero and non- zero) tolerance point insertion as well as point location.
static Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkNonMergingPointLocator.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.vtkPointLocator.
override int Kitware.VTK.vtkNonMergingPointLocator.InsertUniquePoint | ( | IntPtr | x, |
ref int | ptId | ||
) | [virtual] |
Determine whether a given point x has been inserted into the points list. Return 0 if a duplicate has been inserted in the list, or 1 else. Note this function always returns 1 since any point is always inserted. The index of the point is returned via ptId.
Reimplemented from Kitware.VTK.vtkPointLocator.
override int Kitware.VTK.vtkNonMergingPointLocator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
override int Kitware.VTK.vtkNonMergingPointLocator.IsInsertedPoint | ( | IntPtr | arg0 | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
override int Kitware.VTK.vtkNonMergingPointLocator.IsInsertedPoint | ( | double | arg0, |
double | arg1, | ||
double | arg2 | ||
) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
static new int Kitware.VTK.vtkNonMergingPointLocator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
static new vtkNonMergingPointLocator Kitware.VTK.vtkNonMergingPointLocator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
static new vtkNonMergingPointLocator Kitware.VTK.vtkNonMergingPointLocator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointLocator.
static internal int Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_InsertUniquePoint_01 | ( | HandleRef | pThis, |
IntPtr | x, | ||
ref int | ptId | ||
) | [private] |
static internal int Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_IsInsertedPoint_03 | ( | HandleRef | pThis, |
IntPtr | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_IsInsertedPoint_04 | ( | HandleRef | pThis, |
double | arg0, | ||
double | arg1, | ||
double | arg2 | ||
) | [private] |
static internal int Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNonMergingPointLocator.vtkNonMergingPointLocator_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkNonMergingPointLocator.MRClassNameKey = "25vtkNonMergingPointLocator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointLocator.
new const string Kitware.VTK.vtkNonMergingPointLocator.MRFullTypeName = "Kitware.VTK.vtkNonMergingPointLocator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointLocator.