|
politopix
5.0.0
|
Go to the source code of this file.
Classes | |
| class | TrackingOperatorToResult |
| This class stores static function that dispatch the main geometric values we use. More... | |
| class | TrackingBinaryOperation |
| This class stores static function that dispatch the main geometric values we use. More... | |
Typedefs | |
| typedef std::pair< int, int > | operator1_operator2 |
Enumerations | |
| enum | StatusBefore { Operator_UNCHANGED = 0, Operator_MODIFIED = 1, Operator_DELETED = 2, Operator_UNKNOWN = 4 } |
| enum | StatusAfter { Result_UNCHANGED = 0, Result_MODIFIED = 1, Result_CREATED = 2, Result_UNKNOWN = 4 } |
Definition in file Tracking.h.
| typedef std::pair< int, int > operator1_operator2 |
Definition at line 107 of file Tracking.h.
| enum StatusAfter |
| Enumerator | |
|---|---|
| Result_UNCHANGED | |
| Result_MODIFIED | |
| Result_CREATED | |
| Result_UNKNOWN | |
Definition at line 32 of file Tracking.h.
| enum StatusBefore |
| Enumerator | |
|---|---|
| Operator_UNCHANGED | |
| Operator_MODIFIED | |
| Operator_DELETED | |
| Operator_UNKNOWN | |
Definition at line 25 of file Tracking.h.