VTK  9.6.20260605
vtkDGSummaryInformationResponder.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
16
17#ifndef vtkDGSummaryInformationResponder_h
18#define vtkDGSummaryInformationResponder_h
19
22#include "vtkFiltersCellGridModule.h" // for export macro
23
24VTK_ABI_NAMESPACE_BEGIN
25class vtkCellMetadata;
26
27class VTKFILTERSCELLGRID_EXPORT vtkDGSummaryInformationResponder
28 : public vtkCellGridResponder<vtkCellGridSummaryInformationQuery>
29{
30public:
32 vtkTypeMacro(
34
36 vtkCellGridResponders* caches) override;
37
38protected:
41
42private:
44 void operator=(const vtkDGSummaryInformationResponder&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#endif // vtkDGSummaryInformationResponder_h
49// VTK-HeaderTest-Exclude: vtkDGSummaryInformationResponder.h
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
Compute summary information for a vtkCellGrid in a single pass.
Metadata for a particular type of cell (finite element).
~vtkDGSummaryInformationResponder() override=default
bool Query(vtkCellGridSummaryInformationQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
static vtkDGSummaryInformationResponder * New()