ActiViz .NET
5.8.0
|
vtkCoincidentPoints - contains an octree of labels More...
Public Member Functions | |
vtkCoincidentPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCoincidentPoints () | |
Undocumented Block. | |
void | AddPoint (int Id, IntPtr point) |
Accumulates a set of Ids in a map where the point coordinate is the key. All Ids in a given map entry are thus coincident. | |
void | Clear () |
Description Clear the maps for reuse. This should be called if the caller might reuse this class (another executive pass for instance). | |
vtkIdList | GetCoincidentPointIds (IntPtr point) |
Retrieve the list of point Ids that are coincident with the given point. | |
vtkIdList | GetNextCoincidentPointIds () |
Used to iterate the sets of coincident points within the map. InitTraversal must be called first or NULL will always be returned. | |
void | InitTraversal () |
Description Initialize iteration to the begining of the coincident point map. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCoincidentPoints | NewInstance () |
Undocumented Block. | |
void | RemoveNonCoincidentPoints () |
Description Iterate through all added points and remove any entries that have no coincident points (only a single point Id). | |
Static Public Member Functions | |
static new vtkCoincidentPoints | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCoincidentPoints | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
static void | SpiralPoints (int num, vtkPoints offsets) |
Calculate num points, at a regular interval, along a parametric spiral. Note this spiral is only in two dimensions having a constant z value. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCoincidentPoints" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkCoincidentPoints" |
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 | vtkCoincidentPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCoincidentPoints_AddPoint_01 (HandleRef pThis, int Id, IntPtr point) |
static internal void | vtkCoincidentPoints_Clear_02 (HandleRef pThis) |
static internal IntPtr | vtkCoincidentPoints_GetCoincidentPointIds_03 (HandleRef pThis, IntPtr point, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentPoints_GetNextCoincidentPointIds_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCoincidentPoints_InitTraversal_05 (HandleRef pThis) |
static internal int | vtkCoincidentPoints_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkCoincidentPoints_IsTypeOf_07 (string type) |
static internal IntPtr | vtkCoincidentPoints_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCoincidentPoints_RemoveNonCoincidentPoints_10 (HandleRef pThis) |
static internal IntPtr | vtkCoincidentPoints_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCoincidentPoints_SpiralPoints_12 (int num, HandleRef offsets) |
Static Private Member Functions | |
static | vtkCoincidentPoints () |
Automatically generated type registration mechanics. |
vtkCoincidentPoints - contains an octree of labels
Description This class provides a collection of points that is organized such that each coordinate is stored with a set of point id's of points that are all coincident.
static Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkCoincidentPoints.AddPoint | ( | int | Id, |
IntPtr | point | ||
) |
Accumulates a set of Ids in a map where the point coordinate is the key. All Ids in a given map entry are thus coincident.
Id | - a unique Id for the given point that will be stored in an vtkIdList. | |
[in] | point | - the point coordinate that we will store in the map to test if any other points are coincident with it. |
Description Clear the maps for reuse. This should be called if the caller might reuse this class (another executive pass for instance).
override void Kitware.VTK.vtkCoincidentPoints.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.vtkObject.
vtkIdList Kitware.VTK.vtkCoincidentPoints.GetCoincidentPointIds | ( | IntPtr | point | ) |
Retrieve the list of point Ids that are coincident with the given point.
[in] | point | - the coordinate of coincident points we want to retrieve. |
Used to iterate the sets of coincident points within the map. InitTraversal must be called first or NULL will always be returned.
Description Initialize iteration to the begining of the coincident point map.
override int Kitware.VTK.vtkCoincidentPoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkCoincidentPoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkCoincidentPoints Kitware.VTK.vtkCoincidentPoints.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Description Iterate through all added points and remove any entries that have no coincident points (only a single point Id).
static new vtkCoincidentPoints Kitware.VTK.vtkCoincidentPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static void Kitware.VTK.vtkCoincidentPoints.SpiralPoints | ( | int | num, |
vtkPoints | offsets | ||
) | [static] |
Calculate num points, at a regular interval, along a parametric spiral. Note this spiral is only in two dimensions having a constant z value.
static internal void Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_AddPoint_01 | ( | HandleRef | pThis, |
int | Id, | ||
IntPtr | point | ||
) | [private] |
static internal void Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_Clear_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_GetCoincidentPointIds_03 | ( | HandleRef | pThis, |
IntPtr | point, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_GetNextCoincidentPointIds_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_InitTraversal_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_RemoveNonCoincidentPoints_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCoincidentPoints.vtkCoincidentPoints_SpiralPoints_12 | ( | int | num, |
HandleRef | offsets | ||
) | [private] |
new readonly string Kitware.VTK.vtkCoincidentPoints.MRClassNameKey = "19vtkCoincidentPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkCoincidentPoints.MRFullTypeName = "Kitware.VTK.vtkCoincidentPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.