VTK  9.6.20260213
vtkVoronoiAbortCheck Struct Reference

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

#include <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
 

Detailed Description

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

Definition at line 394 of file vtkVoronoiCore.h.

Constructor & Destructor Documentation

◆ vtkVoronoiAbortCheck()

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

Definition at line 400 of file vtkVoronoiCore.h.

Member Function Documentation

◆ operator()()

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

Definition at line 407 of file vtkVoronoiCore.h.

Member Data Documentation

◆ Filter

vtkAlgorithm* vtkVoronoiAbortCheck::Filter

Definition at line 396 of file vtkVoronoiCore.h.

◆ IsFirst

bool vtkVoronoiAbortCheck::IsFirst

Definition at line 397 of file vtkVoronoiCore.h.

◆ CheckAbortInterval

vtkIdType vtkVoronoiAbortCheck::CheckAbortInterval

Definition at line 398 of file vtkVoronoiCore.h.


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