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

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

Scanner class for ConvertMeshQuads. More...

Inheritance diagram for concepts::ConvertMeshQuads::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::ConvertMeshQuads::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.
Quad2doperator++ (int)
 Returns the next cell.
 S (std::list< Quad2d * > &cell)
 S (const S &scan)

Private Attributes

std::list< Quad2d * > & cell_
std::list< Quad2d * >::iterator idx_

Detailed Description

Scanner class for ConvertMeshQuads.

Definition at line 63 of file meshConverter.hh.


Constructor & Destructor Documentation

concepts::ConvertMeshQuads::S::S ( std::list< Quad2d * > &  cell) [inline]

Definition at line 65 of file meshConverter.hh.

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

Definition at line 67 of file meshConverter.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 70 of file meshConverter.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 68 of file meshConverter.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.

Quad2d& concepts::ConvertMeshQuads::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 69 of file meshConverter.hh.


Member Data Documentation

Definition at line 73 of file meshConverter.hh.

std::list<Quad2d*>::iterator concepts::ConvertMeshQuads::S::idx_ [private]

Definition at line 72 of file meshConverter.hh.


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

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