10#ifndef vtkDGTranscribeUnstructuredCells_h
11#define vtkDGTranscribeUnstructuredCells_h
14#include "vtkFiltersCellGridModule.h"
18VTK_ABI_NAMESPACE_BEGIN
vtkCellGridResponder()=default
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
Base class for a discontinuous Galerkin cells of all shapes.
bool TranscribeMatchingCells(TranscribeQuery *query, vtkDGCell *cellType)
void AddPointAttributes(TranscribeQuery *query, vtkDGCell *dgCell)
~vtkDGTranscribeUnstructuredCells() override=default
bool ClaimMatchingCells(TranscribeQuery *query, vtkDGCell *cellType)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridToCellGrid::TranscribeQuery TranscribeQuery
bool Query(TranscribeQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
vtkDGTranscribeUnstructuredCells()=default
void AddCellAttributes(TranscribeQuery *query, vtkDGCell *dgCell)
static vtkDGTranscribeUnstructuredCells * New()
a simple class to control print indentation
An internal query object for transcribing cells from input to output.