WSF
WsfKalmanFilter2D_RB.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 WSFKALMANFILTER2DRB_HPP
13#define WSFKALMANFILTER2DRB_HPP
14
15#include "wsf_export.h"
16
17#include "KalmanFilter2D_RB.hpp"
18#include "WsfFilter.hpp"
19
22{
23public:
25 : WsfFilter(new TrackingFilters::KalmanFilter2D_RB())
26 {
27 }
28
30 : WsfFilter(aSrc)
31 {
32 }
33
35
36 WsfFilter* Clone() const override { return new WsfKalmanFilter2D_RB(*this); }
37};
38
39#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfFilter()=delete
~WsfKalmanFilter2D_RB() override
Definition WsfKalmanFilter2D_RB.hpp:34
WsfKalmanFilter2D_RB()
Definition WsfKalmanFilter2D_RB.hpp:24
WsfFilter * Clone() const override
Definition WsfKalmanFilter2D_RB.hpp:36
WsfKalmanFilter2D_RB(const WsfKalmanFilter2D_RB &aSrc)
Definition WsfKalmanFilter2D_RB.hpp:29
Copyrights Multiple, All Rights Reserved