|
VTK
9.6.20260213
|
Merge tuples contain an additional point id, which is the global id of a tile/hull point, with most of these points being duplicates. More...
#include <vtkVoronoiCore.h>
Public Member Functions | |
| vtkVoronoiMergeTuple3D () | |
| bool | operator!= (const vtkVoronoiMergeTuple3D &mt) const |
Public Member Functions inherited from vtkVoronoiTopoCoord3D | |
| vtkVoronoiTopoCoord3D () | |
| Various flavors of constructors. | |
| vtkVoronoiTopoCoord3D (vtkIdType p0, vtkIdType p1, vtkIdType p2, vtkIdType ptId) | |
| Define with the N+1 point generators: the N generators producing the hull vertex, plus the current point generator. | |
| vtkVoronoiTopoCoord3D (const vtkVoronoiTopoCoord3D &tt) | |
| Copy constructor assumes that tuple ids are already sorted. | |
| bool | operator< (const vtkVoronoiTopoCoord3D &tuple) const |
| Operator< used to support a subsequent sort operation of the n-tuples (used for uniquely identifying and producing a topologcally coincident point). | |
Public Attributes | |
| vtkIdType | PtId |
Public Attributes inherited from vtkVoronoiTopoCoord3D | |
| std::array< vtkIdType, 4 > | Ids |
| Points defining a topological coord tuple / Delaunay simplex. | |
Merge tuples contain an additional point id, which is the global id of a tile/hull point, with most of these points being duplicates.
Later, these duplicate points are topologically merged to produce a final, non-duplicate point id (suitable for producing connected, conformal output).
Definition at line 304 of file vtkVoronoiCore.h.
|
inline |
Definition at line 308 of file vtkVoronoiCore.h.
|
inline |
Definition at line 312 of file vtkVoronoiCore.h.
| vtkIdType vtkVoronoiMergeTuple3D::PtId |
Definition at line 306 of file vtkVoronoiCore.h.