Loading...
Searching...
No Matches
bitpit::PatchKernel::VertexPositionLess Struct Reference
#include <patch_kernel.hpp>
Inheritance diagram for bitpit::PatchKernel::VertexPositionLess:

Collaboration diagram for bitpit::PatchKernel::VertexPositionLess:

Public Member Functions | |
VertexPositionLess (const PatchKernel &patch) | |
bool | operator() (long id_1, long id_2) const |
Public Attributes | |
const PatchKernel & | m_patch |
Detailed Description
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.
Constructor & Destructor Documentation
◆ VertexPositionLess()
|
inline |
Definition at line 150 of file patch_kernel.hpp.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 157 of file patch_kernel.hpp.
Member Data Documentation
◆ m_patch
const PatchKernel& bitpit::PatchKernel::VertexPositionLess::m_patch |
Definition at line 169 of file patch_kernel.hpp.
The documentation for this struct was generated from the following file:
- src/patchkernel/patch_kernel.hpp
