#include <patch_kernel.hpp>
Public Member Functions | |
CellPositionLess (const PatchKernel &patch, bool native=true) | |
bool | operator() (long id_1, long id_2) const |
Public Attributes | |
bool | m_native |
const PatchKernel & | m_patch |
Functional for comparing the position of two cells.
The comparison is made with respect to the cell centroid.
Definition at line 195 of file patch_kernel.hpp.
|
inline |
Definition at line 197 of file patch_kernel.hpp.
|
inline |
Definition at line 204 of file patch_kernel.hpp.
bool bitpit::PatchKernel::CellPositionLess::m_native |
Definition at line 224 of file patch_kernel.hpp.
const PatchKernel& bitpit::PatchKernel::CellPositionLess::m_patch |
Definition at line 223 of file patch_kernel.hpp.