![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <ot_boite_2d.h>
Fonctions membres publiques | |
| BOITE_2D (double xmin, double ymin, double xmax, double ymax) | |
| BOITE_2D (BOITE_2D &mdd) | |
| BOITE_2D (const BOITE_2D &mdd) | |
| virtual | ~BOITE_2D () |
| double | get_xmin (void) |
| double | get_xmax (void) |
| double | get_ymin (void) |
| double | get_ymax (void) |
| BOITE_2D & | operator= (BOITE_2D &boite) |
| BOITE_2D & | operator+ (BOITE_2D &boite) |
| int | operator* (BOITE_2D &boite) |
| int | operator* (const BOITE_2D &boite) |
| double | get_rayon (void) |
| void | get_centre (double *coo) |
Attributs privés | |
| double | x |
| double | y |
| double | dx |
| double | dy |
Définition à la ligne 28 du fichier ot_boite_2d.h.
| BOITE_2D::BOITE_2D | ( | double | xmin, |
| double | ymin, | ||
| double | xmax, | ||
| double | ymax | ||
| ) |
Définition à la ligne 31 du fichier ot_boite_2d.cpp.
| BOITE_2D::BOITE_2D | ( | BOITE_2D & | mdd | ) |
Définition à la ligne 34 du fichier ot_boite_2d.cpp.
| BOITE_2D::BOITE_2D | ( | const BOITE_2D & | mdd | ) |
Définition à la ligne 37 du fichier ot_boite_2d.cpp.
|
virtual |
Définition à la ligne 41 du fichier ot_boite_2d.cpp.
| void BOITE_2D::get_centre | ( | double * | coo | ) |
| double BOITE_2D::get_rayon | ( | void | ) |
Définition à la ligne 86 du fichier ot_boite_2d.cpp.
Référencé par MG_GEOMETRIE_OUTILS::calcule_distance_contour_face_uv().


| double BOITE_2D::get_xmax | ( | void | ) |
Définition à la ligne 50 du fichier ot_boite_2d.cpp.
Référencé par TPL_QUADTREE< A, CONDITION >::cree_fils(), TPL_QUADTREE< A, CONDITION >::initialiser(), TOIBREP::levelsetn(), TPL_QUADTREE< A, CONDITION >::parcourir(), et TPL_QUADTREE< A, CONDITION >::rechercher().

| double BOITE_2D::get_xmin | ( | void | ) |
Définition à la ligne 45 du fichier ot_boite_2d.cpp.
Références x.
Référencé par TPL_QUADTREE< A, CONDITION >::cree_fils(), TPL_QUADTREE< A, CONDITION >::initialiser(), TOIBREP::levelsetn(), TPL_QUADTREE< A, CONDITION >::parcourir(), et TPL_QUADTREE< A, CONDITION >::rechercher().

| double BOITE_2D::get_ymax | ( | void | ) |
Définition à la ligne 60 du fichier ot_boite_2d.cpp.
Référencé par TPL_QUADTREE< A, CONDITION >::cree_fils(), TPL_QUADTREE< A, CONDITION >::initialiser(), TOIBREP::levelsetn(), TPL_QUADTREE< A, CONDITION >::parcourir(), et TPL_QUADTREE< A, CONDITION >::rechercher().

| double BOITE_2D::get_ymin | ( | void | ) |
Définition à la ligne 55 du fichier ot_boite_2d.cpp.
Références y.
Référencé par TPL_QUADTREE< A, CONDITION >::cree_fils(), TPL_QUADTREE< A, CONDITION >::initialiser(), TOIBREP::levelsetn(), TPL_QUADTREE< A, CONDITION >::parcourir(), et TPL_QUADTREE< A, CONDITION >::rechercher().

| int BOITE_2D::operator* | ( | BOITE_2D & | boite | ) |
| int BOITE_2D::operator* | ( | const BOITE_2D & | boite | ) |
|
private |
Définition à la ligne 51 du fichier ot_boite_2d.h.
Référencé par get_centre(), get_rayon(), get_xmax(), operator*(), operator+(), et operator=().
|
private |
Définition à la ligne 52 du fichier ot_boite_2d.h.
Référencé par get_centre(), get_rayon(), get_ymax(), operator*(), operator+(), et operator=().
|
private |
Définition à la ligne 49 du fichier ot_boite_2d.h.
Référencé par get_centre(), get_xmax(), get_xmin(), operator*(), operator+(), et operator=().
|
private |
Définition à la ligne 50 du fichier ot_boite_2d.h.
Référencé par get_centre(), get_ymax(), get_ymin(), operator*(), operator+(), et operator=().