Loading...
Searching...
No Matches
bitpit::Vertex::Less Struct Reference
#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 |
Detailed Description
Functional for comparing the position of two vertices.
Definition at line 59 of file vertex.hpp.
Constructor & Destructor Documentation
◆ Less()
|
inline |
Definition at line 61 of file vertex.hpp.
Member Function Documentation
◆ operator()() [1/3]
|
inline |
Definition at line 76 of file vertex.hpp.
◆ operator()() [2/3]
|
inline |
Definition at line 66 of file vertex.hpp.
◆ operator()() [3/3]
|
inline |
Definition at line 71 of file vertex.hpp.
The documentation for this struct was generated from the following file:
- src/patchkernel/vertex.hpp
