|
void | AddChange (double date, int hydroUnitId, const string &landCoverName, double area) |
|
bool | Apply (double date) override |
|
int | GetChangesNb () |
|
int | GetLandCoversNb () |
|
void | Reset () |
|
int | GetIndexForInsertion (double date) |
|
void | SetManager (BehavioursManager *manager) |
|
vecDouble | GetDates () |
|
int | GetItemsNb () |
|
void | IncrementCursor () |
|
|
vecInt | m_hydroUnitIds |
|
vecInt | m_landCoverIds |
|
vecStr | m_landCoverNames |
|
vecDouble | m_areas |
|
BehavioursManager * | m_manager |
|
int | m_cursor |
|
vecDouble | m_dates |
|
◆ Apply()
bool BehaviourLandCoverChange::Apply |
( |
double | date | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/core/src/behaviours/BehaviourLandCoverChange.h
- /github/workspace/core/src/behaviours/BehaviourLandCoverChange.cpp