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

Public Member Functions

 Point (FloatT x=0, FloatT y=0, FloatT z=0)
 
bool operator< (const Point &p) const
 
bool isequalto (const Point &p, FloatT geom_threshold, bool relative_threshold, ErrorContainer *errors_log=NULL) const
 
bool operator== (const Point &p) const
 

Public Attributes

FloatT m_x
 
FloatT m_y
 
FloatT m_z
 

Detailed Description

Definition at line 59 of file utils_are_meshes_identical.inl.

Constructor & Destructor Documentation

◆ Point()

are_meshes_identical::Point::Point ( FloatT  x = 0,
FloatT  y = 0,
FloatT  z = 0 
)
inline

Definition at line 62 of file utils_are_meshes_identical.inl.

Member Function Documentation

◆ isequalto()

bool are_meshes_identical::Point::isequalto ( const Point p,
FloatT  geom_threshold,
bool  relative_threshold,
ErrorContainer errors_log = NULL 
) const
inline

Definition at line 90 of file utils_are_meshes_identical.inl.

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

◆ operator<()

bool are_meshes_identical::Point::operator< ( const Point p) const
inline

Definition at line 69 of file utils_are_meshes_identical.inl.

◆ operator==()

bool are_meshes_identical::Point::operator== ( const Point p) const
inline

Definition at line 154 of file utils_are_meshes_identical.inl.

Member Data Documentation

◆ m_x

FloatT are_meshes_identical::Point::m_x

Definition at line 161 of file utils_are_meshes_identical.inl.

◆ m_y

FloatT are_meshes_identical::Point::m_y

Definition at line 161 of file utils_are_meshes_identical.inl.

◆ m_z

FloatT are_meshes_identical::Point::m_z

Definition at line 161 of file utils_are_meshes_identical.inl.


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