concepts::Import2dMeshBase::S Class Referenceabstract

Scanner class for Import2dMesh. More...

#include <meshImport2D.hh>

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

Public Member Functions

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

Private Attributes

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

Detailed Description

Scanner class for Import2dMesh.

Definition at line 88 of file meshImport2D.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

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

Definition at line 90 of file meshImport2D.hh.

◆ S() [2/2]

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

Definition at line 92 of file meshImport2D.hh.

Member Function Documentation

◆ clone() [1/2]

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

Definition at line 95 of file meshImport2D.hh.

◆ clone() [2/2]

virtual Scan* concepts::Scan< Cell >::clone ( ) const
pure virtualinherited

Returns a clone of the scanner.

◆ eos() [1/2]

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

Definition at line 93 of file meshImport2D.hh.

◆ eos() [2/2]

virtual bool concepts::Scan< Cell >::eos ( ) const
pure virtualinherited

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

◆ 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 94 of file meshImport2D.hh.

Member Data Documentation

◆ cell_

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

Definition at line 98 of file meshImport2D.hh.

◆ idx_

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

Definition at line 97 of file meshImport2D.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich