|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| int | InsertUniquePoint (const double x[3], vtkIdType &ptId) |
| |
|
| vtkIdType | IsInsertedPoint (const double x[3]) |
| |
| vtkIdType | IsInsertedPoint (double x, double y, double z) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual vtkIdType | FindClosestPoint (const double x[3]) |
| |
| virtual int | InitPointInsertion (vtkPoints *newPts, const double bounds[6]) |
| |
| virtual void | InsertPoint (vtkIdType ptId, const double x[3]) |
| |
| virtual vtkIdType | InsertNextPoint (const double x[3]) |
| |
| virtual vtkIdType | FindClosestInsertedPoint (const double x[3]) |
| |
| virtual void | FindClosestNPoints (int N, const double x[3], vtkIdList *result) |
| |
| virtual vtkIdList * | GetPointsInBucket (const double x[3], int ijk[3]) |
| |
| virtual void | SetDivisions (int, int, int) |
| |
| virtual void | SetDivisions (int[3]) |
| |
| virtual int * | GetDivisions () |
| |
| virtual void | GetDivisions (int data[3]) |
| |
| virtual void | SetNumberOfPointsPerBucket (int) |
| |
| virtual int | GetNumberOfPointsPerBucket () |
| |
| virtual vtkIdType | FindClosestPointWithinRadius (double radius, const double x[3], double &dist2) |
| |
| virtual vtkIdType | FindClosestPointWithinRadius (double radius, const double x[3], double inputDataLength, double &dist2) |
| |
| virtual int | InitPointInsertion (vtkPoints *newPts, const double bounds[6], vtkIdType estSize) |
| |
| vtkIdType | IsInsertedPoint (double x, double y, double z) |
| |
| virtual void | FindDistributedPoints (int N, const double x[3], vtkIdList *result, int M) |
| |
| virtual void | FindDistributedPoints (int N, double x, double y, double z, vtkIdList *result, int M) |
| |
| virtual void | FindPointsWithinRadius (double R, const double x[3], vtkIdList *result) |
| |
| virtual vtkPoints * | GetPoints () |
| |
| void | Initialize () |
| |
| void | FreeSearchStructure () |
| |
| void | BuildLocator () |
| |
| void | GenerateRepresentation (int level, vtkPolyData *pd) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
|
| | vtkMergePoints () |
| |
| | ~vtkMergePoints () |
| |
| | vtkPointLocator () |
| |
| virtual | ~vtkPointLocator () |
| |
| void | GetBucketNeighbors (vtkNeighborPoints *buckets, const int ijk[3], const int ndivs[3], int level) |
| |
| void | GetOverlappingBuckets (vtkNeighborPoints *buckets, const double x[3], const int ijk[3], double dist, int level) |
| |
| void | GetOverlappingBuckets (vtkNeighborPoints *buckets, const double x[3], double dist, int prevMinLevel[3], int prevMaxLevel[3]) |
| |
| void | GenerateFace (int face, int i, int j, int k, vtkPoints *pts, vtkCellArray *polys) |
| |
| double | Distance2ToBucket (const double x[3], const int nei[3]) |
| |
| double | Distance2ToBounds (const double x[3], const double bounds[6]) |
| |
| | vtkIncrementalPointLocator () |
| |
| virtual | ~vtkIncrementalPointLocator () |
| |
merge exactly coincident points
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.
- See Also
- vtkCleanPolyData
- Tests:
- vtkMergePoints (Tests)
Definition at line 34 of file vtkMergePoints.h.