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

Public Member Functions

 Vertex (const Point &point, const std::vector< FloatT > &attributes)
 
Vertexoperator= (const Vertex &other)
 
bool operator< (const Vertex &other) const
 
bool isequalto (const Vertex &other, FloatT geom_threshold, FloatT attr_threshold, bool relative_thresholds, ErrorContainer *errors_log=NULL) const
 
bool operator== (const Vertex &other) const
 

Public Attributes

Point m_point
 
std::vector< FloatTm_attributes
 

Detailed Description

Definition at line 175 of file utils_are_meshes_identical.inl.

Constructor & Destructor Documentation

◆ Vertex()

are_meshes_identical::Vertex::Vertex ( const Point point,
const std::vector< FloatT > &  attributes 
)
inline

Definition at line 178 of file utils_are_meshes_identical.inl.

Member Function Documentation

◆ isequalto()

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

Definition at line 203 of file utils_are_meshes_identical.inl.

Here is the call graph for this function:

◆ operator<()

bool are_meshes_identical::Vertex::operator< ( const Vertex other) const
inline

Definition at line 192 of file utils_are_meshes_identical.inl.

◆ operator=()

Vertex& are_meshes_identical::Vertex::operator= ( const Vertex other)
inline

Definition at line 184 of file utils_are_meshes_identical.inl.

◆ operator==()

bool are_meshes_identical::Vertex::operator== ( const Vertex other) const
inline

Definition at line 221 of file utils_are_meshes_identical.inl.

Member Data Documentation

◆ m_attributes

std::vector< FloatT > are_meshes_identical::Vertex::m_attributes

Definition at line 228 of file utils_are_meshes_identical.inl.

◆ m_point

Point are_meshes_identical::Vertex::m_point

Definition at line 227 of file utils_are_meshes_identical.inl.


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