RepastHPC  2.3.1
Public Types | List of all members
repast::SharedSpaces< T > Struct Template Reference

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...
 

Detailed Description

template<typename T>
struct repast::SharedSpaces< T >

Struct within which multiple kinds of shared space are typedef-ed.

Member Typedef Documentation

◆ 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.

◆ 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.

◆ 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.

◆ 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.


The documentation for this struct was generated from the following file: