concepts::CircleBoundary::S Class Referenceabstract

scanner over the cells More...

Inheritance diagram for concepts::CircleBoundary::S:
concepts::Scan< Cell1 > concepts::Scan< Cell >

Public Member Functions

Scan1clone () 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...
 
Cell1operator++ (int)
 Returns the next cell. More...
 
 S (const S &scan)
 
 S (Sequence< Edge2d * > *cell)
 

Private Attributes

Sequence< Edge2d * > * cell_
 
uint idx_
 

Detailed Description

scanner over the cells

Definition at line 103 of file edgeMeshes.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

concepts::CircleBoundary::S::S ( Sequence< Edge2d * > *  cell)
inline

Definition at line 107 of file edgeMeshes.hh.

◆ S() [2/2]

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

Definition at line 109 of file edgeMeshes.hh.

Member Function Documentation

◆ clone() [1/2]

Scan1* concepts::CircleBoundary::S::clone ( ) const
inline

Definition at line 115 of file edgeMeshes.hh.

◆ clone() [2/2]

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

Returns a clone of the scanner.

◆ eos() [1/2]

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

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

Cell1& concepts::CircleBoundary::S::operator++ ( int  )
inlinevirtual

Returns the next cell.

Implements concepts::Scan< Cell1 >.

Definition at line 113 of file edgeMeshes.hh.

Member Data Documentation

◆ cell_

Sequence<Edge2d*>* concepts::CircleBoundary::S::cell_
private

Definition at line 105 of file edgeMeshes.hh.

◆ idx_

uint concepts::CircleBoundary::S::idx_
private

Definition at line 104 of file edgeMeshes.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