LifeV
|
Compare according to Marker ID. More...
#include <MeshEntityContainer.hpp>
Public Member Functions | |
CompareAccordingToMarker (Policy const &p=std::less< markerID_Type >()) | |
Constructor. More... | |
bool | operator() (MeshEntity const &a, MeshEntity const &b) |
Private Attributes | |
const Policy | M_policy |
Compare according to Marker ID.
It compares according to the Marker of a MeshEntity and it relies on std comparison operators It defaults to std::less<markerID_Type>. We rely on the fact that less<ID>(ID a, ID b) (otherwise the user must supply it).
Definition at line 97 of file MeshEntityContainer.hpp.
|
inline |
Constructor.
The constructor can receive anything which is convertible the chosen policy type. This allows great flexibility (maybe too much!)
Definition at line 105 of file MeshEntityContainer.hpp.
|
inline |
Definition at line 107 of file MeshEntityContainer.hpp.
|
private |
Definition at line 113 of file MeshEntityContainer.hpp.