Go to the source code of this file.
|
bool | are_meshes_equal (std::string filename_a, std::string filename_b, bool verbose) |
|
bool | are_meshes_equal (std::string filename_a, std::string filename_b, bool verbose, FloatT threshold, bool relative_threshold) |
|
bool | are_meshes_equal (std::string filename_a, std::string filename_b, bool verbose, FloatT geom_threshold, FloatT attr_threshold, bool relative_thresholds) |
|
◆ FloatT
◆ are_meshes_equal() [1/3]
bool are_meshes_equal |
( |
std::string |
filename_a, |
|
|
std::string |
filename_b, |
|
|
bool |
verbose |
|
) |
| |
|
inline |
◆ are_meshes_equal() [2/3]
bool are_meshes_equal |
( |
std::string |
filename_a, |
|
|
std::string |
filename_b, |
|
|
bool |
verbose, |
|
|
FloatT |
geom_threshold, |
|
|
FloatT |
attr_threshold, |
|
|
bool |
relative_thresholds |
|
) |
| |
|
inline |
◆ are_meshes_equal() [3/3]
bool are_meshes_equal |
( |
std::string |
filename_a, |
|
|
std::string |
filename_b, |
|
|
bool |
verbose, |
|
|
FloatT |
threshold, |
|
|
bool |
relative_threshold |
|
) |
| |
|
inline |