#include <patch_kernel.hpp>
Public Member Functions | |
PointPositionLess (double tolerance) | |
bool | operator() (std::array< double, 3 > point_1, std::array< double, 3 > point_2) const |
Public Attributes | |
const double | m_tolerance |
Functional for comparing the position of two points.
To identify the order of the two points, their coordinates will be compared. Before comparing the coordinates, it is necessary check if the two points are coincident within the specified tolerance.
Definition at line 94 of file patch_kernel.hpp.
|
inline |
Definition at line 96 of file patch_kernel.hpp.
|
inline |
Definition at line 103 of file patch_kernel.hpp.
const double bitpit::PatchKernel::PointPositionLess::m_tolerance |
Definition at line 140 of file patch_kernel.hpp.