Version: 9.16.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::Cube ( float  _x0,
float  _x1,
float  _y0,
float  _y1,
float  _z0,
float  _z1 
)

References x0, x1, y0, y1, z0, and z1.

Member Function Documentation

◆ affichage()

void Cube::affichage ( )

References x0, x1, y0, y1, z0, and z1.

◆ contientNoeud()

bool Cube::contientNoeud ( int  ngnoeud,
Maillage MAILLAGE 
)

◆ disjoint()

bool Cube::disjoint ( Cube c2)

References x0, x1, y0, y1, z0, and z1.

Field Documentation

◆ x0

float MESHCUT::Cube::x0

◆ x1

float MESHCUT::Cube::x1

Referenced by affichage(), Cube(), and disjoint().

◆ y0

float MESHCUT::Cube::y0

◆ y1

float MESHCUT::Cube::y1

Referenced by affichage(), Cube(), and disjoint().

◆ z0

float MESHCUT::Cube::z0

◆ z1

float MESHCUT::Cube::z1