WSF
WsfTrackListFwd.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 WSFTRACKLISTFWD_HPP
13#define WSFTRACKLISTFWD_HPP
14
15class WsfTrack;
16class WsfLocalTrack;
17template<class T>
18class WsfTrackListT;
19
22
23#endif
WsfTrackListT< WsfLocalTrack > WsfLocalTrackList
Definition WsfTrackList.hpp:89
WsfTrackListT< WsfTrack > WsfTrackList
Definition WsfTrackList.hpp:88
Definition WsfLocalTrack.hpp:32
A 'Track List' is a container for a list of 'Track' objects.
Definition WsfTrackList.hpp:38
An object that represents an 'track' (perception) of something.
Definition WsfTrack.hpp:120
Copyrights Multiple, All Rights Reserved