Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Member Functions | Private Attributes
concepts::ThreeQuadsdym Class Reference

#include <threeQuadsdym.hh>

Inheritance diagram for concepts::ThreeQuadsdym:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThreeQuadsdym:
Collaboration graph
[legend]

List of all members.

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.
Scan2scan ()
 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_

Detailed Description

Definition at line 14 of file threeQuadsdym.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Postcondition:
The scanner must be deleted after usage. This has to be done by the user.

Implements concepts::Mesh2.

Definition at line 28 of file threeQuadsdym.hh.


Member Data Documentation

Definition at line 42 of file threeQuadsdym.hh.

Definition at line 40 of file threeQuadsdym.hh.

Definition at line 41 of file threeQuadsdym.hh.

Definition at line 39 of file threeQuadsdym.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)