VTK  9.6.20260215
vtkEmptyVoronoi3DClassifier Struct Reference

#include <vtkVoronoiCore3D.h>

Public Member Functions

 vtkEmptyVoronoi3DClassifier ()
 
 vtkEmptyVoronoi3DClassifier (const int *regions)
 
void Initialize (vtkEmptyVoronoi3DClassifier *c)
 
const vtkVoronoiSpokeAddAdjacencyInformation (vtkVoronoiHull &hull, vtkVoronoiWheelsType &wheels, vtkVoronoiSpokesType &spokes, int &numSpokes, int &maxPoints, int &maxFaces)
 
bool IsInsideRegion (vtkIdType ptId)
 
bool IsSameRegion (vtkIdType ptId, vtkIdType neiId)
 

Public Attributes

const int * Regions
 

Detailed Description

Definition at line 490 of file vtkVoronoiCore3D.h.

Constructor & Destructor Documentation

◆ vtkEmptyVoronoi3DClassifier() [1/2]

vtkEmptyVoronoi3DClassifier::vtkEmptyVoronoi3DClassifier ( )
inline

Definition at line 496 of file vtkVoronoiCore3D.h.

◆ vtkEmptyVoronoi3DClassifier() [2/2]

vtkEmptyVoronoi3DClassifier::vtkEmptyVoronoi3DClassifier ( const int * regions)
inline

Definition at line 500 of file vtkVoronoiCore3D.h.

Member Function Documentation

◆ Initialize()

void vtkEmptyVoronoi3DClassifier::Initialize ( vtkEmptyVoronoi3DClassifier * c)
inline

Definition at line 506 of file vtkVoronoiCore3D.h.

◆ AddAdjacencyInformation()

const vtkVoronoiSpoke * vtkEmptyVoronoi3DClassifier::AddAdjacencyInformation ( vtkVoronoiHull & hull,
vtkVoronoiWheelsType & wheels,
vtkVoronoiSpokesType & spokes,
int & numSpokes,
int & maxPoints,
int & maxFaces )
inline

Definition at line 516 of file vtkVoronoiCore3D.h.

◆ IsInsideRegion()

bool vtkEmptyVoronoi3DClassifier::IsInsideRegion ( vtkIdType ptId)
inline

Definition at line 528 of file vtkVoronoiCore3D.h.

◆ IsSameRegion()

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

Definition at line 539 of file vtkVoronoiCore3D.h.

Member Data Documentation

◆ Regions

const int* vtkEmptyVoronoi3DClassifier::Regions

Definition at line 493 of file vtkVoronoiCore3D.h.


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