Moka controlers
|
Go to the source code of this file.
Functions | |
void | setSelectionLevel (int ALevel) |
Change de niveau de sélection. | |
void | setNextSelectionLevel (int AIndex=1) |
bool | unmarkAllCurrentSelectionLevel () |
Démarque tout les brins pour le niveau de sélection courant. | |
bool | negateAllCurrentSelectionLevel () |
Inverse la marque de tout les brins pour le niveau de sélection courant. | |
bool | swapSelectionLevels (int ALevel1, int ALevel2) |
Échange les marques de tout les brins entre les niveaux ALevel1 et ALevel2. | |
bool | swapCurrentSelectionLevelWithNext () |
Échange les marques du niveau courant avec le niveau suivant. | |
bool | selectIncidents () |
bool | selectBorders (int ADimension) |
bool | intuitiveSelectBorders () |
bool | selectNonPlanarFaces () |
bool | markIntersection (int AInitialDim, int AFinalDim) |
Marquages. | |
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 330 of file operations-selection.cc.
bool CControlerGMap::countNumberOfMotifsOff | ( | const char * | AFilename | ) |
Definition at line 356 of file operations-selection.cc.
bool CControlerGMap::findMotifMoka | ( | const char * | AFilename | ) |
Definition at line 296 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 263 of file operations-selection.cc.
bool CControlerGMap::intuitiveSelectBorders | ( | ) |
Definition at line 164 of file operations-selection.cc.
bool CControlerGMap::markInterior | ( | int | ADimension | ) |
Definition at line 207 of file operations-selection.cc.
bool CControlerGMap::markIntersection | ( | int | AInitialDim, |
int | AFinalDim | ||
) |
Marquages.
Definition at line 230 of file operations-selection.cc.
bool CControlerGMap::negateAllCurrentSelectionLevel | ( | ) |
Inverse la marque de tout les brins pour le niveau de sélection courant.
Definition at line 69 of file operations-selection.cc.
bool CControlerGMap::selectBorders | ( | int | ADimension | ) |
Definition at line 140 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 126 of file operations-selection.cc.
bool CControlerGMap::selectNonPlanarFaces | ( | ) |
Definition at line 185 of file operations-selection.cc.
void CControlerGMap::setNextSelectionLevel | ( | int | AIndex = 1 | ) |
Definition at line 49 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 121 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 90 of file operations-selection.cc.
bool CControlerGMap::unmarkAllCurrentSelectionLevel | ( | ) |
Démarque tout les brins pour le niveau de sélection courant.
Definition at line 54 of file operations-selection.cc.