

Go to the source code of this file.
Namespaces | |
| namespace | MESHCUT |
Variables | |
| std::map< std::string, int > | MESHCUT::intersections |
| Table des points d'intersection calculés. More... | |
| int | MESHCUT::indexNouvellesMailles |
| int | MESHCUT::indexNouveauxNoeuds |
| int | MESHCUT::offsetMailles |
| std::string | MESHCUT::str_id_GMplus |
| std::string | MESHCUT::str_id_GMmoins |
| Maillage * | MESHCUT::MAILLAGE1 |
| Maillage * | MESHCUT::MAILLAGE2 |
| std::vector< float > | MESHCUT::newXX |
| std::vector< float > | MESHCUT::newYY |
| std::vector< float > | MESHCUT::newZZ |
| std::map< TYPE_MAILLE, std::vector< int > > | MESHCUT::newCNX |
| std::map< TYPE_MAILLE, int > | MESHCUT::cptNouvellesMailles |
| std::map< TYPE_MAILLE, std::vector< int > > | MESHCUT::GMplus |
| std::map< TYPE_MAILLE, std::vector< int > > | MESHCUT::GMmoins |
| std::vector< int > | MESHCUT::cutTetras |
| float * | MESHCUT::DNP |
| Distance Noeud Plan. More... | |
| int * | MESHCUT::POSN |
| Version -1/0/+1 du précédent, selon epsilon. More... | |
| std::string | MESHCUT::str_id_maillagenew |
| float | MESHCUT::normale [3] |
| float | MESHCUT::pointPlan [3] |
| Définition du plan de coupe. More... | |
| float | MESHCUT::d |
| coefficient constant de l'équation du plan de coupe More... | |
| float | MESHCUT::epsilon |
| distance en dessous de laquelle un point est considéré comme appartenant au plan de coupe More... | |
| bool | MESHCUT::debug |
| int | MESHCUT::Naretes |