linDG2D::Space::S Class Reference

Scanner class for Space. More...

Inheritance diagram for linDG2D::Space::S:

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 57 of file space.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

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

Definition at line 59 of file space.hh.

◆ S() [2/2]

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

Definition at line 60 of file space.hh.

Member Function Documentation

◆ clone()

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

Definition at line 65 of file space.hh.

◆ eos()

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

Definition at line 61 of file space.hh.

◆ operator++()

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

Definition at line 62 of file space.hh.

Member Data Documentation

◆ elm_

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

Definition at line 68 of file space.hh.

◆ idx_

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

Definition at line 67 of file space.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich