12#ifndef WSFOPTICALSIGNATURETYPES_HPP
13#define WSFOPTICALSIGNATURETYPES_HPP
15#include "wsf_mil_export.h"
42 using ObjectFactoryList = std::vector<FactoryPtr>;
43 ObjectFactoryList mObjectFactoryList;
WsfObjectTypeList(WsfScenario &aScenario, unsigned int aFlags, const std::string &aBlockName)
Definition WsfObjectTypeList.hpp:76
WSF_MIL_EXPORT void AddObjectFactory(FactoryPtr aFactoryPtr)
Definition WsfOpticalSignatureTypes.cpp:54
WsfOpticalSignature * ObjectFactory(const std::string &aTypeName)
bool InitializeType(WsfOpticalSignature *aTypePtr) override
Definition WsfOpticalSignatureTypes.cpp:45
static WSF_MIL_EXPORT WsfOpticalSignatureTypes & Get(WsfScenario &aScenario)
Return a modifiable reference to the type list associated with the specified scenario.
Definition WsfOpticalSignatureTypes.cpp:20
WsfOpticalSignature *(*)(const std::string &) FactoryPtr
Definition WsfOpticalSignatureTypes.hpp:35
WsfOpticalSignatureTypes(WsfScenario &aScenario)
Definition WsfOpticalSignatureTypes.cpp:33
An object that represents the optical signature of a platform.
Definition WsfOpticalSignature.hpp:27
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111