Tatooine
format.h
Go to the documentation of this file.
1#ifndef TATOOINE_GEOMETRY_VTK_XML_FORMAT_H
2#define TATOOINE_GEOMETRY_VTK_XML_FORMAT_H
3//==============================================================================
4#include <cstring>
5//==============================================================================
6namespace tatooine::vtk::xml {
7//==============================================================================
8enum class format { ascii, binary, appended, unknown };
9//------------------------------------------------------------------------------
10auto parse_format(char const* str) -> format;
11//==============================================================================
12} // namespace tatooine::vtk::xml
13//==============================================================================
14#endif
Definition: byte_order.h:6
format
Definition: format.h:8
auto parse_format(char const *str) -> format