VTK  9.6.20260215
vtkVoronoiHull::FaceOperation Struct Reference

Keep track of points and faces currently being operated on. More...

#include <vtkVoronoiHull.h>

Public Member Functions

 FaceOperation (int faceId)
 
bool operator== (int faceId) const
 

Public Attributes

std::function< void(vtkVoronoiHull &hull, int, int, int)> Function
 
int FaceId
 
int StartIdx
 
int NumKeptPts
 

Detailed Description

Keep track of points and faces currently being operated on.

Represent a face operations to perform.

Definition at line 380 of file vtkVoronoiHull.h.

Constructor & Destructor Documentation

◆ FaceOperation()

vtkVoronoiHull::FaceOperation::FaceOperation ( int faceId)
inline

Definition at line 388 of file vtkVoronoiHull.h.

Member Function Documentation

◆ operator==()

bool vtkVoronoiHull::FaceOperation::operator== ( int faceId) const
inline

Definition at line 394 of file vtkVoronoiHull.h.

Member Data Documentation

◆ Function

std::function<void(vtkVoronoiHull& hull, int, int, int)> vtkVoronoiHull::FaceOperation::Function

Definition at line 382 of file vtkVoronoiHull.h.

◆ FaceId

int vtkVoronoiHull::FaceOperation::FaceId

Definition at line 383 of file vtkVoronoiHull.h.

◆ StartIdx

int vtkVoronoiHull::FaceOperation::StartIdx

Definition at line 384 of file vtkVoronoiHull.h.

◆ NumKeptPts

int vtkVoronoiHull::FaceOperation::NumKeptPts

Definition at line 385 of file vtkVoronoiHull.h.


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