MEPP2 Project
Typedefs | Functions
utils_are_meshes_identical.hpp File Reference
#include <string>
#include "utils_are_meshes_identical.inl"
Include dependency graph for utils_are_meshes_identical.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef float FloatT
 

Functions

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)
 

Typedef Documentation

◆ FloatT

typedef float FloatT

Definition at line 16 of file utils_are_meshes_identical.hpp.

Function Documentation

◆ are_meshes_equal() [1/3]

bool are_meshes_equal ( std::string  filename_a,
std::string  filename_b,
bool  verbose 
)
inline

Definition at line 925 of file utils_are_meshes_identical.inl.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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

Definition at line 781 of file utils_are_meshes_identical.inl.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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

Definition at line 908 of file utils_are_meshes_identical.inl.

Here is the call graph for this function: