#include <fiveQuads.hh>


Classes | |
| class | S |
Public Member Functions | |
| FiveQuads () | |
| FiveQuads (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| 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. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| virtual | ~FiveQuads () |
Private Member Functions | |
| void | construct_ (const Array< uint > &attrib) |
Private Attributes | |
| Quad2d * | cell_ [ncell_] |
| Edge * | edg_ [16] |
| Quad * | quad_ [ncell_] |
| Vertex * | vtx_ [12] |
Static Private Attributes | |
| static const uint | ncell_ = 5 |
Definition at line 15 of file fiveQuads.hh.
| concepts::FiveQuads::FiveQuads | ( | ) |
| concepts::FiveQuads::FiveQuads | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::FiveQuads::~FiveQuads | ( | ) | [virtual] |
| void concepts::FiveQuads::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| virtual std::ostream& concepts::FiveQuads::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::FiveQuads::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 26 of file fiveQuads.hh.
| Scan2* concepts::FiveQuads::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 27 of file fiveQuads.hh.
Quad2d* concepts::FiveQuads::cell_[ncell_] [private] |
Definition at line 52 of file fiveQuads.hh.
Edge* concepts::FiveQuads::edg_[16] [private] |
Definition at line 49 of file fiveQuads.hh.
const uint concepts::FiveQuads::ncell_ = 5 [static, private] |
Definition at line 16 of file fiveQuads.hh.
Quad* concepts::FiveQuads::quad_[ncell_] [private] |
Definition at line 50 of file fiveQuads.hh.
Vertex* concepts::FiveQuads::vtx_[12] [private] |
Definition at line 48 of file fiveQuads.hh.