MeshKit
1.0
|
stores intersection distances More...
#include <EBMesher.hpp>
Public Member Functions | |
IntersectDist () | |
IntersectDist (double d, int i) | |
Public Attributes | |
double | distance |
int | index |
stores intersection distances
Definition at line 59 of file EBMesher.hpp.
IntersectDist | ( | ) | [inline] |
Definition at line 63 of file EBMesher.hpp.
IntersectDist | ( | double | d, |
int | i | ||
) | [inline] |
Definition at line 65 of file EBMesher.hpp.
double distance |
Definition at line 60 of file EBMesher.hpp.
int index |
Definition at line 61 of file EBMesher.hpp.