VTK  9.6.20260213
vtkVoronoiTopoCoord2D Struct Reference

#include <vtkVoronoiCore.h>

Inheritance diagram for vtkVoronoiTopoCoord2D:
[legend]

Public Member Functions

 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

std::array< vtkIdType, 3 > Ids
 Points defining a topological coord tuple / Delaunay simplex.
 

Detailed Description

Definition at line 259 of file vtkVoronoiCore.h.

Constructor & Destructor Documentation

◆ vtkVoronoiTopoCoord2D() [1/3]

vtkVoronoiTopoCoord2D::vtkVoronoiTopoCoord2D ( )
inline

Various flavors of constructors.

Definition at line 270 of file vtkVoronoiCore.h.

◆ vtkVoronoiTopoCoord2D() [2/3]

vtkVoronoiTopoCoord2D::vtkVoronoiTopoCoord2D ( vtkIdType p0,
vtkIdType p1,
vtkIdType ptId )
inline

Define with the N+1 point generators: the N generators producing the hull vertex, plus the current point generator.

Definition at line 278 of file vtkVoronoiCore.h.

◆ vtkVoronoiTopoCoord2D() [3/3]

vtkVoronoiTopoCoord2D::vtkVoronoiTopoCoord2D ( const vtkVoronoiTopoCoord2D & tt)
inline

Copy constructor assumes that tuple ids are already sorted.

Definition at line 286 of file vtkVoronoiCore.h.

Member Function Documentation

◆ operator<()

bool vtkVoronoiTopoCoord2D::operator< ( const vtkVoronoiTopoCoord2D & tuple) const
inline

Operator< used to support a subsequent sort operation of the n-tuples (used for uniquely identifying and producing a topologcally coincident point).

Definition at line 293 of file vtkVoronoiCore.h.

Member Data Documentation

◆ Ids

std::array<vtkIdType, 3> vtkVoronoiTopoCoord2D::Ids

Points defining a topological coord tuple / Delaunay simplex.

std::array has some nice properties including being easily sortable.

Definition at line 265 of file vtkVoronoiCore.h.


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