politopix  4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Tracking.h File Reference
This graph shows which files directly or indirectly include this file:

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 }
 

Detailed Description

Typedef Documentation

typedef std::pair< int, int > operator1_operator2

Definition at line 107 of file Tracking.h.

Enumeration Type Documentation

Enumerator
Result_UNCHANGED 
Result_MODIFIED 
Result_CREATED 
Result_UNKNOWN 

Definition at line 32 of file Tracking.h.

Enumerator
Operator_UNCHANGED 
Operator_MODIFIED 
Operator_DELETED 
Operator_UNKNOWN 

Definition at line 25 of file Tracking.h.