31 virtual void addCreatorFcn(
const DtString& type,
44 return (myCreatorMap.size() != 0);
static DtWeatherStateProviderFactory * theWeatherStateProviderFactory
Definition: weatherStateProviderFactory.h:60
DtWeatherStateProvider *(* DtWeatherStateProviderFcn)(const DtSimManager *)
Definition: weatherStateProviderFactory.h:15
bool hasCreators() const
Definition: weatherStateProviderFactory.h:42
std::map< DtString, DtWeatherStateProviderFcn > DtWeatherStateProviderCreatorMap
Definition: weatherStateProviderFactory.h:17
DtWeatherStateProviderCreatorMap myCreatorMap
Definition: weatherStateProviderFactory.h:59
This class contains the functions that the VRF simulation uses to query the current state of the weat...
Definition: weatherStateProvider.h:183
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Factory for producing subclasses of DtRwSpatialFilter.
Definition: weatherStateProviderFactory.h:21
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103