ActiViz .NET
5.8.0
|
vtkCellLocator - octree-based spatial search object to quickly locate cells More...
Public Member Functions | |
vtkCellLocator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCellLocator () | |
Construct with automatic computation of divisions, averaging 25 cells per bucket. | |
override void | BuildLocator () |
Satisfy vtkLocator abstract interface. | |
virtual void | BuildLocatorIfNeeded () |
Satisfy vtkLocator abstract interface. | |
virtual void | BuildLocatorInternal () |
Satisfy vtkLocator abstract interface. | |
override int | FindCell (IntPtr x) |
Returns the Id of the cell containing the point, returns -1 if no cell found. This interface uses a tolerance of zero. | |
override int | FindCell (IntPtr x, double tol2, vtkGenericCell GenCell, IntPtr pcoords, IntPtr weights) |
Find the cell containing a given point. returns -1 if no cell found the cell parameters are copied into the supplied variables, a cell must be provided to store the information. | |
override void | FindCellsAlongLine (IntPtr p1, IntPtr p2, double tolerance, vtkIdList cells) |
Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line. It is possible that an empty cell list is returned. The user must provide the vtkIdList to populate. This method returns data only after the locator has been built. | |
override void | FindCellsWithinBounds (IntPtr bbox, vtkIdList cells) |
Return a list of unique cell ids inside of a given bounding box. The user must provide the vtkIdList to populate. This method returns data only after the locator has been built. | |
override void | FindClosestPoint (IntPtr x, IntPtr closestPoint, ref int cellId, ref int subId, ref double dist2) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override void | FindClosestPoint (IntPtr x, IntPtr closestPoint, vtkGenericCell cell, ref int cellId, ref int subId, ref double dist2) |
Return the closest point and the cell which is closest to the point x. The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and deallocation can be done only once outside the for loop. If a cell is found, "cell" contains the points and ptIds for the cell "cellId" upon exit. | |
override int | FindClosestPointWithinRadius (IntPtr x, double radius, IntPtr closestPoint, ref int cellId, ref int subId, ref double dist2) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override int | FindClosestPointWithinRadius (IntPtr x, double radius, IntPtr closestPoint, vtkGenericCell cell, ref int cellId, ref int subId, ref double dist2) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override int | FindClosestPointWithinRadius (IntPtr x, double radius, IntPtr closestPoint, vtkGenericCell cell, ref int cellId, ref int subId, ref double dist2, ref int inside) |
Return the closest point within a specified radius and the cell which is closest to the point x. The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and dealloction can be done only once outside the for loop. If a closest point is found, "cell" contains the points and ptIds for the cell "cellId" upon exit. If a closest point is found, inside returns the return value of the EvaluatePosition call to the closest cell; inside(=1) or outside(=0). For other FindClosestPointWithinRadius signatures, see vtkAbstractCellLocator. | |
virtual void | ForceBuildLocator () |
Satisfy vtkLocator abstract interface. | |
override void | FreeSearchStructure () |
Satisfy vtkLocator abstract interface. | |
override void | GenerateRepresentation (int level, vtkPolyData pd) |
Satisfy vtkLocator abstract interface. | |
virtual vtkIdList | GetCells (int bucket) |
Get the cells in a particular bucket. | |
virtual int | GetNumberOfBuckets () |
Return number of buckets available. Insure that the locator has been built before attempting to access buckets (octants). | |
int | GetNumberOfCellsPerBucket () |
Specify the average number of cells in each octant. | |
override int | IntersectWithLine (IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override int | IntersectWithLine (IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId, ref int cellId) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override int | IntersectWithLine (IntPtr a0, IntPtr a1, vtkPoints points, vtkIdList cellIds) |
reimplemented from vtkAbstractCellLocator to support bad compilers | |
override int | IntersectWithLine (IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId, ref int cellId, vtkGenericCell cell) |
Return intersection point (if any) AND the cell which was intersected by the finite line. The cell is returned as a cell id and as a generic cell. For other IntersectWithLine signatures, see vtkAbstractCellLocator. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCellLocator | NewInstance () |
Undocumented Block. | |
void | SetNumberOfCellsPerBucket (int N) |
Specify the average number of cells in each octant. | |
Static Public Member Functions | |
static new vtkCellLocator | New () |
Construct with automatic computation of divisions, averaging 25 cells per bucket. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCellLocator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCellLocator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkCellLocator" |
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 | vtkCellLocator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCellLocator_BuildLocator_01 (HandleRef pThis) |
static internal void | vtkCellLocator_BuildLocatorIfNeeded_02 (HandleRef pThis) |
static internal void | vtkCellLocator_BuildLocatorInternal_03 (HandleRef pThis) |
static internal int | vtkCellLocator_FindCell_04 (HandleRef pThis, IntPtr x) |
static internal int | vtkCellLocator_FindCell_05 (HandleRef pThis, IntPtr x, double tol2, HandleRef GenCell, IntPtr pcoords, IntPtr weights) |
static internal void | vtkCellLocator_FindCellsAlongLine_06 (HandleRef pThis, IntPtr p1, IntPtr p2, double tolerance, HandleRef cells) |
static internal void | vtkCellLocator_FindCellsWithinBounds_07 (HandleRef pThis, IntPtr bbox, HandleRef cells) |
static internal void | vtkCellLocator_FindClosestPoint_08 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int cellId, ref int subId, ref double dist2) |
static internal void | vtkCellLocator_FindClosestPoint_09 (HandleRef pThis, IntPtr x, IntPtr closestPoint, HandleRef cell, ref int cellId, ref int subId, ref double dist2) |
static internal int | vtkCellLocator_FindClosestPointWithinRadius_10 (HandleRef pThis, IntPtr x, double radius, IntPtr closestPoint, ref int cellId, ref int subId, ref double dist2) |
static internal int | vtkCellLocator_FindClosestPointWithinRadius_11 (HandleRef pThis, IntPtr x, double radius, IntPtr closestPoint, HandleRef cell, ref int cellId, ref int subId, ref double dist2) |
static internal int | vtkCellLocator_FindClosestPointWithinRadius_12 (HandleRef pThis, IntPtr x, double radius, IntPtr closestPoint, HandleRef cell, ref int cellId, ref int subId, ref double dist2, ref int inside) |
static internal void | vtkCellLocator_ForceBuildLocator_13 (HandleRef pThis) |
static internal void | vtkCellLocator_FreeSearchStructure_14 (HandleRef pThis) |
static internal void | vtkCellLocator_GenerateRepresentation_15 (HandleRef pThis, int level, HandleRef pd) |
static internal IntPtr | vtkCellLocator_GetCells_16 (HandleRef pThis, int bucket, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCellLocator_GetNumberOfBuckets_17 (HandleRef pThis) |
static internal int | vtkCellLocator_GetNumberOfCellsPerBucket_18 (HandleRef pThis) |
static internal int | vtkCellLocator_IntersectWithLine_19 (HandleRef pThis, IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkCellLocator_IntersectWithLine_20 (HandleRef pThis, IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId, ref int cellId) |
static internal int | vtkCellLocator_IntersectWithLine_21 (HandleRef pThis, IntPtr a0, IntPtr a1, HandleRef points, HandleRef cellIds) |
static internal int | vtkCellLocator_IntersectWithLine_22 (HandleRef pThis, IntPtr a0, IntPtr a1, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId, ref int cellId, HandleRef cell) |
static internal int | vtkCellLocator_IsA_23 (HandleRef pThis, string type) |
static internal int | vtkCellLocator_IsTypeOf_24 (string type) |
static internal IntPtr | vtkCellLocator_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCellLocator_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCellLocator_SetNumberOfCellsPerBucket_28 (HandleRef pThis, int N) |
Static Private Member Functions | |
static | vtkCellLocator () |
Automatically generated type registration mechanics. |
vtkCellLocator - octree-based spatial search object to quickly locate cells
Description vtkCellLocator is a spatial search object to quickly locate cells in 3D. vtkCellLocator uses a uniform-level octree subdivision, where each octant (an octant is also referred to as a bucket) carries an indication of whether it is empty or not, and each leaf octant carries a list of the cells inside of it. (An octant is not empty if it has one or more cells inside of it.) Typical operations are intersection with a line to return candidate cells, or intersection with another vtkCellLocator to return candidate cells.
static Kitware.VTK.vtkCellLocator.vtkCellLocator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCellLocator.vtkCellLocator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct with automatic computation of divisions, averaging 25 cells per bucket.
override void Kitware.VTK.vtkCellLocator.BuildLocator | ( | ) | [virtual] |
Satisfy vtkLocator abstract interface.
Reimplemented from Kitware.VTK.vtkLocator.
virtual void Kitware.VTK.vtkCellLocator.BuildLocatorIfNeeded | ( | ) | [virtual] |
Satisfy vtkLocator abstract interface.
virtual void Kitware.VTK.vtkCellLocator.BuildLocatorInternal | ( | ) | [virtual] |
Satisfy vtkLocator abstract interface.
override void Kitware.VTK.vtkCellLocator.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.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.FindCell | ( | IntPtr | x | ) | [virtual] |
Returns the Id of the cell containing the point, returns -1 if no cell found. This interface uses a tolerance of zero.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.FindCell | ( | IntPtr | x, |
double | tol2, | ||
vtkGenericCell | GenCell, | ||
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [virtual] |
Find the cell containing a given point. returns -1 if no cell found the cell parameters are copied into the supplied variables, a cell must be provided to store the information.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override void Kitware.VTK.vtkCellLocator.FindCellsAlongLine | ( | IntPtr | p1, |
IntPtr | p2, | ||
double | tolerance, | ||
vtkIdList | cells | ||
) | [virtual] |
Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line. It is possible that an empty cell list is returned. The user must provide the vtkIdList to populate. This method returns data only after the locator has been built.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override void Kitware.VTK.vtkCellLocator.FindCellsWithinBounds | ( | IntPtr | bbox, |
vtkIdList | cells | ||
) | [virtual] |
Return a list of unique cell ids inside of a given bounding box. The user must provide the vtkIdList to populate. This method returns data only after the locator has been built.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override void Kitware.VTK.vtkCellLocator.FindClosestPoint | ( | IntPtr | x, |
IntPtr | closestPoint, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override void Kitware.VTK.vtkCellLocator.FindClosestPoint | ( | IntPtr | x, |
IntPtr | closestPoint, | ||
vtkGenericCell | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [virtual] |
Return the closest point and the cell which is closest to the point x. The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and deallocation can be done only once outside the for loop. If a cell is found, "cell" contains the points and ptIds for the cell "cellId" upon exit.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.FindClosestPointWithinRadius | ( | IntPtr | x, |
double | radius, | ||
IntPtr | closestPoint, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.FindClosestPointWithinRadius | ( | IntPtr | x, |
double | radius, | ||
IntPtr | closestPoint, | ||
vtkGenericCell | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.FindClosestPointWithinRadius | ( | IntPtr | x, |
double | radius, | ||
IntPtr | closestPoint, | ||
vtkGenericCell | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2, | ||
ref int | inside | ||
) | [virtual] |
Return the closest point within a specified radius and the cell which is closest to the point x. The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and dealloction can be done only once outside the for loop. If a closest point is found, "cell" contains the points and ptIds for the cell "cellId" upon exit. If a closest point is found, inside returns the return value of the EvaluatePosition call to the closest cell; inside(=1) or outside(=0). For other FindClosestPointWithinRadius signatures, see vtkAbstractCellLocator.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
virtual void Kitware.VTK.vtkCellLocator.ForceBuildLocator | ( | ) | [virtual] |
Satisfy vtkLocator abstract interface.
override void Kitware.VTK.vtkCellLocator.FreeSearchStructure | ( | ) | [virtual] |
Satisfy vtkLocator abstract interface.
Reimplemented from Kitware.VTK.vtkLocator.
override void Kitware.VTK.vtkCellLocator.GenerateRepresentation | ( | int | level, |
vtkPolyData | pd | ||
) | [virtual] |
Satisfy vtkLocator abstract interface.
Reimplemented from Kitware.VTK.vtkLocator.
virtual vtkIdList Kitware.VTK.vtkCellLocator.GetCells | ( | int | bucket | ) | [virtual] |
Get the cells in a particular bucket.
virtual int Kitware.VTK.vtkCellLocator.GetNumberOfBuckets | ( | ) | [virtual] |
Return number of buckets available. Insure that the locator has been built before attempting to access buckets (octants).
Specify the average number of cells in each octant.
override int Kitware.VTK.vtkCellLocator.IntersectWithLine | ( | IntPtr | a0, |
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.IntersectWithLine | ( | IntPtr | a0, |
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId, | ||
ref int | cellId | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.IntersectWithLine | ( | IntPtr | a0, |
IntPtr | a1, | ||
vtkPoints | points, | ||
vtkIdList | cellIds | ||
) | [virtual] |
reimplemented from vtkAbstractCellLocator to support bad compilers
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.IntersectWithLine | ( | IntPtr | a0, |
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId, | ||
ref int | cellId, | ||
vtkGenericCell | cell | ||
) | [virtual] |
Return intersection point (if any) AND the cell which was intersected by the finite line. The cell is returned as a cell id and as a generic cell. For other IntersectWithLine signatures, see vtkAbstractCellLocator.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
override int Kitware.VTK.vtkCellLocator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
static new int Kitware.VTK.vtkCellLocator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
static new vtkCellLocator Kitware.VTK.vtkCellLocator.New | ( | ) | [static] |
Construct with automatic computation of divisions, averaging 25 cells per bucket.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
static new vtkCellLocator Kitware.VTK.vtkCellLocator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
void Kitware.VTK.vtkCellLocator.SetNumberOfCellsPerBucket | ( | int | N | ) |
Specify the average number of cells in each octant.
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_BuildLocator_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_BuildLocatorIfNeeded_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_BuildLocatorInternal_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_FindCell_04 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_FindCell_05 | ( | HandleRef | pThis, |
IntPtr | x, | ||
double | tol2, | ||
HandleRef | GenCell, | ||
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_FindCellsAlongLine_06 | ( | HandleRef | pThis, |
IntPtr | p1, | ||
IntPtr | p2, | ||
double | tolerance, | ||
HandleRef | cells | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_FindCellsWithinBounds_07 | ( | HandleRef | pThis, |
IntPtr | bbox, | ||
HandleRef | cells | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_FindClosestPoint_08 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_FindClosestPoint_09 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
HandleRef | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_FindClosestPointWithinRadius_10 | ( | HandleRef | pThis, |
IntPtr | x, | ||
double | radius, | ||
IntPtr | closestPoint, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_FindClosestPointWithinRadius_11 | ( | HandleRef | pThis, |
IntPtr | x, | ||
double | radius, | ||
IntPtr | closestPoint, | ||
HandleRef | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2 | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_FindClosestPointWithinRadius_12 | ( | HandleRef | pThis, |
IntPtr | x, | ||
double | radius, | ||
IntPtr | closestPoint, | ||
HandleRef | cell, | ||
ref int | cellId, | ||
ref int | subId, | ||
ref double | dist2, | ||
ref int | inside | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_ForceBuildLocator_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_FreeSearchStructure_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_GenerateRepresentation_15 | ( | HandleRef | pThis, |
int | level, | ||
HandleRef | pd | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellLocator.vtkCellLocator_GetCells_16 | ( | HandleRef | pThis, |
int | bucket, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_GetNumberOfBuckets_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_GetNumberOfCellsPerBucket_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IntersectWithLine_19 | ( | HandleRef | pThis, |
IntPtr | a0, | ||
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IntersectWithLine_20 | ( | HandleRef | pThis, |
IntPtr | a0, | ||
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId, | ||
ref int | cellId | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IntersectWithLine_21 | ( | HandleRef | pThis, |
IntPtr | a0, | ||
IntPtr | a1, | ||
HandleRef | points, | ||
HandleRef | cellIds | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IntersectWithLine_22 | ( | HandleRef | pThis, |
IntPtr | a0, | ||
IntPtr | a1, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId, | ||
ref int | cellId, | ||
HandleRef | cell | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IsA_23 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCellLocator.vtkCellLocator_IsTypeOf_24 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCellLocator.vtkCellLocator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellLocator.vtkCellLocator_NewInstance_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellLocator.vtkCellLocator_SafeDownCast_27 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCellLocator.vtkCellLocator_SetNumberOfCellsPerBucket_28 | ( | HandleRef | pThis, |
int | N | ||
) | [private] |
new readonly string Kitware.VTK.vtkCellLocator.MRClassNameKey = "14vtkCellLocator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.
new const string Kitware.VTK.vtkCellLocator.MRFullTypeName = "Kitware.VTK.vtkCellLocator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractCellLocator.