MEPP2 Project
Public Member Functions | Protected Attributes | List of all members
are_meshes_identical::Mesh Class Reference
Collaboration diagram for are_meshes_identical::Mesh:
Collaboration graph

Public Member Functions

void load (std::ifstream &file, int vertices_nbr, int faces_nbr)
 
void display (void)
 
bool isequalto (const Mesh &other, FloatT geom_threshold, FloatT attr_threshold, bool relative_thresholds, ErrorContainer *errors_log=NULL)
 

Protected Attributes

int m_verticesNbr
 
int m_facesNbr
 
std::multiset< Vertexm_vertices
 
std::multiset< Facem_faces
 

Detailed Description

Definition at line 420 of file utils_are_meshes_identical.inl.

Member Function Documentation

◆ display()

void are_meshes_identical::Mesh::display ( void  )
inline

Definition at line 520 of file utils_are_meshes_identical.inl.

Here is the caller graph for this function:

◆ isequalto()

bool are_meshes_identical::Mesh::isequalto ( const Mesh other,
FloatT  geom_threshold,
FloatT  attr_threshold,
bool  relative_thresholds,
ErrorContainer errors_log = NULL 
)
inline

Definition at line 578 of file utils_are_meshes_identical.inl.

Here is the caller graph for this function:

◆ load()

void are_meshes_identical::Mesh::load ( std::ifstream &  file,
int  vertices_nbr,
int  faces_nbr 
)
inline

Definition at line 443 of file utils_are_meshes_identical.inl.

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

Member Data Documentation

◆ m_faces

std::multiset< Face > are_meshes_identical::Mesh::m_faces
protected

Definition at line 438 of file utils_are_meshes_identical.inl.

◆ m_facesNbr

int are_meshes_identical::Mesh::m_facesNbr
protected

Definition at line 436 of file utils_are_meshes_identical.inl.

◆ m_vertices

std::multiset< Vertex > are_meshes_identical::Mesh::m_vertices
protected

Definition at line 437 of file utils_are_meshes_identical.inl.

◆ m_verticesNbr

int are_meshes_identical::Mesh::m_verticesNbr
protected

Definition at line 435 of file utils_are_meshes_identical.inl.


The documentation for this class was generated from the following file: