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

Public Member Functions | Private Attributes
concepts::EdgeMesh::S Class Reference

scanner over the cells More...

Inheritance diagram for concepts::EdgeMesh::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::EdgeMesh::S:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Scan1clone () const
 Returns a clone of the scanner.
bool eos () const
 Returns true if the end of the scanned set is reached.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
Cell1operator++ (int)
 Returns the next cell.
 S (Sequence< Edge2d * > *cell)
 S (const S &scan)

Private Attributes

Sequence< Edge2d * > * cell_
uint idx_

Detailed Description

scanner over the cells

Definition at line 69 of file edgeMeshes.hh.


Constructor & Destructor Documentation

concepts::EdgeMesh::S::S ( Sequence< Edge2d * > *  cell) [inline]

Definition at line 73 of file edgeMeshes.hh.

concepts::EdgeMesh::S::S ( const S scan) [inline]

Definition at line 74 of file edgeMeshes.hh.


Member Function Documentation

Scan1* concepts::EdgeMesh::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 79 of file edgeMeshes.hh.

Here is the call graph for this function:

bool concepts::EdgeMesh::S::eos ( ) const [inline, virtual]

Returns true if the end of the scanned set is reached.

Implements concepts::Scan< Cell >.

Definition at line 76 of file edgeMeshes.hh.

concepts::Scan< Cell >::operator int ( ) [inline, inherited]

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 32 of file scannerConnectors.hh.

Cell1& concepts::EdgeMesh::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell1 >.

Definition at line 77 of file edgeMeshes.hh.


Member Data Documentation

Definition at line 71 of file edgeMeshes.hh.

Definition at line 70 of file edgeMeshes.hh.


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

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