|
WSF
|
#include <WsfAssetPerception.hpp>

Public Member Functions | |
| WsfSortedPerception (WsfPlatform *aPlatform, WsfPlatform *aReference) | |
| WsfSortedPerception (WsfLocalTrack *aTrack, WsfPlatform *aReference) | |
| WsfSortedPerception (WsfAssetPerception *aAsset, WsfPlatform *aReference) | |
| WsfSortedPerception (WsfPlatform *aPlatform, double distance) | |
| WsfSortedPerception (WsfLocalTrack *aTrack, double distance) | |
| WsfSortedPerception (WsfAssetPerception *aAsset, double distance) | |
| bool | operator< (const WsfSortedPerception &aRhs) const |
Public Attributes | |
| double | mDistance |
| WsfPlatform * | mPlatformPtr |
| WsfLocalTrack * | mTrackPtr |
| WsfAssetPerception * | mAssetPtr |
| WsfSortedPerception::WsfSortedPerception | ( | WsfPlatform * | aPlatform, |
| WsfPlatform * | aReference ) |
References mAssetPtr, mDistance, mPlatformPtr, and mTrackPtr.
Referenced by operator<().
| WsfSortedPerception::WsfSortedPerception | ( | WsfLocalTrack * | aTrack, |
| WsfPlatform * | aReference ) |
References mAssetPtr, mDistance, mPlatformPtr, and mTrackPtr.
| WsfSortedPerception::WsfSortedPerception | ( | WsfAssetPerception * | aAsset, |
| WsfPlatform * | aReference ) |
References mAssetPtr, mDistance, WsfAssetPerception::mLocationWCS, mPlatformPtr, and mTrackPtr.
| WsfSortedPerception::WsfSortedPerception | ( | WsfPlatform * | aPlatform, |
| double | distance ) |
References mAssetPtr, mDistance, mPlatformPtr, and mTrackPtr.
| WsfSortedPerception::WsfSortedPerception | ( | WsfLocalTrack * | aTrack, |
| double | distance ) |
References mAssetPtr, mDistance, mPlatformPtr, and mTrackPtr.
| WsfSortedPerception::WsfSortedPerception | ( | WsfAssetPerception * | aAsset, |
| double | distance ) |
References mAssetPtr, mDistance, mPlatformPtr, and mTrackPtr.
|
inline |
References mDistance, and WsfSortedPerception().
| WsfAssetPerception* WsfSortedPerception::mAssetPtr |
| double WsfSortedPerception::mDistance |
| WsfPlatform* WsfSortedPerception::mPlatformPtr |
| WsfLocalTrack* WsfSortedPerception::mTrackPtr |