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

vtkMergePoints - merge exactly coincident points More...

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

List of all members.

Public Member Functions

 vtkMergePoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMergePoints ()
 Undocumented Block.
override int InsertUniquePoint (IntPtr x, ref int ptId)
 Determine whether point given by x[3] has been inserted into points list. Return 0 if point was already in the list, otherwise return 1. If the point was not in the list, it will be ADDED. In either case, the id of the point (newly inserted or not) is returned in the ptId argument. Note this combines the functionality of IsInsertedPoint() followed by a call to InsertNextPoint().
override int IsA (string type)
 Undocumented Block.
override int IsInsertedPoint (IntPtr x)
 Determine whether point given by x[3] has been inserted into points list. Return id of previously inserted point if this is true, otherwise return.
override int IsInsertedPoint (double x, double y, double z)
 Determine whether point given by x[3] has been inserted into points list. Return id of previously inserted point if this is true, otherwise return.
new vtkMergePoints NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkMergePoints New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkMergePoints SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkMergePoints"
 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 vtkMergePoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMergePoints_InsertUniquePoint_01 (HandleRef pThis, IntPtr x, ref int ptId)
static internal int vtkMergePoints_IsA_02 (HandleRef pThis, string type)
static internal int vtkMergePoints_IsInsertedPoint_03 (HandleRef pThis, IntPtr x)
static internal int vtkMergePoints_IsInsertedPoint_04 (HandleRef pThis, double x, double y, double z)
static internal int vtkMergePoints_IsTypeOf_05 (string type)
static internal IntPtr vtkMergePoints_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMergePoints_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkMergePoints ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMergePoints - merge exactly coincident points

Description vtkMergePoints is a locator object to quickly locate points in 3D. The primary difference between vtkMergePoints and its superclass vtkPointLocator is that vtkMergePoints merges precisely coincident points and is therefore much faster.

vtkCleanPolyData


Constructor & Destructor Documentation

static Kitware.VTK.vtkMergePoints.vtkMergePoints ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkMergePoints.vtkMergePoints ( 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.vtkMergePoints.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.vtkMergePoints.InsertUniquePoint ( IntPtr  x,
ref int  ptId 
) [virtual]

Determine whether point given by x[3] has been inserted into points list. Return 0 if point was already in the list, otherwise return 1. If the point was not in the list, it will be ADDED. In either case, the id of the point (newly inserted or not) is returned in the ptId argument. Note this combines the functionality of IsInsertedPoint() followed by a call to InsertNextPoint().

Reimplemented from Kitware.VTK.vtkPointLocator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointLocator.

override int Kitware.VTK.vtkMergePoints.IsInsertedPoint ( IntPtr  x) [virtual]

Determine whether point given by x[3] has been inserted into points list. Return id of previously inserted point if this is true, otherwise return.

-1.

Reimplemented from Kitware.VTK.vtkPointLocator.

override int Kitware.VTK.vtkMergePoints.IsInsertedPoint ( double  x,
double  y,
double  z 
) [virtual]

Determine whether point given by x[3] has been inserted into points list. Return id of previously inserted point if this is true, otherwise return.

-1.

Reimplemented from Kitware.VTK.vtkPointLocator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointLocator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointLocator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointLocator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointLocator.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkMergePoints.vtkMergePoints_InsertUniquePoint_01 ( HandleRef  pThis,
IntPtr  x,
ref int  ptId 
) [private]
static internal int Kitware.VTK.vtkMergePoints.vtkMergePoints_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMergePoints.vtkMergePoints_IsInsertedPoint_03 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal int Kitware.VTK.vtkMergePoints.vtkMergePoints_IsInsertedPoint_04 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal int Kitware.VTK.vtkMergePoints.vtkMergePoints_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMergePoints.vtkMergePoints_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMergePoints.vtkMergePoints_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMergePoints.vtkMergePoints_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMergePoints.MRClassNameKey = "14vtkMergePoints" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointLocator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointLocator.


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