#include <simpleLine.hh>


Classes | |
| class | S |
Public Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| uint | ncell () const |
| Returns the number of cells in the mesh. | |
| Scan1 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| SimpleLine () | |
| virtual | ~SimpleLine () |
Private Attributes | |
| Cell1 * | cell_ [2] |
| Edge * | edg_ [2] |
| Vertex * | vtx_ [3] |
Definition at line 11 of file simpleLine.hh.
| concepts::SimpleLine::SimpleLine | ( | ) |
| virtual concepts::SimpleLine::~SimpleLine | ( | ) | [virtual] |
| virtual std::ostream& concepts::SimpleLine::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::SimpleLine::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 16 of file simpleLine.hh.
| Scan1* concepts::SimpleLine::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh1.
Definition at line 17 of file simpleLine.hh.
Cell1* concepts::SimpleLine::cell_[2] [private] |
Definition at line 24 of file simpleLine.hh.
Edge* concepts::SimpleLine::edg_[2] [private] |
Definition at line 23 of file simpleLine.hh.
Vertex* concepts::SimpleLine::vtx_[3] [private] |
Definition at line 22 of file simpleLine.hh.