Stride Reference Manual
- generated for commit 9643b11
|
#include "contact/ContactType.h"
#include "contact/ContactPool.h"
#include "geopop/GeoGridConfig.h"
#include "util/LogUtils.h"
#include "util/RnMan.h"
#include <spdlog/logger.h>
Go to the source code of this file.
Classes | |
class | geopop::Populator< ID > |
Populator uses geo & pop data to populate ContactPools in the GeoGrid. More... | |
Namespaces | |
geopop | |
Namespace for the geographic and demograhic classes. | |
Typedefs | |
using | geopop::K12SchoolPopulator = Populator< stride::ContactType::Id::K12School > |
using | geopop::CollegePopulator = Populator< stride::ContactType::Id::College > |
using | geopop::WorkplacePopulator = Populator< stride::ContactType::Id::Workplace > |
using | geopop::HouseholdPopulator = Populator< stride::ContactType::Id::Household > |
using | geopop::PrimaryCommunityPopulator = Populator< stride::ContactType::Id::PrimaryCommunity > |
using | geopop::SecondaryCommunityPopulator = Populator< stride::ContactType::Id::SecondaryCommunity > |