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

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

scanner over the cells More...

Inheritance diagram for concepts::Circle::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::Circle::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 (Array< Quad2d * > *cell)
 S (const S &scan)

Private Attributes

Array< Quad2d * > * cell_
uint idx_

Detailed Description

scanner over the cells

Definition at line 158 of file circle.hh.


Constructor & Destructor Documentation

concepts::Circle::S::S ( Array< Quad2d * > *  cell) [inline]

Definition at line 162 of file circle.hh.

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

Definition at line 164 of file circle.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 170 of file circle.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 167 of file circle.hh.

Here is the call graph for this function:

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::Circle::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 168 of file circle.hh.


Member Data Documentation

Definition at line 160 of file circle.hh.

uint concepts::Circle::S::idx_ [private]

Definition at line 159 of file circle.hh.


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

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