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

Public Member Functions
concepts::Scan< linDG3D::FvdgElement > Class Template Reference

Scanner over tetrahedral elements in FV/DG-space. More...

#include <space.hh>

Inheritance diagram for concepts::Scan< linDG3D::FvdgElement >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< linDG3D::FvdgElement >:
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.
linDG3D::FvdgElementoperator++ (int)=0
 Returns next element in scanned space.

Detailed Description

template<>
class concepts::Scan< linDG3D::FvdgElement >

Scanner over tetrahedral elements in FV/DG-space.

Definition at line 27 of file space.hh.


Member Function Documentation

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

Returns a clone of the scanner.

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

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

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

Here is the call graph for this function:

linDG3D::FvdgElement& concepts::Scan< linDG3D::FvdgElement >::operator++ ( int  ) [pure virtual]

Returns next element in scanned space.

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


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

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