concepts::Circle::S Class Referenceabstract

scanner over the cells More...

Inheritance diagram for concepts::Circle::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 (Array< Quad2d * > *cell)
 
 S (const S &scan)
 

Private Attributes

Array< Quad2d * > * cell_
 
uint idx_
 

Detailed Description

scanner over the cells

Definition at line 160 of file circle.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

concepts::Circle::S::S ( Array< Quad2d * > *  cell)
inline

Definition at line 164 of file circle.hh.

◆ S() [2/2]

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

Definition at line 166 of file circle.hh.

Member Function Documentation

◆ clone() [1/2]

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

Definition at line 172 of file circle.hh.

◆ clone() [2/2]

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

Returns a clone of the scanner.

◆ eos() [1/2]

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

Definition at line 169 of file circle.hh.

◆ eos() [2/2]

virtual bool concepts::Scan< Cell >::eos
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::Circle::S::operator++ ( int  )
inlinevirtual

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 170 of file circle.hh.

Member Data Documentation

◆ cell_

Array<Quad2d*>* concepts::Circle::S::cell_
private

Definition at line 162 of file circle.hh.

◆ idx_

uint concepts::Circle::S::idx_
private

Definition at line 161 of file circle.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