#include <MeshCut_Cube.hxx>
Public Member Functions | |
| Cube (float _x0, float _x1, float _y0, float _y1, float _z0, float _z1) | |
| bool | disjoint (Cube *c2) |
| bool | contientNoeud (int ngnoeud, Maillage *MAILLAGE) |
| void | affichage () |
Data Fields | |
| float | x0 |
| float | x1 |
| float | y0 |
| float | y1 |
| float | z0 |
| float | z1 |
Definition at line 27 of file MeshCut_Cube.hxx.
| Cube::Cube | ( | float | _x0, |
| float | _x1, | ||
| float | _y0, | ||
| float | _y1, | ||
| float | _z0, | ||
| float | _z1 | ||
| ) |
Definition at line 27 of file MeshCut_Cube.cxx.
References ex29_refine.x0, ex29_refine.x1, SMESH_fixation.y0, SMESH_fixation.y1, SMESH_fixation.z0, and SMESH_fixation.z1.
| void Cube::affichage | ( | ) |
Definition at line 50 of file MeshCut_Cube.cxx.
References ex29_refine.x0, ex29_refine.x1, SMESH_fixation.y0, SMESH_fixation.y1, SMESH_fixation.z0, and SMESH_fixation.z1.
Definition at line 42 of file MeshCut_Cube.cxx.
References ex13_hole1partial.x, ex29_refine.x0, MESHCUT.Maillage.XX, ex13_hole1partial.y, SMESH_fixation.y0, MESHCUT.Maillage.YY, SMESH_fixation.z0, SMESH_fixation.z1, and MESHCUT.Maillage.ZZ.
Definition at line 37 of file MeshCut_Cube.cxx.
References ex29_refine.x0, MESHCUT.Cube.x1, SMESH_fixation.y0, MESHCUT.Cube.y1, SMESH_fixation.z0, and MESHCUT.Cube.z1.
| float MESHCUT.Cube.x0 |
Definition at line 30 of file MeshCut_Cube.hxx.
| float MESHCUT.Cube.x1 |
Definition at line 30 of file MeshCut_Cube.hxx.
Referenced by MESHCUT.Cube.disjoint().
| float MESHCUT.Cube.y0 |
Definition at line 30 of file MeshCut_Cube.hxx.
| float MESHCUT.Cube.y1 |
Definition at line 30 of file MeshCut_Cube.hxx.
Referenced by MESHCUT.Cube.disjoint().
| float MESHCUT.Cube.z0 |
Definition at line 30 of file MeshCut_Cube.hxx.
| float MESHCUT.Cube.z1 |
Definition at line 30 of file MeshCut_Cube.hxx.
Referenced by MESHCUT.Cube.disjoint().