VTK  9.7.20260805
vtkVoronoiAbortCheck Struct Reference

#include <vtkVoronoiCore.h>

Detailed Description

Convenience class to check and interrupt processing aborts during threaded processing.

Definition at line 396 of file vtkVoronoiCore.h.

Collaboration diagram for vtkVoronoiAbortCheck:
[legend]

Public Member Functions

 vtkVoronoiAbortCheck (vtkIdType start, vtkIdType end, vtkAlgorithm *filter)
 
bool operator() (vtkIdType id)
 

Public Attributes

vtkAlgorithmFilter
 
bool IsFirst
 
vtkIdType CheckAbortInterval
 

Constructor & Destructor Documentation

◆ vtkVoronoiAbortCheck()

vtkVoronoiAbortCheck::vtkVoronoiAbortCheck ( vtkIdType start,
vtkIdType end,
vtkAlgorithm * filter )
inline

Definition at line 402 of file vtkVoronoiCore.h.

Member Function Documentation

◆ operator()()

bool vtkVoronoiAbortCheck::operator() ( vtkIdType id)
inline

Definition at line 409 of file vtkVoronoiCore.h.

Member Data Documentation

◆ Filter

vtkAlgorithm* vtkVoronoiAbortCheck::Filter

Definition at line 398 of file vtkVoronoiCore.h.

◆ IsFirst

bool vtkVoronoiAbortCheck::IsFirst

Definition at line 399 of file vtkVoronoiCore.h.

◆ CheckAbortInterval

vtkIdType vtkVoronoiAbortCheck::CheckAbortInterval

Definition at line 400 of file vtkVoronoiCore.h.


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