concepts::ConvertMeshQuads::S Class Referenceabstract

Scanner class for ConvertMeshQuads. More...

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

Private Attributes

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

Detailed Description

Scanner class for ConvertMeshQuads.

Definition at line 64 of file meshConverter.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

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

Definition at line 66 of file meshConverter.hh.

◆ S() [2/2]

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

Definition at line 68 of file meshConverter.hh.

Member Function Documentation

◆ clone() [1/2]

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

Definition at line 71 of file meshConverter.hh.

◆ clone() [2/2]

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

Returns a clone of the scanner.

◆ eos() [1/2]

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

Definition at line 69 of file meshConverter.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++()

Quad2d& concepts::ConvertMeshQuads::S::operator++ ( int  )
inlinevirtual

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 70 of file meshConverter.hh.

Member Data Documentation

◆ cell_

std::list<Quad2d*>& concepts::ConvertMeshQuads::S::cell_
private

Definition at line 74 of file meshConverter.hh.

◆ idx_

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

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