WSF
WsfScriptCovarianceClass.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 WSFSCRIPTCOVARIANCECLASS_HPP
13#define WSFSCRIPTCOVARIANCECLASS_HPP
14
15#include "wsf_export.h"
16
17#include "UtScriptBasicTypes.hpp"
18
19class WSF_EXPORT WsfScriptCovarianceClass : public UtScriptClass
20{
21public:
22 WsfScriptCovarianceClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
23
25
26 void* Create(const UtScriptContext& aInstance) override;
27 void* Clone(void* aObjectPtr) override;
28 void Destroy(void* aObjectPtr) override;
29
31 UT_DECLARE_SCRIPT_METHOD(CenterLocation);
36 UT_DECLARE_SCRIPT_METHOD(CovarianceAtTime);
41};
42
43#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptCovarianceClass.cpp:81
UT_DECLARE_SCRIPT_METHOD(Construct)
UT_DECLARE_SCRIPT_METHOD(EllipsoidNED)
UT_DECLARE_SCRIPT_METHOD(CovarianceAtTime)
void * Clone(void *aObjectPtr) override
Definition WsfScriptCovarianceClass.cpp:88
UT_DECLARE_SCRIPT_METHOD(MinorAxis)
void Destroy(void *aObjectPtr) override
Definition WsfScriptCovarianceClass.cpp:94
WsfScriptCovarianceClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptCovarianceClass.cpp:57
UT_DECLARE_SCRIPT_METHOD(MajorAxis)
UT_DECLARE_SCRIPT_METHOD(CenterLocation)
Copyrights Multiple, All Rights Reserved