| version 1.3 | version 1.4 | ||
|---|---|---|---|
|
| ||
| #include "Box.h" | #include "Box.h" | ||
| #include "OwnerBox.h" | #include "OwnerBox.h" | ||
| #include "PositionBox.h" | |||
| #include "PositionOwnerBox.h" | |||
| class Patch; | class Patch; | ||
| class HomePatch; | class HomePatch; | ||
|
| ||
| private: | private: | ||
| PatchID patchID; | PatchID patchID; | ||
| PositionBox<Patch> *positionBox; | Box<Patch,CompAtom> *positionBox; | ||
| Box<Patch,Results> *forceBox; | Box<Patch,Results> *forceBox; | ||
| }; | }; |
Legend:
| ||||||