WSF
WsfZoneTypes.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFZONETYPES_HPP
13#define WSFZONETYPES_HPP
14
15#include "WsfObjectTypeList.hpp"
16#include "WsfZone.hpp"
17
18class WsfZoneTypes : public WsfObjectTypeList<WsfZone>
19{
20public:
22
23 static WSF_EXPORT WsfZoneTypes& Get(WsfScenario& aScenario);
24 static WSF_EXPORT const WsfZoneTypes& Get(const WsfScenario& aScenario);
26
27 WsfZoneTypes(WsfScenario& aScenario);
28 WsfZone* ProcessZoneSetInput(UtInput& aInput);
29 WsfZone* ProcessZoneInput(UtInput& aInput);
30 bool LoadInstance(UtInput& aInput, WsfPlatform* aPlatformPtr);
31
32 void InitializeZones(WsfScenario& aScenario);
33
34 LoadResult LoadType(UtInput& aInput) override;
35};
36
37#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfObjectTypeList(WsfScenario &aScenario, unsigned int aFlags, const std::string &aBlockName)
Definition WsfObjectTypeList.hpp:76
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
bool LoadInstance(UtInput &aInput, WsfPlatform *aPlatformPtr)
Definition WsfZoneTypes.cpp:69
static WSF_EXPORT WsfZoneTypes & Get(WsfScenario &aScenario)
Return a modifiable reference to the type list associated with the specified scenario.
Definition WsfZoneTypes.cpp:47
void InitializeZones(WsfScenario &aScenario)
Definition WsfZoneTypes.cpp:195
WsfZone * ProcessZoneInput(UtInput &aInput)
Definition WsfZoneTypes.cpp:170
LoadResult LoadType(UtInput &aInput) override
Definition WsfZoneTypes.cpp:137
WsfZone * ProcessZoneSetInput(UtInput &aInput)
Definition WsfZoneTypes.cpp:183
WsfZoneTypes(WsfScenario &aScenario)
Definition WsfZoneTypes.cpp:60
Definition WsfZone.hpp:63
Copyrights Multiple, All Rights Reserved