Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
concepts::Scan< hp2D::Element< F > > Class Template Reference

Scanner of hp2D::Element. More...

#include <element.hh>

Inheritance diagram for concepts::Scan< hp2D::Element< F > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< hp2D::Element< F > >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Scanclone () const =0
 Returns a clone of the scanner.
virtual bool eos () const =0
 Returns true if the end of the scanned set is reached.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
hp2D::Element< F > & operator++ (int)=0
 Returns the next element in the scanned set.

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

virtual Scan* concepts::Scan< Element< F > >::clone ( ) const [pure virtual, inherited]

Returns a clone of the scanner.

virtual bool concepts::Scan< Element< F > >::eos ( ) const [pure virtual, inherited]

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

concepts::Scan< Element< F > >::operator int ( ) [inline, inherited]

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 32 of file scannerConnectors.hh.

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:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)