Go to the source code of this file.
Functions | |
bool | merge (int ADimension) |
bool | intuitiveMerge () |
bool | mergeColinearEdges () |
bool | mergeCoplanarFaces () |
bool | delNullEdges () |
bool | delFlatFaces () |
bool | delFlatVolumes () |
bool | removeMarkedEdgesWithoutDisconnection () |
bool | shiftAllEdgesIncidentToVertex () |
bool | removeDanglingEdges () |
bool | removeMarkedFacesButKeepBalls () |
bool | contract (int ADimension) |
bool | contextContract () |
bool | insertVertex () |
bool | insertEdge () |
bool | insertFace () |
bool | stopUp (int ADimension) |
bool | intuitiveStopUp () |
bool CControlerGMap::contextContract | ( | ) |
Definition at line 386 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::contract | ( | int | ADimension | ) |
Definition at line 354 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::delFlatFaces | ( | ) |
Definition at line 179 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::delFlatVolumes | ( | ) |
Definition at line 207 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::delNullEdges | ( | ) |
Definition at line 151 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::insertEdge | ( | ) |
Definition at line 450 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::insertFace | ( | ) |
Definition at line 491 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::insertVertex | ( | ) |
Definition at line 424 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::intuitiveMerge | ( | ) |
Definition at line 63 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::intuitiveStopUp | ( | ) |
Definition at line 518 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::merge | ( | int | ADimension | ) |
Definition at line 31 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::mergeColinearEdges | ( | ) |
Definition at line 92 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::mergeCoplanarFaces | ( | ) |
Definition at line 122 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::removeDanglingEdges | ( | ) |
Definition at line 325 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::removeMarkedEdgesWithoutDisconnection | ( | ) |
Definition at line 235 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::removeMarkedFacesButKeepBalls | ( | ) |
Definition at line 265 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::shiftAllEdgesIncidentToVertex | ( | ) |
Definition at line 295 of file operations-merging-insertion-contraction.cc.
bool CControlerGMap::stopUp | ( | int | ADimension | ) |
Definition at line 545 of file operations-merging-insertion-contraction.cc.