#include "common.h"#include "range.h"#include "element_to_refine.h"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