# | Line 127 | Line 127 | namespace oopse{ | |
---|---|---|
127 | void setLocalIndex(int index) { | |
128 | localIndex_ = index; | |
129 | } | |
130 | + | |
131 | + | int getGlobalIntegrableObjectIndex(){ |
132 | + | return globalIntegrableObjectIndex_; |
133 | + | } |
134 | + | void setGlobalIntegrableObjectIndex(int index) { |
135 | + | globalIntegrableObjectIndex_ = index; |
136 | + | } |
137 | ||
138 | /** | |
139 | * Sets the Snapshot Manager of this stuntdouble | |
# | Line 932 | Line 939 | namespace oopse{ | |
939 | ||
940 | ||
941 | int globalIndex_; | |
942 | + | int globalIntegrableObjectIndex_; |
943 | int localIndex_; | |
944 | ||
945 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |