#include <rectangle.hh>


Classes | |
| class | S |
Public Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| unsigned int | ncell () const |
| Returns the number of cells in the mesh. | |
| Rectangle () | |
| concepts::Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| virtual | ~Rectangle () |
Private Attributes | |
| concepts::Cell2 * | cell_ [4] |
| concepts::Edge * | edg_ [9] |
| concepts::Triangle * | tri_ [4] |
| concepts::Vertex * | vtx_ [6] |
Definition at line 14 of file rectangle.hh.
| Rectangle::Rectangle | ( | ) |
| virtual Rectangle::~Rectangle | ( | ) | [virtual] |
| virtual std::ostream& Rectangle::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| unsigned int Rectangle::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 18 of file rectangle.hh.
| concepts::Scan2* Rectangle::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 19 of file rectangle.hh.
concepts::Cell2* Rectangle::cell_[4] [private] |
Definition at line 26 of file rectangle.hh.
concepts::Edge* Rectangle::edg_[9] [private] |
Definition at line 24 of file rectangle.hh.
concepts::Triangle* Rectangle::tri_[4] [private] |
Definition at line 25 of file rectangle.hh.
concepts::Vertex* Rectangle::vtx_[6] [private] |
Definition at line 23 of file rectangle.hh.