#include <static-coverage.hh>
Inherits GMap3d::CCoverage.
Inherited by GMap3d::CStaticBorderCoverage, GMap3d::CStaticCoverageAll, GMap3d::CTemplateStaticCoverage2b< Ai, Aj >, GMap3d::CTemplateStaticCoverage3a< Ai, Aj, Ak >, GMap3d::CTemplateStaticCoverage3b< Ai, Aj, Ak >, and GMap3d::CTemplateStaticCoverage4.
Public Member Functions | |
CGenericStaticCoverage (CGMapBasic *AGMap) | |
virtual | ~CGenericStaticCoverage () |
void | reinit () |
void | operator++ () |
CDart * | operator++ (int) |
bool | cont () |
CDart * | operator* () |
Protected Attributes | |
std::list< CDart * > | FAllDarts |
std::list< CDart * >::iterator | FIt |
Definition at line 140 of file static-coverage.hh.
GMap3d::CGenericStaticCoverage::CGenericStaticCoverage | ( | CGMapBasic * | AGMap | ) | [inline] |
Definition at line 557 of file static-coverage.hh.
GMap3d::CGenericStaticCoverage::~CGenericStaticCoverage | ( | ) | [inline, virtual] |
Definition at line 563 of file static-coverage.hh.
bool GMap3d::CGenericStaticCoverage::cont | ( | ) | [inline, virtual] |
Drapeau d'arrêt du parcours.
Implements GMap3d::CCoverage.
Definition at line 568 of file static-coverage.hh.
CDart * GMap3d::CGenericStaticCoverage::operator* | ( | ) | [inline, virtual] |
Déreférencement du pointeur de parcours en pointeur de brin.
Implements GMap3d::CCoverage.
Definition at line 582 of file static-coverage.hh.
CDart * GMap3d::CGenericStaticCoverage::operator++ | ( | int | ) | [inline, virtual] |
Itérateur postfixe.
Implements GMap3d::CCoverage.
Definition at line 590 of file static-coverage.hh.
void GMap3d::CGenericStaticCoverage::operator++ | ( | ) | [inline, virtual] |
void GMap3d::CGenericStaticCoverage::reinit | ( | ) | [inline, virtual] |
Réinitialisation du parcours.
Implements GMap3d::CCoverage.
Definition at line 551 of file static-coverage.hh.
std::list<CDart*> GMap3d::CGenericStaticCoverage::FAllDarts [protected] |
Definition at line 146 of file static-coverage.hh.
std::list<CDart*>::iterator GMap3d::CGenericStaticCoverage::FIt [protected] |
Definition at line 147 of file static-coverage.hh.