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

Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
concepts::FiveQuads Class Reference

#include <fiveQuads.hh>

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

List of all members.

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.
Scan2scan ()
 Returns a scanner over the cells of the mesh.
virtual ~FiveQuads ()

Private Member Functions

void construct_ (const Array< uint > &attrib)

Private Attributes

Quad2dcell_ [ncell_]
Edgeedg_ [16]
Quadquad_ [ncell_]
Vertexvtx_ [12]

Static Private Attributes

static const uint ncell_ = 5

Detailed Description

Definition at line 15 of file fiveQuads.hh.


Constructor & Destructor Documentation

concepts::FiveQuads::FiveQuads ( )
concepts::FiveQuads::FiveQuads ( Array< uint >  attrib)

Constructor with edge attributes.

virtual concepts::FiveQuads::~FiveQuads ( ) [virtual]

Member Function Documentation

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.

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

Implements concepts::Mesh2.

Definition at line 27 of file fiveQuads.hh.


Member Data Documentation

Definition at line 52 of file fiveQuads.hh.

Definition at line 49 of file fiveQuads.hh.

const uint concepts::FiveQuads::ncell_ = 5 [static, private]

Definition at line 16 of file fiveQuads.hh.

Definition at line 50 of file fiveQuads.hh.

Definition at line 48 of file fiveQuads.hh.


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

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