#include <origamiCube2D.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. | |
| OrigamiCube2D () | |
| OrigamiCube2D (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| virtual | ~OrigamiCube2D () |
Private Member Functions | |
| void | construct_ (const Array< uint > &attrib) |
Private Attributes | |
| Quad2d * | cell_ [ncell_] |
| Edge * | edg_ [19] |
| Quad * | quad_ [ncell_] |
| Vertex * | vtx_ [14] |
Static Private Attributes | |
| static const uint | ncell_ = 6 |
Definition at line 16 of file origamiCube2D.hh.
| concepts::OrigamiCube2D::OrigamiCube2D | ( | ) |
| concepts::OrigamiCube2D::OrigamiCube2D | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::OrigamiCube2D::~OrigamiCube2D | ( | ) | [virtual] |
| void concepts::OrigamiCube2D::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| virtual std::ostream& concepts::OrigamiCube2D::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::OrigamiCube2D::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 25 of file origamiCube2D.hh.
| Scan2* concepts::OrigamiCube2D::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 26 of file origamiCube2D.hh.
Quad2d* concepts::OrigamiCube2D::cell_[ncell_] [private] |
Definition at line 50 of file origamiCube2D.hh.
Edge* concepts::OrigamiCube2D::edg_[19] [private] |
Definition at line 47 of file origamiCube2D.hh.
const uint concepts::OrigamiCube2D::ncell_ = 6 [static, private] |
Definition at line 17 of file origamiCube2D.hh.
Quad* concepts::OrigamiCube2D::quad_[ncell_] [private] |
Definition at line 48 of file origamiCube2D.hh.
Vertex* concepts::OrigamiCube2D::vtx_[14] [private] |
Definition at line 46 of file origamiCube2D.hh.