![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <ctvol_noeud.h>

Fonctions membres publiques | |
| CTVOL_NOEUD (class MG_NOEUD *noeud) | |
| ~CTVOL_NOEUD () | |
| class MG_NOEUD * | get_noeud (void) |
| double | get_densite (void) |
| void | change_densite (double dens) |
| long | get_id () |
| void | incremente_nb_segment (int nb=1) |
| int | get_nb_segment (void) |
Attributs privés | |
| class MG_NOEUD * | mgnoeud |
| double | densite |
| int | nb_segment_connecte |
Définition à la ligne 28 du fichier ctvol_noeud.h.
| CTVOL_NOEUD::CTVOL_NOEUD | ( | class MG_NOEUD * | noeud | ) |
Définition à la ligne 35 du fichier ctvol_noeud.cpp.
| CTVOL_NOEUD::~CTVOL_NOEUD | ( | ) |
Définition à la ligne 39 du fichier ctvol_noeud.cpp.
| void CTVOL_NOEUD::change_densite | ( | double | dens | ) |
Définition à la ligne 53 du fichier ctvol_noeud.cpp.
Références densite.
Référencé par FCT_TAILLE_VOLUME::creer_frontiere_plus().

| double CTVOL_NOEUD::get_densite | ( | void | ) |
Définition à la ligne 48 du fichier ctvol_noeud.cpp.
Références densite.
Référencé par FCT_TAILLE_VOLUME::creer_frontiere_plus(), et FCT_TAILLE_VOLUME::evaluer().

| long CTVOL_NOEUD::get_id | ( | void | ) |
Définition à la ligne 58 du fichier ctvol_noeud.cpp.
Références MG_IDENTIFICATEUR::get_id(), et mgnoeud.

| int CTVOL_NOEUD::get_nb_segment | ( | void | ) |
Définition à la ligne 69 du fichier ctvol_noeud.cpp.
Références nb_segment_connecte.
Référencé par FCT_TAILLE_VOLUME::creer_frontiere_plus().

| class MG_NOEUD * CTVOL_NOEUD::get_noeud | ( | void | ) |
Définition à la ligne 43 du fichier ctvol_noeud.cpp.
Références mgnoeud.
Référencé par FCT_TAILLE_VOLUME::evaluer(), et FCT_TAILLE_VOLUME::noeud_est_triangle().

| void CTVOL_NOEUD::incremente_nb_segment | ( | int | nb = 1 | ) |
Définition à la ligne 64 du fichier ctvol_noeud.cpp.
Références nb_segment_connecte.
Référencé par FCT_TAILLE_VOLUME::creer_frontiere_plus().

|
private |
Définition à la ligne 48 du fichier ctvol_noeud.h.
Référencé par change_densite(), et get_densite().
|
private |
Définition à la ligne 47 du fichier ctvol_noeud.h.
Référencé par get_id(), et get_noeud().
|
private |
Définition à la ligne 49 du fichier ctvol_noeud.h.
Référencé par get_nb_segment(), et incremente_nb_segment().