#include "refinement_type.h"Go to the source code of this file.
Classes | |
| class | ElementToRefine |
| A refinement record. More... | |
| class | TagChecker |
| Checks whether the input contains a given tag. Throws an std::runtime_error if the tag is not found. More... | |
| class | ElementToRefineStream |
| Refinement stream capable of input and output. More... | |
Functions | |
| H2D_API std::ostream & | operator<< (std::ostream &stream, const ElementToRefine &elem_ref) |
| Dumps contents of the structure to a stream in a text form. | |
| H2D_API std::istream & | operator>> (std::istream &stream, const TagChecker &checker) |
| Peformes a check for a tag. Throws exception otherwise. | |
| H2D_API ElementToRefineStream & | operator<< (ElementToRefineStream &stream, const std::vector< ElementToRefine > &elem_refs) |
| Operator. Stores a vector of refinements to a stream. | |
| H2D_API ElementToRefineStream & | operator>> (ElementToRefineStream &stream, std::vector< ElementToRefine > &elem_refs) |
| Operator. Reads a vector of refinemens. It erases the contents of the vector that it is reading to. | |
| H2D_API std::istream& operator>> | ( | std::istream & | stream, | |
| const TagChecker & | checker | |||
| ) |
Peformes a check for a tag. Throws exception otherwise.
1.6.3