|
VTK
9.6.20260214
|
#include <vtkVoronoiCore.h>
Public Member Functions | |
| vtkVoronoiMergeTuple2D () | |
| bool | operator!= (const vtkVoronoiMergeTuple2D &mt) const |
Public Member Functions inherited from vtkVoronoiTopoCoord2D | |
| vtkVoronoiTopoCoord2D () | |
| Various flavors of constructors. | |
| vtkVoronoiTopoCoord2D (vtkIdType p0, vtkIdType p1, vtkIdType ptId) | |
| Define with the N+1 point generators: the N generators producing the hull vertex, plus the current point generator. | |
| vtkVoronoiTopoCoord2D (const vtkVoronoiTopoCoord2D &tt) | |
| Copy constructor assumes that tuple ids are already sorted. | |
| bool | operator< (const vtkVoronoiTopoCoord2D &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 vtkVoronoiTopoCoord2D | |
| std::array< vtkIdType, 3 > | Ids |
| Points defining a topological coord tuple / Delaunay simplex. | |
Definition at line 315 of file vtkVoronoiCore.h.
|
inline |
Definition at line 319 of file vtkVoronoiCore.h.
|
inline |
Definition at line 323 of file vtkVoronoiCore.h.
| vtkIdType vtkVoronoiMergeTuple2D::PtId |
Definition at line 317 of file vtkVoronoiCore.h.