Tatooine
geometry
include
tatooine
vtk
xml
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
//==============================================================================
6
namespace
tatooine::vtk::xml
{
7
//==============================================================================
8
enum class
format
{
ascii
,
binary
,
appended
,
unknown
};
9
//------------------------------------------------------------------------------
10
auto
parse_format
(
char
const
* str) ->
format
;
11
//==============================================================================
12
}
// namespace tatooine::vtk::xml
13
//==============================================================================
14
#endif
tatooine::vtk::xml
Definition:
byte_order.h:6
tatooine::vtk::xml::format
format
Definition:
format.h:8
tatooine::vtk::xml::format::ascii
@ ascii
tatooine::vtk::xml::format::binary
@ binary
tatooine::vtk::xml::format::appended
@ appended
tatooine::vtk::xml::parse_format
auto parse_format(char const *str) -> format
tatooine::vtk::xml::byte_order::unknown
@ unknown
Generated by
1.9.5