2 #include "startupMessages.h"
3 #include "paircalc/pcConfig.h"
4 #include "orthog_ctrl/orthoConfig.h"
5 #include "paircalc/pcMapConfig.h"
8 #ifndef PC_CREATION_MANAGER_H
9 #define PC_CREATION_MANAGER_H
37 #endif // PC_CREATION_MANAGER_H
A container for assorted mapping inputs to pass around easily.
Configuration settings for the ortho world.
Author: Eric J Bohm Date Created: June 4th, 2006.
ortho::orthoConfig orthoCfg
The configurations for the ortho instance shared by the two pc arrays.
void build(CkCallback cb, const PCMapConfig &mapCfg)
Dumb structure that holds all the configuration inputs required for paircalc instantiation, functioning and interaction.
Manages the creation of a complete paircalc bubble that includes two paircalc instances (symmetric an...
Author: Eric J Bohm Date Created: May 31, 2006.
paircalc::pcConfig symmCfg
The configs for the symmetric and asymmetric paircalc instances.