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

Classes | Public Member Functions | Private Attributes | Static Private Attributes
PeriodicRect Class Reference

#include <periodicRect.hh>

Inheritance diagram for PeriodicRect:
Inheritance graph
[legend]
Collaboration diagram for PeriodicRect:
Collaboration graph
[legend]

List of all members.

Classes

class  S

Public Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
unsigned int ncell () const
 Returns the number of cells in the mesh.
 PeriodicRect (float L)
 PeriodicRect (float L1, float L2)
concepts::Scan2scan ()
 Returns a scanner over the cells of the mesh.
virtual ~PeriodicRect ()

Private Attributes

concepts::Cell2cell [N_CELL]
concepts::Edgeedg [N_EDGE]
concepts::Quadquad [N_CELL]
concepts::Vertexvtx [N_VERT]

Static Private Attributes

static const uint N_CELL = 1
static const uint N_EDGE = 2
static const uint N_VERT = 1

Detailed Description

Definition at line 13 of file periodicRect.hh.


Constructor & Destructor Documentation

PeriodicRect::PeriodicRect ( float  L) [inline]

Definition at line 15 of file periodicRect.hh.

PeriodicRect::PeriodicRect ( float  L1,
float  L2 
)
virtual PeriodicRect::~PeriodicRect ( ) [virtual]

Member Function Documentation

virtual std::ostream& PeriodicRect::info ( std::ostream &  os) const [virtual]

Returns information in an output stream.

Reimplemented from concepts::Mesh.

unsigned int PeriodicRect::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 20 of file periodicRect.hh.

concepts::Scan2* PeriodicRect::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 21 of file periodicRect.hh.


Member Data Documentation

Definition at line 32 of file periodicRect.hh.

Definition at line 30 of file periodicRect.hh.

const uint PeriodicRect::N_CELL = 1 [static, private]

Definition at line 27 of file periodicRect.hh.

const uint PeriodicRect::N_EDGE = 2 [static, private]

Definition at line 26 of file periodicRect.hh.

const uint PeriodicRect::N_VERT = 1 [static, private]

Definition at line 25 of file periodicRect.hh.

Definition at line 31 of file periodicRect.hh.

Definition at line 29 of file periodicRect.hh.


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

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