#include <oneQuad.hh>


Classes | |
| class | S |
Public Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| 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. | |
| uint | ncell () const |
| Returns the number of cells in the mesh. | |
| OneQuad (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| OneQuad (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| OneQuad () | |
| OneQuad () | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| virtual | ~OneQuad () |
| virtual | ~OneQuad () |
Private Member Functions | |
| void | construct_ (const Array< uint > &attrib) |
| void | construct_ (const Array< uint > &attrib) |
Private Attributes | |
| Quad2d * | cell_ [ncell_] |
| Edge * | edg_ [4] |
| Quad * | quad_ [ncell_] |
| Vertex * | vtx_ [4] |
Static Private Attributes | |
| static const uint | ncell_ = 1 |
Definition at line 11 of file oneQuad.hh.
| concepts::OneQuad::OneQuad | ( | ) |
| concepts::OneQuad::OneQuad | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::OneQuad::~OneQuad | ( | ) | [virtual] |
| concepts::OneQuad::OneQuad | ( | ) |
| concepts::OneQuad::OneQuad | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::OneQuad::~OneQuad | ( | ) | [virtual] |
| void concepts::OneQuad::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| void concepts::OneQuad::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| virtual std::ostream& concepts::OneQuad::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| virtual std::ostream& concepts::OneQuad::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::OneQuad::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 20 of file oneQuad.hh.
| uint concepts::OneQuad::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 20 of file oneQuad.hh.
| Scan2* concepts::OneQuad::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 21 of file oneQuad.hh.
| Scan2* concepts::OneQuad::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 21 of file oneQuad.hh.
Quad2d * concepts::OneQuad::cell_ [private] |
Definition at line 45 of file oneQuad.hh.
Edge * concepts::OneQuad::edg_ [private] |
Definition at line 42 of file oneQuad.hh.
static const uint concepts::OneQuad::ncell_ = 1 [static, private] |
Definition at line 12 of file oneQuad.hh.
Quad * concepts::OneQuad::quad_ [private] |
Definition at line 43 of file oneQuad.hh.
Vertex * concepts::OneQuad::vtx_ [private] |
Definition at line 41 of file oneQuad.hh.