10#ifndef vtkCellGridResponderBase_h 
   11#define vtkCellGridResponderBase_h 
   13#include "vtkCommonDataModelModule.h"  
   16VTK_ABI_NAMESPACE_BEGIN
 
   27    this->Superclass::PrintSelf(os, indent);
 
Perform an operation on cells in a vtkCellMetadata instance.
 
Respond to a query on one particular type of cell.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkCellGridResponderBase() override=default
 
virtual bool EvaluateQuery(vtkCellGridQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches)=0
Respond to the query for cells of cellType, possibly using caches.
 
vtkCellGridResponderBase()=default
 
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
 
a simple class to control print indentation
 
abstract base class for most VTK objects