Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Scan< linearFEM::Quad > Class Referenceabstract
Inheritance diagram for concepts::Scan< linearFEM::Quad >:
concepts::Scan< linearFEM::Element > concepts::Scan< concepts::Element< Real > >

Public Member Functions

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

Detailed Description

Definition at line 30 of file space2D.hh.

Member Function Documentation

◆ operator int()

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

Definition at line 34 of file scannerConnectors.hh.

◆ operator++()

Returns the next element in the scanned set.

Implements concepts::Scan< linearFEM::Element >.


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