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

Public Member Functions | Private Attributes
concepts::FiveQuads::S Class Reference
Inheritance diagram for concepts::FiveQuads::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::FiveQuads::S:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Scan2clone () 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.
Cell2operator++ (int)
 Returns the next cell.
 S (Quad2d *(&cell)[ncell_])
 S (const S &scan)

Private Attributes

Quad2d *(& cell_ )[ncell_]
uint idx_

Detailed Description

Definition at line 32 of file fiveQuads.hh.


Constructor & Destructor Documentation

concepts::FiveQuads::S::S ( Quad2d *(&)  cell[ncell_]) [inline]

Definition at line 36 of file fiveQuads.hh.

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

Definition at line 37 of file fiveQuads.hh.


Member Function Documentation

Scan2* concepts::FiveQuads::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 42 of file fiveQuads.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 39 of file fiveQuads.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.

Cell2& concepts::FiveQuads::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 40 of file fiveQuads.hh.


Member Data Documentation

Definition at line 34 of file fiveQuads.hh.

Definition at line 33 of file fiveQuads.hh.


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

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