WSF
WsfScriptTrackProcessorClass.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 WSFSCRIPTTRACKPROCESSORCLASS_HPP
13#define WSFSCRIPTTRACKPROCESSORCLASS_HPP
14
15#include "wsf_export.h"
16
17#include <string>
18
20
23{
24public:
25 WsfScriptTrackProcessorClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
26
28 UT_DECLARE_SCRIPT_METHOD(ReportsFusedTracks); // NO_DOC | INTERNAL USE
29 UT_DECLARE_SCRIPT_METHOD(ReportsRawTracks); // NO_DOC | INTERNAL USE
30};
31
32#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptProcessorClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptProcessorClass.cpp:31
UT_DECLARE_SCRIPT_METHOD(TrackManager)
UT_DECLARE_SCRIPT_METHOD(ReportsRawTracks)
UT_DECLARE_SCRIPT_METHOD(ReportsFusedTracks)
WsfScriptTrackProcessorClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptTrackProcessorClass.cpp:19
Copyrights Multiple, All Rights Reserved