|
nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_object_track_best_shot_packet.h>
Public Member Functions | |
| virtual int64_t | timestampUs () const override=0 |
| Uuid | trackId () const |
| Rect | boundingBox () const |
Public Member Functions inherited from nx::sdk::Interface< IObjectTrackBestShotPacket0, IMetadataPacket0 > | |
| virtual IRefCountable * | queryInterface (const InterfaceId *id) |
| Ptr< Interface > | queryInterface () |
| Ptr< const Interface > | queryInterface () const |
Static Public Member Functions | |
| static auto | interfaceId () |
Protected Member Functions | |
| virtual void | getTrackId (Uuid *outValue) const =0 |
| virtual void | getBoundingBox (Rect *outValue) const =0 |
Protected Member Functions inherited from nx::sdk::Interface< IObjectTrackBestShotPacket0, IMetadataPacket0 > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Packet containing information about object track best shot.
|
inline |
|
protectedpure virtual |
Called by boundingBox()
|
protectedpure virtual |
Called by trackId()
|
overridepure virtual |
|
inline |
1.8.14