#include <sweeping-comparators.hh>
|
|
| CDartAngularCompare (CGMapVertex *AMap, int ADirectVertex, const CVertex &AZVector) |
|
|
bool | operator() (CDartVertex *ADart1, CDartVertex *ADart2) const |
|
| CDartCompare (CGMapVertex *AMap, int ADirectVertex, int AExtremity1, const CVertex &AZVector) |
|
void | project (const CVertex &AVertex, TCoordinate &AX, TCoordinate &AY) const |
|
Definition at line 208 of file sweeping-comparators.hh.
CDartAngularCompare::CDartAngularCompare |
( |
CGMapVertex * |
AMap, |
|
|
int |
ADirectVertex, |
|
|
const CVertex & |
AZVector |
|
) |
| |
Construction d'une nouvelle instance de la classe. Les plongements des brins doivent être accessibles via le champ directInfo dont l'indice est donné (voir méthode 'CGMapVertex::pointDirectInfoToAttributeVertex'). Pour plus d'informations, se reporter à la méthode 'operator()'.
- Parameters
-
AMap | La carte sur laquelle s'applique le comparateur |
ADirectVertex | Un indice de champ directInfo |
- Returns
- Une nouvelle instance de la classe
Definition at line 94 of file sweeping-comparators.cc.
bool CDartAngularCompare::operator() |
( |
CDartVertex * |
ADart1, |
|
|
CDartVertex * |
ADart2 |
|
) |
| const |
- Parameters
-
ADart1 | Un brin |
ADart2 | Un brin |
- Returns
- Un booléen vrai si ADart1 < ADart2
Definition at line 254 of file sweeping-comparators.cc.
CVertex GMap3d::CDartAngularCompare::FZVector |
The documentation for this class was generated from the following files: