Version: 9.12.0
MESHCUT::Carre Class Reference

#include <MeshCut_Carre.hxx>

Public Member Functions

 Carre (float _x0, float _x1, float _y0, float _y1)
 
bool disjoint (Carre *c2)
 
bool contientNoeud (int ngnoeud, Maillage *MAILLAGE)
 
void affichage ()
 

Data Fields

float x0
 
float x1
 
float y0
 
float y1
 

Constructor & Destructor Documentation

◆ Carre()

Carre::Carre ( float  _x0,
float  _x1,
float  _y0,
float  _y1 
)

Member Function Documentation

◆ affichage()

void Carre::affichage ( )

◆ contientNoeud()

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

◆ disjoint()

bool Carre::disjoint ( Carre c2)

References x1, and y1.

Field Documentation

◆ x0

float MESHCUT::Carre::x0

◆ x1

float MESHCUT::Carre::x1

Referenced by disjoint().

◆ y0

float MESHCUT::Carre::y0

◆ y1

float MESHCUT::Carre::y1

Referenced by disjoint().