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

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

scanner over the cells More...

Inheritance diagram for concepts::ThinSheetEllipse2::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheetEllipse2::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 570 of file thinSheetGeom.hh.


Constructor & Destructor Documentation

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

Definition at line 574 of file thinSheetGeom.hh.

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

Definition at line 575 of file thinSheetGeom.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 581 of file thinSheetGeom.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 578 of file thinSheetGeom.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::ThinSheetEllipse2::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 579 of file thinSheetGeom.hh.


Member Data Documentation

Definition at line 572 of file thinSheetGeom.hh.

Definition at line 571 of file thinSheetGeom.hh.


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

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