#include <patch_kernel.hpp>
Public Member Functions | |
VertexPositionLess (const PatchKernel &patch) | |
bool | operator() (long id_1, long id_2) const |
Public Attributes | |
const PatchKernel & | m_patch |
Functional for comparing the position of two vertices.
The comparison is made with respect to the vertex coordinates.
Definition at line 148 of file patch_kernel.hpp.
|
inline |
Definition at line 150 of file patch_kernel.hpp.
|
inline |
Definition at line 157 of file patch_kernel.hpp.
const PatchKernel& bitpit::PatchKernel::VertexPositionLess::m_patch |
Definition at line 169 of file patch_kernel.hpp.