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

Public Member Functions
concepts::Scan< hp3D::Element< Real > > Class Template Reference

#include <space.hh>

Inheritance diagram for concepts::Scan< hp3D::Element< Real > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< hp3D::Element< Real > >:
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.
hp3D::Element< Real > & operator++ (int)=0
 Returns the next element in the scanned set.

Detailed Description

template<>
class concepts::Scan< hp3D::Element< Real > >

Definition at line 32 of file space.hh.


Member Function Documentation

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

Returns a clone of the scanner.

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

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

concepts::Scan< concepts::ElementWithCell< Real > >::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.

hp3D::Element<Real>& concepts::Scan< hp3D::Element< Real > >::operator++ ( int  ) [pure virtual]

Returns the next element in the scanned set.

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


The documentation for this class was generated from the following file:

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