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

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

Scanner class for Import2dMesh. More...

#include <meshImport2D.hh>

Inheritance diagram for concepts::Import2dMeshBase::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::Import2dMeshBase::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 (std::vector< Cell2 * > &cell)
 S (const S &scan)

Private Attributes

std::vector< Cell2 * > & cell_
std::vector< Cell2 * >::iterator idx_

Detailed Description

Scanner class for Import2dMesh.

Definition at line 86 of file meshImport2D.hh.


Constructor & Destructor Documentation

concepts::Import2dMeshBase::S::S ( std::vector< Cell2 * > &  cell) [inline]

Definition at line 88 of file meshImport2D.hh.

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

Definition at line 90 of file meshImport2D.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 93 of file meshImport2D.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

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

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 92 of file meshImport2D.hh.


Member Data Documentation

std::vector<Cell2*>& concepts::Import2dMeshBase::S::cell_ [private]

Definition at line 96 of file meshImport2D.hh.

std::vector<Cell2*>::iterator concepts::Import2dMeshBase::S::idx_ [private]

Definition at line 95 of file meshImport2D.hh.


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

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