VTK  9.3.20240916
vtkDGBoundsResponder.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 vtkDGBoundsResponder_h
11#define vtkDGBoundsResponder_h
12
13#include "vtkFiltersCellGridModule.h" // for export macro
14
15#include "vtkCellGridBoundsQuery.h" // for inheritance
17
18VTK_ABI_NAMESPACE_BEGIN
19class vtkCellMetadata;
20
21class VTKFILTERSCELLGRID_EXPORT vtkDGBoundsResponder
22 : public vtkCellGridResponder<vtkCellGridBoundsQuery>
23{
24public:
27
29 vtkCellGridResponders* caches) override;
30
31protected:
33 ~vtkDGBoundsResponder() override = default;
34
35private:
37 void operator=(const vtkDGBoundsResponder&) = delete;
38};
39
40VTK_ABI_NAMESPACE_END
41#endif // vtkDGBoundsResponder_h
42// VTK-HeaderTest-Exclude: vtkDGBoundsResponder.h
Compute the geometric bounds of a cell-grid.
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.
~vtkDGBoundsResponder() override=default
bool Query(vtkCellGridBoundsQuery *query, vtkCellMetadata *cellType, vtkCellGridResponders *caches) override
vtkDGBoundsResponder()=default
static vtkDGBoundsResponder * New()