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

Public Member Functions | Private Attributes
linDG2D::Space::S Class Reference

Scanner class for Space. More...

List of all members.

Public Member Functions

Sclone () const
bool eos () const
Triangleoperator++ (int)
 S (const Map &elm)
 S (const S &scan)

Private Attributes

const Mapelm_
Map::const_iterator idx_

Detailed Description

Scanner class for Space.

Definition at line 69 of file space.hh.


Constructor & Destructor Documentation

linDG2D::Space::S::S ( const Map elm) [inline]

Definition at line 71 of file space.hh.

linDG2D::Space::S::S ( const S scan) [inline]

Definition at line 72 of file space.hh.


Member Function Documentation

S* linDG2D::Space::S::clone ( ) const [inline]

Definition at line 77 of file space.hh.

Here is the call graph for this function:

bool linDG2D::Space::S::eos ( ) const [inline]

Definition at line 73 of file space.hh.

Triangle& linDG2D::Space::S::operator++ ( int  ) [inline]

Definition at line 74 of file space.hh.


Member Data Documentation

const Map& linDG2D::Space::S::elm_ [private]

Definition at line 80 of file space.hh.

Map::const_iterator linDG2D::Space::S::idx_ [private]

Definition at line 79 of file space.hh.


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

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