|
angel
mercurial changeset:
|
#include <angel_tools.hpp>

Public Member Functions | |
| write_face_number_op_t (const line_graph_t &_lg) | |
| std::ostream & | operator() (std::ostream &stream, line_graph_t::face_t f) |
Private Attributes | |
| const line_graph_t & | lg |
Definition at line 102 of file angel_tools.hpp.
| angel::write_face_number_op_t::write_face_number_op_t | ( | const line_graph_t & | _lg | ) | [inline] |
Definition at line 105 of file angel_tools.hpp.
| std::ostream& angel::write_face_number_op_t::operator() | ( | std::ostream & | stream, |
| line_graph_t::face_t | f | ||
| ) | [inline] |
Definition at line 106 of file angel_tools.hpp.
References lg.
const line_graph_t& angel::write_face_number_op_t::lg [private] |
Definition at line 103 of file angel_tools.hpp.
Referenced by operator()().