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

Fonctions membres publiques | |
| CovertexCriteria (MG_COSOMMET *__covertex, double __meshSize) | |
| bool | IsTouchingVertex (MCVertex *__mcVertex) const |
| MG_COSOMMET * | GetTouchingCovertex () const |
| MG_COSOMMET * | GetCovertex () const |
| MCEdge * | GetEdge () const |
| double | GetLength () const |
| OT_VECTEUR_3D | GetPoint () const |
Attributs privés | |
| MG_COSOMMET * | _covertex |
| MG_COSOMMET * | _touchingCovertex |
| double | _lengthToOppositeVertex |
| OT_VECTEUR_3D | _offsetPoint |
| double | _offsetT |
| double | _meshSize |
| double | _length |
Définition à la ligne 37 du fichier CAD4FE_CoVertexCriteria.h.
| CovertexCriteria::CovertexCriteria | ( | MG_COSOMMET * | __covertex, |
| double | __meshSize | ||
| ) |
Définition à la ligne 42 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _covertex, _length, _meshSize, _offsetPoint, _offsetT, _touchingCovertex, CAD4FE::PolyCurve::evaluer(), MG_COSOMMET::get_arete(), MG_ARETE::get_cosommet1(), MG_ARETE::get_cosommet2(), MG_ARETE::get_courbe(), CAD4FE::PolyCurve::get_longueur(), MG_COSOMMET::get_t(), MG_ARETE::get_tmax(), et MG_ARETE::get_tmin().

| MG_COSOMMET * CovertexCriteria::GetCovertex | ( | ) | const |
Définition à la ligne 67 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _covertex.
| MCEdge * CovertexCriteria::GetEdge | ( | ) | const |
Définition à la ligne 72 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _covertex, et MG_COSOMMET::get_arete().

| double CovertexCriteria::GetLength | ( | ) | const |
Définition à la ligne 87 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _length.
Référencé par CAD4FE::VertexCriteria::UpdateShapeCriteria().

| OT_VECTEUR_3D CovertexCriteria::GetPoint | ( | ) | const |
Définition à la ligne 92 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _offsetPoint.
| MG_COSOMMET * CovertexCriteria::GetTouchingCovertex | ( | ) | const |
Définition à la ligne 82 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _touchingCovertex.
| bool CovertexCriteria::IsTouchingVertex | ( | MCVertex * | __mcVertex | ) | const |
Définition à la ligne 77 du fichier CAD4FE_CoVertexCriteria.cpp.
Références _touchingCovertex, et MG_COSOMMET::get_sommet().

|
private |
Définition à la ligne 47 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria(), GetCovertex(), et GetEdge().
|
private |
Définition à la ligne 53 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria(), et GetLength().
|
private |
Définition à la ligne 49 du fichier CAD4FE_CoVertexCriteria.h.
|
private |
Définition à la ligne 52 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria().
|
private |
Définition à la ligne 50 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria(), et GetPoint().
|
private |
Définition à la ligne 51 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria().
|
private |
Définition à la ligne 48 du fichier CAD4FE_CoVertexCriteria.h.
Référencé par CovertexCriteria(), GetTouchingCovertex(), et IsTouchingVertex().