#include <vertex.hpp>
Public Member Functions | |
Less (double tolerance) | |
bool | operator() (const std::array< double, 3 > &coords_1, const std::array< double, 3 > &coords_2) const |
bool | operator() (const Vertex &vertex_1, const Vertex &vertex_2) const |
bool | operator() (const Vertex *vertex_1, const Vertex *vertex_2) const |
Functional for comparing the position of two vertices.
Definition at line 59 of file vertex.hpp.
|
inline |
Definition at line 61 of file vertex.hpp.
|
inline |
Definition at line 76 of file vertex.hpp.
|
inline |
Definition at line 66 of file vertex.hpp.
|
inline |
Definition at line 71 of file vertex.hpp.