![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator to find a FMTOperatingArea with std::find_if when operating areas are in an stl container. More...
#include <FMTOperatingArea.h>
Public Member Functions | |
| FMTOperatingAreaComparator (const Core::FMTMask &lmask) | |
| Construct the comparator from a mask reference. | |
| FMTOperatingAreaComparator (const FMTOperatingArea &oparea) | |
| Construct the comparator from an operating area. | |
| bool | operator() (const FMTOperatingArea &oparea) const |
| Comparator for FMTOperatingArea. | |
Comparator to find a FMTOperatingArea with std::find_if when operating areas are in an stl container.
| Heuristics::FMTOperatingAreaComparator::FMTOperatingAreaComparator | ( | const Core::FMTMask & | lmask | ) |
Construct the comparator from a mask reference.
| [in] | lmask | the mask. |
| Heuristics::FMTOperatingAreaComparator::FMTOperatingAreaComparator | ( | const FMTOperatingArea & | oparea | ) |
Construct the comparator from an operating area.
| [in] | oparea | the operating area. |
| bool Heuristics::FMTOperatingAreaComparator::operator() | ( | const FMTOperatingArea & | oparea | ) | const |
Comparator for FMTOperatingArea.
| [in] | oparea | the operating area to compare to. |