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