estimator::LocalMesh2::S Class Referenceabstract

Inheritance diagram for estimator::LocalMesh2::S:
concepts::Scan< concepts::Cell2 >

Public Member Functions

concepts::Scan2clone () const
 
virtual Scan * clone () 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...
 
concepts::Cell2operator++ (int)
 Returns the next element in the scanned set. More...
 
 S (concepts::HashMap< concepts::Quad2d * > &cells)
 
 S (const S &scan)
 

Private Attributes

concepts::HashMap< concepts::Quad2d * > & cells_
 
concepts::HashMap< concepts::Quad2d * >::iterator iter_
 

Detailed Description

Definition at line 63 of file buergDoerfler.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

estimator::LocalMesh2::S::S ( concepts::HashMap< concepts::Quad2d * > &  cells)
inline

Definition at line 67 of file buergDoerfler.hh.

◆ S() [2/2]

estimator::LocalMesh2::S::S ( const S scan)
inline

Definition at line 69 of file buergDoerfler.hh.

Member Function Documentation

◆ clone() [1/2]

concepts::Scan2* estimator::LocalMesh2::S::clone ( ) const
inline

Definition at line 74 of file buergDoerfler.hh.

◆ clone() [2/2]

virtual Scan* concepts::Scan< concepts::Cell2 >::clone
pure virtualinherited

Returns a clone of the scanner.

◆ eos() [1/2]

bool estimator::LocalMesh2::S::eos ( ) const
inline

Definition at line 71 of file buergDoerfler.hh.

◆ eos() [2/2]

virtual bool concepts::Scan< concepts::Cell2 >::eos
pure virtualinherited

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

◆ operator int()

concepts::Scan< concepts::Cell2 >::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++()

concepts::Cell2& estimator::LocalMesh2::S::operator++ ( int  )
inlinevirtual

Returns the next element in the scanned set.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 72 of file buergDoerfler.hh.

Member Data Documentation

◆ cells_

concepts::HashMap<concepts::Quad2d*>& estimator::LocalMesh2::S::cells_
private

Definition at line 65 of file buergDoerfler.hh.

◆ iter_

concepts::HashMap<concepts::Quad2d*>::iterator estimator::LocalMesh2::S::iter_
private

Definition at line 64 of file buergDoerfler.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