/var/www2/hermes2d/hermes2d/src/element_to_refine.h File Reference

#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 ElementToRefineStreamoperator<< (ElementToRefineStream &stream, const std::vector< ElementToRefine > &elem_refs)
 Operator. Stores a vector of refinements to a stream.
H2D_API ElementToRefineStreamoperator>> (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.

Function Documentation

H2D_API std::istream& operator>> ( std::istream &  stream,
const TagChecker checker 
)

Peformes a check for a tag. Throws exception otherwise.

See also:
TagChecker.
Generated on Sat Jun 5 15:17:43 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3