![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Relation between two spatial events, holding the from and to action, period and coordinate of the closest points. More...
#include <FMTEventRelation.h>
Public Member Functions | |
| FMTEventRelation (const Spatial::FMTEvent &fromevent, const Spatial::FMTEvent &toevent) | |
| Construct a FMTEventRelation from two events. | |
| bool | operator== (const FMTEventRelation &rhs) const |
| Comparison operator for FMTEventRelation. | |
| size_t | hash () const |
| Hash the event relation. | |
| FMTEventRelation (const FMTEventRelation &rhs)=default | |
| Copy constructor for FMTEventRelation. | |
| FMTEventRelation & | operator= (const FMTEventRelation &rhs)=default |
| Copy assignment operator for FMTEventRelation. | |
| ~FMTEventRelation ()=default | |
| Default destructor for FMTEventRelation. | |
Relation between two spatial events, holding the from and to action, period and coordinate of the closest points.
| Spatial::FMTEventRelation::FMTEventRelation | ( | const Spatial::FMTEvent & | fromevent, |
| const Spatial::FMTEvent & | toevent | ||
| ) |
Construct a FMTEventRelation from two events.
| [in] | fromevent | the from event. |
| [in] | toevent | the to event. |
|
default |
Copy constructor for FMTEventRelation.
| [in] | rhs | the FMTEventRelation to copy. |
|
default |
Default destructor for FMTEventRelation.
| size_t Spatial::FMTEventRelation::hash | ( | ) | const |
Hash the event relation.
|
default |
Copy assignment operator for FMTEventRelation.
| [in] | rhs | the FMTEventRelation to copy. |
| bool Spatial::FMTEventRelation::operator== | ( | const FMTEventRelation & | rhs | ) | const |
Comparison operator for FMTEventRelation.
| [in] | rhs | the FMTEventRelation to compare to. |