WSF
WsfFieldOfViewTypes.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 2016 Infoscitex, a DCS 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 WSFFIELDOFVIEWTYPES_HPP
13#define WSFFIELDOFVIEWTYPES_HPP
14
15#include "wsf_export.h"
16
17#include <memory>
18
19class WsfFieldOfView;
20#include "WsfStringId.hpp"
21
23{
24public:
25 static std::unique_ptr<WsfFieldOfView> Create(WsfStringId aType);
26};
27
28#endif
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfFieldOfViewTypes.hpp:23
static std::unique_ptr< WsfFieldOfView > Create(WsfStringId aType)
Definition WsfFieldOfViewTypes.cpp:27
Definition WsfFieldOfView.hpp:36
Copyrights Multiple, All Rights Reserved