VTK  9.6.20260213
vtkEmptyVoronoi2DClassifier Struct Reference

#include <vtkVoronoiCore2D.h>

Public Member Functions

 vtkEmptyVoronoi2DClassifier ()
 
 vtkEmptyVoronoi2DClassifier (const int *regions)
 
void Initialize (vtkEmptyVoronoi2DClassifier *c)
 
const vtkVoronoiSpokeAddAdjacencyInformation (vtkVoronoiTile &tile, vtkVoronoiWheelsType &wheels, vtkVoronoiSpokesType &spokes, int &numSpokes, int &maxPoints)
 
bool IsInsideRegion (vtkIdType ptId)
 
bool IsSameRegion (vtkIdType ptId, vtkIdType neiId)
 

Public Attributes

const int * Regions
 

Detailed Description

Definition at line 490 of file vtkVoronoiCore2D.h.

Constructor & Destructor Documentation

◆ vtkEmptyVoronoi2DClassifier() [1/2]

vtkEmptyVoronoi2DClassifier::vtkEmptyVoronoi2DClassifier ( )
inline

Definition at line 496 of file vtkVoronoiCore2D.h.

◆ vtkEmptyVoronoi2DClassifier() [2/2]

vtkEmptyVoronoi2DClassifier::vtkEmptyVoronoi2DClassifier ( const int * regions)
inline

Definition at line 500 of file vtkVoronoiCore2D.h.

Member Function Documentation

◆ Initialize()

void vtkEmptyVoronoi2DClassifier::Initialize ( vtkEmptyVoronoi2DClassifier * c)
inline

Definition at line 506 of file vtkVoronoiCore2D.h.

◆ AddAdjacencyInformation()

const vtkVoronoiSpoke * vtkEmptyVoronoi2DClassifier::AddAdjacencyInformation ( vtkVoronoiTile & tile,
vtkVoronoiWheelsType & wheels,
vtkVoronoiSpokesType & spokes,
int & numSpokes,
int & maxPoints )
inline

Definition at line 516 of file vtkVoronoiCore2D.h.

◆ IsInsideRegion()

bool vtkEmptyVoronoi2DClassifier::IsInsideRegion ( vtkIdType ptId)
inline

Definition at line 530 of file vtkVoronoiCore2D.h.

◆ IsSameRegion()

bool vtkEmptyVoronoi2DClassifier::IsSameRegion ( vtkIdType ptId,
vtkIdType neiId )
inline

Definition at line 545 of file vtkVoronoiCore2D.h.

Member Data Documentation

◆ Regions

const int* vtkEmptyVoronoi2DClassifier::Regions

Definition at line 493 of file vtkVoronoiCore2D.h.


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