|
nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_object_metadata_packet.h>
Public Member Functions | |
| Ptr< const IObjectMetadata > | at (int index) const |
Public Member Functions inherited from nx::sdk::Interface< IObjectMetadataPacket0, ICompoundMetadataPacket0 > | |
| 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 const IObjectMetadata * | getAt (int index) const override=0 |
Protected Member Functions inherited from nx::sdk::Interface< IObjectMetadataPacket0, ICompoundMetadataPacket0 > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Metadata packet that contains data about objects detected on the scene.
|
overrideprotectedpure virtual |
Called by at()
1.8.14