Tatooine
unstructured_grid.h
Go to the documentation of this file.
1#ifndef TATOOINE_GEOMETRY_VTK_XML_UNSTRUCTURED_GRID_H
2#define TATOOINE_GEOMETRY_VTK_XML_UNSTRUCTURED_GRID_H
3//==============================================================================
5
6#include <rapidxml.hpp>
7//==============================================================================
8namespace tatooine::vtk::xml {
9//==============================================================================
10struct reader;
12 explicit unstructured_grid(reader& r, rapidxml::xml_node<>* node)
13 : piece_set{r, node} {}
14};
15//==============================================================================
16} // namespace tatooine::vtk::xml
17//==============================================================================
18#endif
Definition: byte_order.h:6
Definition: piece_set.h:12
Definition: reader.h:25
Definition: unstructured_grid.h:11
unstructured_grid(reader &r, rapidxml::xml_node<> *node)
Definition: unstructured_grid.h:12