concepts::Scan< hp2D::Element< F > > Class Template Referenceabstract

Scanner of hp2D::Element. More...

#include <element.hh>

Inheritance diagram for concepts::Scan< hp2D::Element< F > >:
concepts::Scan< ElementWithCell< F > > concepts::Scan< Element< F > >

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...
 
hp2D::Element< F > & operator++ (int)=0
 Returns the next element in the scanned set. More...
 

Detailed Description

template<class F>
class concepts::Scan< hp2D::Element< F > >

Scanner of hp2D::Element.

Definition at line 69 of file element.hh.

Member Function Documentation

◆ clone()

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

Returns a clone of the scanner.

◆ eos()

virtual bool concepts::Scan< Element< F > >::eos ( ) const
pure virtualinherited

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

◆ operator int()

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

template<class F >
hp2D::Element<F>& concepts::Scan< hp2D::Element< F > >::operator++ ( int  )
pure virtual

Returns the next element in the scanned set.

Implements concepts::Scan< ElementWithCell< F > >.


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