version 0.4.1
vtkdatatag.hh
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2021-2024 The Ikarus Developers mueller@ibb.uni-stuttgart.de
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#pragma once
5
7
8namespace Ikarus::Vtk {
13MAKE_ENUM(DataTag, asCellData, asPointData, asCellAndPointData);
14} // namespace Ikarus::Vtk
Implementation of the make enum macro.
#define MAKE_ENUM(type,...)
Macro to create an enumeration with a string conversion function.The macro creates an enum class with...
Definition: makeenum.hh:40
Definition: vtkdatatag.hh:8
DataTag
Tag enum indicating cell data or point data.
Definition: vtkdatatag.hh:13