|
WSF
|
#include "WsfWeaponThreatProcessor.hpp"#include <algorithm>#include <string>#include "UtCast.hpp"#include "WsfPkTable.hpp"#include "WsfSphericalLethality.hpp"#include "UtEllipsoidalEarth.hpp"#include "UtEntity.hpp"#include "UtInputBlock.hpp"#include "UtLineSegment.hpp"#include "UtMat3.hpp"#include "UtMath.hpp"#include "UtRandom.hpp"#include "UtVec3.hpp"#include "UtVec3dX.hpp"#include "WsfAttributeContainer.hpp"#include "WsfClassificationProcessor.hpp"#include "WsfCovariance.hpp"#include "WsfDraw.hpp"#include "WsfLocalTrack.hpp"#include "WsfMil.hpp"#include "WsfPlatform.hpp"#include "WsfSimulation.hpp"#include "WsfStringId.hpp"#include "WsfThreatProcessor.hpp"#include "WsfTrack.hpp"#include "WsfTrackManager.hpp"#include "WsfTrackMessage.hpp"#include "WsfTrackNotifyMessage.hpp"
Macros | |
| #define | WsfPkTable WsfPk |
Functions | |
| bool | Contains (std::vector< int > &aQueryTargetIds, const WsfTrack &aShooterTrack) |
| bool | Contains (std::vector< WsfTrackId > &aQueryTrackIds, const WsfTrack &aShooterTrack) |
| #define WsfPkTable WsfPk |
| using ClassifierReport = ClassificationReport |
| bool Contains | ( | std::vector< int > & | aQueryTargetIds, |
| const WsfTrack & | aShooterTrack ) |
References WsfTrack::GetTargetIndex().
Referenced by WsfWeaponThreatProcessor::CreateThreatList().
| bool Contains | ( | std::vector< WsfTrackId > & | aQueryTrackIds, |
| const WsfTrack & | aShooterTrack ) |
References WsfTrack::GetTrackId().