10#ifndef vtkDGCellSourceResponder_h
11#define vtkDGCellSourceResponder_h
13#include "vtkFiltersCellGridModule.h"
18VTK_ABI_NAMESPACE_BEGIN
38 const std::string& fieldName,
vtkStringToken space,
int numberOfComponents,
A cell-grid query used by this filter.
Respond to a query on one particular type of cell.
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
Respond to a query on one particular type of cell.
void CreateCellAttribute(vtkDGCell *dgCell, vtkStringToken cellTypeToken, const std::string &fieldName, vtkStringToken space, int numberOfComponents, vtkStringToken functionSpace, vtkStringToken basis, int order, vtkIdType numberOfValues, int basisSize=1, vtkStringToken dofSharing=vtkStringToken{})
vtkDGCellSourceResponder()=default
bool Query(vtkCellGridCellSource::Query *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
~vtkDGCellSourceResponder() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDGCellSourceResponder * New()
Base class for a discontinuous Galerkin cells of all shapes.
a simple class to control print indentation
Represent a string by its integer hash.