Tatooine
data_attribute.h
Go to the documentation of this file.
1#ifndef TATOOINE_VTK_XML_DATA_ATTRIBUTE_H
2#define TATOOINE_VTK_XML_DATA_ATTRIBUTE_H
3//==============================================================================
4#include <cstring>
5//==============================================================================
6namespace tatooine::vtk::xml {
7//==============================================================================
8enum class data_attribute {
10 vectors,
11 normals,
12 tensors,
13 tcoords,
15};
16//==============================================================================
17auto to_data_attribute(char const* str) -> data_attribute;
18//==============================================================================
19} // namespace tatooine::vtk::xml
20//==============================================================================
21#endif
Definition: byte_order.h:6
auto to_data_attribute(char const *str) -> data_attribute
data_attribute
Definition: data_attribute.h:8