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

Classes | Public Member Functions | Private Attributes
Rectangle Class Reference

#include <rectangle.hh>

Inheritance diagram for Rectangle:
Inheritance graph
[legend]
Collaboration diagram for Rectangle:
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.
 Rectangle ()
concepts::Scan2scan ()
 Returns a scanner over the cells of the mesh.
virtual ~Rectangle ()

Private Attributes

concepts::Cell2cell_ [4]
concepts::Edgeedg_ [9]
concepts::Triangletri_ [4]
concepts::Vertexvtx_ [6]

Detailed Description

Definition at line 14 of file rectangle.hh.


Constructor & Destructor Documentation

Rectangle::Rectangle ( )
virtual Rectangle::~Rectangle ( ) [virtual]

Member Function Documentation

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

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

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 18 of file rectangle.hh.

concepts::Scan2* Rectangle::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 19 of file rectangle.hh.


Member Data Documentation

Definition at line 26 of file rectangle.hh.

Definition at line 24 of file rectangle.hh.

Definition at line 25 of file rectangle.hh.

Definition at line 23 of file rectangle.hh.


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

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