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

Classes | Public Member Functions | Private Attributes
concepts::SimpleLine Class Reference

#include <simpleLine.hh>

Inheritance diagram for concepts::SimpleLine:
Inheritance graph
[legend]
Collaboration diagram for concepts::SimpleLine:
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.
uint ncell () const
 Returns the number of cells in the mesh.
Scan1scan ()
 Returns a scanner over the cells of the mesh.
 SimpleLine ()
virtual ~SimpleLine ()

Private Attributes

Cell1cell_ [2]
Edgeedg_ [2]
Vertexvtx_ [3]

Detailed Description

Definition at line 11 of file simpleLine.hh.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

uint concepts::SimpleLine::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 16 of file simpleLine.hh.

Scan1* concepts::SimpleLine::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::Mesh1.

Definition at line 17 of file simpleLine.hh.


Member Data Documentation

Definition at line 24 of file simpleLine.hh.

Definition at line 23 of file simpleLine.hh.

Definition at line 22 of file simpleLine.hh.


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

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