WSF
src
core
wsf_parser
source
ColorProxyUtil.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 2020 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
// Updated by Infoscitex, a DCS Company.
13
// ****************************************************************************
14
15
#ifndef COLORPROXYUTIL_HPP
16
#define COLORPROXYUTIL_HPP
17
18
#include "UtColor.hpp"
19
#include "UtOptional.hpp"
20
#include "
WsfPProxyNode.hpp
"
21
22
namespace
ColorProxyUtil
23
{
24
ut::optional<UtColor>
GetColor
(
const
WsfPProxyNode
& aColorNode);
25
}
26
27
#endif
WsfPProxyNode.hpp
WsfPProxyNode
Definition
WsfPProxyNode.hpp:60
ColorProxyUtil
Definition
ColorProxyUtil.hpp:23
ColorProxyUtil::GetColor
ut::optional< UtColor > GetColor(const WsfPProxyNode &aColorNode)
Definition
ColorProxyUtil.cpp:19
Copyrights Multiple, All Rights Reserved