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

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

A scanner for a 3D mesh. More...

#include <mesh.hh>

Inheritance diagram for concepts::Scan< Cell3 >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Scan< Cell3 >:
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.
Cell3operator++ (int)=0
 Returns the next cell.

Detailed Description

template<>
class concepts::Scan< Cell3 >

A scanner for a 3D mesh.

Examples:

meshes.cc.

Definition at line 50 of file mesh.hh.


Member Function Documentation

virtual Scan* concepts::Scan< Cell >::clone ( ) const [pure virtual, inherited]
virtual bool concepts::Scan< Cell >::eos ( ) const [pure virtual, inherited]
concepts::Scan< Cell >::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.

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

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

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