#include <triangleP2.hh>


Public Member Functions | |
| virtual Scan * | clone () 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. | |
| virtual TriangleP2 & | operator++ (int)=0 |
| Returns the next element in the scanned set. | |
Definition at line 88 of file triangleP2.hh.
| virtual Scan* concepts::Scan< concepts::Element< Real > >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
| virtual bool concepts::Scan< concepts::Element< Real > >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
| concepts::Scan< concepts::Element< 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.
| virtual TriangleP2& concepts::Scan< TriangleP2 >::operator++ | ( | int | ) | [pure virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Element< Real > >.