33 virtual void addCreatorFcn(
const DtString& type,
46 return (myCreatorMap.size() != 0);
static DtWeatherStateProviderFactory * theWeatherStateProviderFactory
Definition: weatherStateProviderFactory.h:62
bool hasCreators() const
Definition: weatherStateProviderFactory.h:44
std::map< DtString, DtWeatherStateProviderFcn > DtWeatherStateProviderCreatorMap
Definition: weatherStateProviderFactory.h:16
DtWeatherStateProviderCreatorMap myCreatorMap
Definition: weatherStateProviderFactory.h:61
This class contains the functions that the VRF simulation uses to query the current state of the weat...
Definition: weatherStateProvider.h:186
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Factory for producing subclasses of DtRwSpatialFilter. class DtTaskMoveToDialog.
Definition: weatherStateProviderFactory.h:23
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
DtWeatherStateProvider *(* DtWeatherStateProviderFcn)(const DtSimulationServices *)
Definition: weatherStateProviderFactory.h:15