Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Import2dMeshBase::S Class Reference

Scanner class for Import2dMesh. More...

#include <meshImport2D.hh>

Inheritance diagram for concepts::Import2dMeshBase::S:
concepts::Scan< Cell2 > concepts::Scan< Cell >

Public Member Functions

 S (std::vector< Cell2 * > &cell)
 
 S (const S &scan)
 
bool eos () const
 Returns true if the end of the scanned set is reached.
 
Cell2operator++ (int)
 Returns the next cell.
 
Scan2clone () const
 Returns a clone of the scanner.
 
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
 

Detailed Description

Scanner class for Import2dMesh.

Definition at line 84 of file meshImport2D.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

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

Definition at line 86 of file meshImport2D.hh.

◆ S() [2/2]

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

Definition at line 88 of file meshImport2D.hh.

Member Function Documentation

◆ clone()

Scan2 * concepts::Import2dMeshBase::S::clone ( ) const
inlinevirtual

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 91 of file meshImport2D.hh.

◆ eos()

bool concepts::Import2dMeshBase::S::eos ( ) const
inlinevirtual

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

Implements concepts::Scan< Cell >.

Definition at line 89 of file meshImport2D.hh.

◆ operator int()

concepts::Scan< Cell >::operator int ( )
inlineinherited

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 34 of file scannerConnectors.hh.

◆ operator++()

Cell2 & concepts::Import2dMeshBase::S::operator++ ( int  )
inlinevirtual

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 90 of file meshImport2D.hh.


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