Tatooine
|
Go to the source code of this file.
Namespaces | |
namespace | tatooine |
namespace | tatooine::vtk |
Enumerations | |
enum class | tatooine::vtk::cell_type : std::uint8_t { tatooine::vtk::vertex = 1 , tatooine::vtk::poly_vertex = 2 , tatooine::vtk::line = 3 , tatooine::vtk::poly_line = 4 , tatooine::vtk::triangle = 5 , tatooine::vtk::triangle_strip = 6 , tatooine::vtk::polygon = 7 , tatooine::vtk::pixel = 8 , tatooine::vtk::quad = 9 , tatooine::vtk::tetra = 10 , tatooine::vtk::voxel = 11 , tatooine::vtk::hexahedron = 12 , tatooine::vtk::wedge = 13 , tatooine::vtk::pyramid = 14 , tatooine::vtk::unknown_cell_type = 0 } |
Functions | |
constexpr auto | tatooine::vtk::to_string_view (cell_type const ct) -> std::string_view |
auto | tatooine::vtk::parse_cell_type (std::string const &) -> cell_type |