VTK  9.3.20240916
vtkDGElevationResponder.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
10#ifndef vtkDGElevationResponder_h
11#define vtkDGElevationResponder_h
12
13#include "vtkFiltersCellGridModule.h" // for export macro
14
15#include "vtkCellGridElevationQuery.h" // for inheritance
17
18VTK_ABI_NAMESPACE_BEGIN
19class vtkCellMetadata;
20
21class VTKFILTERSCELLGRID_EXPORT vtkDGElevationResponder
22 : public vtkCellGridResponder<vtkCellGridElevationQuery>
23{
24public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
30 vtkCellGridResponders* caches) override;
31
32protected:
34 ~vtkDGElevationResponder() override = default;
35
36private:
38 void operator=(const vtkDGElevationResponder&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#endif // vtkDGElevationResponder_h
43// VTK-HeaderTest-Exclude: vtkDGElevationResponder.h
A cell-grid query for creating an "elevation" field.
Respond to a query on one particular type of cell.
A container that holds objects able to respond to queries specialized for particular vtkCellMetadata ...
Metadata for a particular type of cell (finite element).
Respond to a query on one particular type of cell.
~vtkDGElevationResponder() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDGElevationResponder()=default
bool Query(vtkCellGridElevationQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
static vtkDGElevationResponder * New()
a simple class to control print indentation
Definition vtkIndent.h:108