Version: 8.3.0
MESHCUT::Cube Class Reference

#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
 

Constructor & Destructor Documentation

Cube::Cube ( float  _x0,
float  _x1,
float  _y0,
float  _y1,
float  _z0,
float  _z1 
)

Member Function Documentation

void Cube::affichage ( )
bool Cube::contientNoeud ( int  ngnoeud,
Maillage MAILLAGE 
)
bool Cube::disjoint ( Cube c2)

References x1, y1, and z1.

Field Documentation

float MESHCUT::Cube::x0
float MESHCUT::Cube::x1

Referenced by disjoint().

float MESHCUT::Cube::y0
float MESHCUT::Cube::y1

Referenced by disjoint().

float MESHCUT::Cube::z0
float MESHCUT::Cube::z1

Referenced by disjoint().