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

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

#include <Spaces.h>

Public Types

typedef BaseGrid< T, SingleOccupancy< T, int >, StrictBorders, SimpleAdder< T >, int > SingleStrictDiscreteSpace
 
typedef BaseGrid< T, SingleOccupancy< T, int >, WrapAroundBorders, SimpleAdder< T >, int > SingleWrappedDiscreteSpace
 
typedef BaseGrid< T, MultipleOccupancy< T, int >, StrictBorders, SimpleAdder< T >, int > MultipleStrictDiscreteSpace
 
typedef BaseGrid< T, MultipleOccupancy< T, int >, WrapAroundBorders, SimpleAdder< T >, int > MultipleWrappedDiscreteSpace
 
typedef BaseGrid< T, SingleOccupancy< T, double >, StrictBorders, SimpleAdder< T >, double > SingleStrictContinuousSpace
 
typedef BaseGrid< T, SingleOccupancy< T, double >, WrapAroundBorders, SimpleAdder< T >, double > SingleWrappedContinuousSpace
 
typedef BaseGrid< T, MultipleOccupancy< T, double >, StrictBorders, SimpleAdder< T >, double > MultipleStrictContinuousSpace
 
typedef BaseGrid< T, MultipleOccupancy< T, double >, WrapAroundBorders, SimpleAdder< T >, double > MultipleWrappedContinuousSpace
 

Detailed Description

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

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


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