Stride Reference Manual
- generated for commit 9643b11
|
#include "contact/ContactType.h"
#include "geopop/GeoGridConfig.h"
#include "geopop/Location.h"
#include "pop/Population.h"
#include "util/RnMan.h"
#include "util/LogUtils.h"
#include <spdlog/logger.h>
Go to the source code of this file.
Classes | |
class | geopop::Generator< ID > |
Generator uses geo & pop data to construct ContactPools in the GeoGrid. More... | |
Namespaces | |
geopop | |
Namespace for the geographic and demograhic classes. | |
Typedefs | |
using | geopop::K12SchoolGenerator = Generator< stride::ContactType::Id::K12School > |
using | geopop::CollegeGenerator = Generator< stride::ContactType::Id::College > |
using | geopop::WorkplaceGenerator = Generator< stride::ContactType::Id::Workplace > |
using | geopop::HouseholdGenerator = Generator< stride::ContactType::Id::Household > |
using | geopop::PrimaryCommunityGenerator = Generator< stride::ContactType::Id::PrimaryCommunity > |
using | geopop::SecondaryCommunityGenerator = Generator< stride::ContactType::Id::SecondaryCommunity > |