concepts::Scan< linearFEM::Quad > Class Referenceabstract

#include <space2D.hh>

Inheritance diagram for concepts::Scan< linearFEM::Quad >:
concepts::Scan< linearFEM::Element > concepts::Scan< concepts::Element< Real > >

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...
 
virtual linearFEM::Quadoperator++ (int)=0
 Returns the next element in the scanned set. More...
 

Detailed Description

Definition at line 30 of file space2D.hh.

Member Function Documentation

◆ clone()

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

Returns a clone of the scanner.

◆ eos()

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

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

◆ operator int()

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

virtual linearFEM::Quad& concepts::Scan< linearFEM::Quad >::operator++ ( int  )
pure virtual

Returns the next element in the scanned set.

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


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