|
RepastHPC
2.3.1
|
Struct within which multiple kinds of shared space are typedef-ed. More...
#include <SharedSpaces.h>
Public Types | |
| typedef SharedDiscreteSpace< T, WrapAroundBorders, SimpleAdder< T > > | SharedWrappedDiscreteSpace |
| Discrete grid space with periodic (toroidal) borders. More... | |
| typedef SharedDiscreteSpace< T, StrictBorders, SimpleAdder< T > > | SharedStrictDiscreteSpace |
| Discrete grid space with strict borders. More... | |
| typedef SharedContinuousSpace< T, WrapAroundBorders, SimpleAdder< T > > | SharedWrappedContinuousSpace |
| Continuous space with periodic (toroidal) borders. More... | |
| typedef SharedContinuousSpace< T, StrictBorders, SimpleAdder< T > > | SharedStrictContinuousSpace |
| Continuous space with strict borders. More... | |
Struct within which multiple kinds of shared space are typedef-ed.
| typedef SharedContinuousSpace<T, StrictBorders, SimpleAdder<T> > repast::SharedSpaces< T >::SharedStrictContinuousSpace |
Continuous space with strict borders.
Any added agents are not given a location, but are in "grid limbo" until moved via a grid move call.
| typedef SharedDiscreteSpace<T, StrictBorders, SimpleAdder<T> > repast::SharedSpaces< T >::SharedStrictDiscreteSpace |
Discrete grid space with strict borders.
Any added agents are not given a location, but are in "grid limbo" until moved via a grid move call.
| typedef SharedContinuousSpace<T, WrapAroundBorders, SimpleAdder<T> > repast::SharedSpaces< T >::SharedWrappedContinuousSpace |
Continuous space with periodic (toroidal) borders.
Any added agents are not given a location, but are in "grid limbo" until moved via a grid move call.
| typedef SharedDiscreteSpace<T, WrapAroundBorders, SimpleAdder<T> > repast::SharedSpaces< T >::SharedWrappedDiscreteSpace |
Discrete grid space with periodic (toroidal) borders.
Any added agents are not given a location, but are in "grid limbo" until moved via a grid move call.
1.8.17