
Go to the source code of this file.
Functions | |
| void | setSelectionLevel (int ALevel) |
| void | setNextSelectionLevel (int AIndex=1) |
| bool | unmarkAllCurrentSelectionLevel () |
| bool | negateAllCurrentSelectionLevel () |
| bool | swapSelectionLevels (int ALevel1, int ALevel2) |
| bool | swapCurrentSelectionLevelWithNext () |
| bool | selectIncidents () |
| bool | selectBorders (int ADimension) |
| bool | intuitiveSelectBorders () |
| bool | selectNonPlanarFaces () |
| bool | markIntersection (int AInitialDim, int AFinalDim) |
| bool | markInterior (int ADimension) |
| bool | findMotifOff (const char *AFilename) |
| bool | findMotifMoka (const char *AFilename) |
| bool | countNumberOfMotifsMoka (const char *AFilename) |
| bool | countNumberOfMotifsOff (const char *AFilename) |
| bool CControlerGMap::countNumberOfMotifsMoka | ( | const char * | AFilename | ) |
Definition at line 329 of file operations-selection.cc.
| bool CControlerGMap::countNumberOfMotifsOff | ( | const char * | AFilename | ) |
Definition at line 355 of file operations-selection.cc.
| bool CControlerGMap::findMotifMoka | ( | const char * | AFilename | ) |
Definition at line 295 of file operations-selection.cc.
| bool CControlerGMap::findMotifOff | ( | const char * | AFilename | ) |
Test de matching : cherche si la carte dans le fichier AFilename est un motif de la carte courante. Si oui, sélectionne le matching.
Definition at line 262 of file operations-selection.cc.
| bool CControlerGMap::intuitiveSelectBorders | ( | ) |
Definition at line 163 of file operations-selection.cc.
| bool CControlerGMap::markInterior | ( | int | ADimension | ) |
Definition at line 206 of file operations-selection.cc.
| bool CControlerGMap::markIntersection | ( | int | AInitialDim, | |
| int | AFinalDim | |||
| ) |
| bool CControlerGMap::negateAllCurrentSelectionLevel | ( | ) |
Inverse la marque de tout les brins pour le niveau de sélection courant.
Definition at line 67 of file operations-selection.cc.
| bool CControlerGMap::selectBorders | ( | int | ADimension | ) |
Definition at line 139 of file operations-selection.cc.
| bool CControlerGMap::selectIncidents | ( | ) |
Sélection de tout les brins incidents aux brins sélectionnés (pour l'orbite courante)
Definition at line 125 of file operations-selection.cc.
| bool CControlerGMap::selectNonPlanarFaces | ( | ) |
Definition at line 184 of file operations-selection.cc.
| void CControlerGMap::setNextSelectionLevel | ( | int | AIndex = 1 |
) |
Definition at line 47 of file operations-selection.cc.
| void setSelectionLevel | ( | int | ALevel | ) |
Change de niveau de sélection.
| bool CControlerGMap::swapCurrentSelectionLevelWithNext | ( | ) |
Échange les marques du niveau courant avec le niveau suivant.
Definition at line 120 of file operations-selection.cc.
| bool CControlerGMap::swapSelectionLevels | ( | int | ALevel1, | |
| int | ALevel2 | |||
| ) |
Échange les marques de tout les brins entre les niveaux ALevel1 et ALevel2.
Definition at line 88 of file operations-selection.cc.
| bool CControlerGMap::unmarkAllCurrentSelectionLevel | ( | ) |
Démarque tout les brins pour le niveau de sélection courant.
Definition at line 52 of file operations-selection.cc.
1.5.8