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

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

scanner over the cells More...

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


Constructor & Destructor Documentation

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

Definition at line 503 of file thinSheetGeom.hh.

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

Definition at line 504 of file thinSheetGeom.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 510 of file thinSheetGeom.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 507 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::ThinSheetEllipse::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 508 of file thinSheetGeom.hh.


Member Data Documentation

Definition at line 501 of file thinSheetGeom.hh.

Definition at line 500 of file thinSheetGeom.hh.


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

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