#include <threeQuadsdym.hh>


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. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| ThreeQuadsdym (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| ThreeQuadsdym () | |
| virtual | ~ThreeQuadsdym (int n) |
| Constructor with number of quads. | |
Private Member Functions | |
| void | construct_ (const Array< uint > &attrib) |
Private Attributes | |
| Sequence< Cell2 * > | cell_ |
| Sequence< Edge * > | edg_ |
| Sequence< Quad * > | quad_ |
| Sequence< Vertex * > | vtx_ |
Definition at line 14 of file threeQuadsdym.hh.
| concepts::ThreeQuadsdym::ThreeQuadsdym | ( | ) |
| concepts::ThreeQuadsdym::ThreeQuadsdym | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::ThreeQuadsdym::~ThreeQuadsdym | ( | int | n | ) | [virtual] |
Constructor with number of quads.
| void concepts::ThreeQuadsdym::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| virtual std::ostream& concepts::ThreeQuadsdym::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::ThreeQuadsdym::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 27 of file threeQuadsdym.hh.
| Scan2* concepts::ThreeQuadsdym::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 28 of file threeQuadsdym.hh.
Sequence<Cell2*> concepts::ThreeQuadsdym::cell_ [private] |
Definition at line 42 of file threeQuadsdym.hh.
Sequence<Edge*> concepts::ThreeQuadsdym::edg_ [private] |
Definition at line 40 of file threeQuadsdym.hh.
Sequence<Quad*> concepts::ThreeQuadsdym::quad_ [private] |
Definition at line 41 of file threeQuadsdym.hh.
Sequence<Vertex*> concepts::ThreeQuadsdym::vtx_ [private] |
Definition at line 39 of file threeQuadsdym.hh.