10#ifndef vtkDGTranscribeUnstructuredCells_h
11#define vtkDGTranscribeUnstructuredCells_h
14#include "vtkFiltersCellGridModule.h"
18VTK_ABI_NAMESPACE_BEGIN
Respond to a query on one particular type of cell.
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
Base class for a discontinuous Galerkin cells of all shapes.
Transcribe unstructured-grid cells as vtkDGCell subclasses.
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.
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.