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

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

A scanner for 2D connectors on the processor intersection (cap) More...

#include <mesh_p.hh>

Inheritance diagram for concepts::Scan< Connector2 >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< Connector2 >:
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.
Connector2operator++ (int)=0
 Returns the next connector of the cap.

Detailed Description

template<>
class concepts::Scan< Connector2 >

A scanner for 2D connectors on the processor intersection (cap)

Definition at line 43 of file mesh_p.hh.


Member Function Documentation

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

Returns a clone of the scanner.

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

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

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

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

Returns the next connector of the cap.

Implements concepts::Scan< Connector >.


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

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