18#ifndef vtkCellGridQuery_h
19#define vtkCellGridQuery_h
21#include "vtkCommonDataModelModule.h"
24VTK_ABI_NAMESPACE_BEGIN
49 vtkGetMacro(Pass,
int);
Perform an operation on cells in a vtkCellMetadata instance.
virtual void StartPass()
Mark the start of a pass through each cell type.
virtual bool IsAnotherPassRequired()
Override this if your query allows responders to execute in multiple phases.
virtual bool Initialize()
Override this if your query-result state requires initialization.
~vtkCellGridQuery() override=default
vtkCellGridQuery()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool Finalize()
Override this if your query-result state requires finalization.
a simple class to control print indentation
abstract base class for most VTK objects