concepts::Scan< Cell2 > Class Referenceabstract

A scanner for a 2D mesh. More...

#include <mesh.hh>

Inheritance diagram for concepts::Scan< Cell2 >:
concepts::Scan< Cell > concepts::Circle::S concepts::ConvertMeshQuads::S concepts::Import2dMeshBase::S concepts::Square2::S concepts::Square::S concepts::SquareOneInfiniteRect::S concepts::SquareTwoInfiniteRects::S concepts::UniformlyRefinedMesh2::S

Public Member Functions

virtual Scanclone () const=0
 Returns a clone of the scanner. More...
 
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)=0
 Returns the next cell. More...
 

Detailed Description

A scanner for a 2D mesh.

Examples
meshes.cc.

Definition at line 44 of file mesh.hh.

Member Function Documentation

◆ clone()

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

Returns a clone of the scanner.

◆ eos()

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++()


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