10#ifndef vtkDGCopyResponder_h
11#define vtkDGCopyResponder_h
13#include "vtkFiltersCellGridModule.h"
19VTK_ABI_NAMESPACE_BEGIN
Copy the cell metadata and attribute(s) of one cell-grid into another.
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.
Copy data from one vtkCellGrid to another.
static vtkDGCopyResponder * New()
bool Query(vtkCellGridCopyQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
void CopySpec(vtkCellGridCopyQuery *query, vtkDGCell::Source &sourceSpec, vtkDGCell::Source &targetSpec)
Copy a single cell/side specification from sourceSpec into targetSpec.
vtkDGCopyResponder()=default
~vtkDGCopyResponder() override=default
void CopySpecs(vtkCellGridCopyQuery *query, vtkDGCell *sourceMetadata, vtkDGCell *targetMetadata)
This method is used to copy cell connectivity arrays for one cell type.
Records describing the source arrays for cells or cell-sides.