66 for (std::vector<DLY_TETRA*>::iterator it=
lsttet.begin();it!=
lsttet.end();it++)
67 if ((*it)==tet)
return 1;
return 0;
82 double xyz1[3],xyz2[3],xyz3[3];
86 double xyz[3]={x,y,z};
95 if (fabs(ps)<0.0000000001) resultat=1;
104 for (
int j=0;j<
lsttet.size();j++)
105 if ((
lsttet[j])->get_feuille()==1) nbtetra++;