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

Public Member Functions
concepts::Scan< TriangleP2 > Class Template Reference

#include <triangleP2.hh>

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

Detailed Description

template<>
class concepts::Scan< TriangleP2 >

Definition at line 88 of file triangleP2.hh.


Member Function Documentation

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 > >.


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

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