VTK  9.6.20260213
vtkVoronoiMergeTuple3D Struct Reference

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>

Inheritance diagram for vtkVoronoiMergeTuple3D:
[legend]
Collaboration diagram for vtkVoronoiMergeTuple3D:
[legend]

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ vtkVoronoiMergeTuple3D()

vtkVoronoiMergeTuple3D::vtkVoronoiMergeTuple3D ( )
inline

Definition at line 308 of file vtkVoronoiCore.h.

Member Function Documentation

◆ operator!=()

bool vtkVoronoiMergeTuple3D::operator!= ( const vtkVoronoiMergeTuple3D & mt) const
inline

Definition at line 312 of file vtkVoronoiCore.h.

Member Data Documentation

◆ PtId

vtkIdType vtkVoronoiMergeTuple3D::PtId

Definition at line 306 of file vtkVoronoiCore.h.


The documentation for this struct was generated from the following file: