VTK  9.4.20250401
vtkDGConstantOperators.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
3#ifndef Filters_CellGrid_vtkDGConstantOperators_h
4#define Filters_CellGrid_vtkDGConstantOperators_h
5
6#include "vtkFiltersCellGridModule.h" // For export macro.
7
8namespace vtk
9{
11namespace basis
12{
14namespace constant
15{
16VTK_ABI_NAMESPACE_BEGIN
17
19bool VTKFILTERSCELLGRID_EXPORT RegisterOperators();
20
21VTK_ABI_NAMESPACE_END
22} // namespace constant
23} // namespace basis
24} // namespace vtk
25
26#endif // Filters_CellGrid_vtkDGConstantOperators_h
basis[0]
Definition CellC0Basis.h:1
bool VTKFILTERSCELLGRID_EXPORT RegisterOperators()
Register basis-function operators for the "constant" function space with vtkDGCell.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.