|
| | ObjectImageFootLocationUserMetadata (void *data=nullptr) |
| |
| | ObjectImageFootLocationUserMetadata (const UserMetadata &user_meta) |
| |
| virtual | ~ObjectImageFootLocationUserMetadata () |
| |
| std::pair< float, float > | getImageFootLocation () const |
| | Get the image foot location of the object. More...
|
| |
| | ObjectImageFootLocationUserMetadata (void *data=nullptr) |
| |
| | ObjectImageFootLocationUserMetadata (const UserMetadata &user_meta) |
| |
| virtual | ~ObjectImageFootLocationUserMetadata () |
| |
| std::pair< float, float > | getImageFootLocation () const |
| | Get the image foot location of the object. More...
|
| |
| virtual | operator bool () override |
| | operator to check if a metadata is void More...
|
| |
| virtual | operator bool () override |
| | operator to check if a metadata is void More...
|
| |
| int | metaType () const |
| | Get the meta type. More...
|
| |
| int | metaType () const |
| | Get the meta type. More...
|
| |
| void | setMetaType (int type) |
| | Set the meta type. More...
|
| |
| void | setMetaType (int type) |
| | Set the meta type. More...
|
| |
| void * | userData () const |
| | Get the user data pointer. More...
|
| |
| void * | userData () const |
| | Get the user data pointer. More...
|
| |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| | Set user data with copy and release functions. More...
|
| |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| | Set user data with copy and release functions. More...
|
| |
◆ Iterator [1/2]
◆ Iterator [2/2]
◆ ObjectImageFootLocationUserMetadata() [1/4]
| deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata |
( |
void * |
data = nullptr | ) |
|
◆ ObjectImageFootLocationUserMetadata() [2/4]
| deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata |
( |
const UserMetadata & |
user_meta | ) |
|
◆ ~ObjectImageFootLocationUserMetadata() [1/2]
| virtual deepstream::ObjectImageFootLocationUserMetadata::~ObjectImageFootLocationUserMetadata |
( |
| ) |
|
|
virtual |
◆ ObjectImageFootLocationUserMetadata() [3/4]
| deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata |
( |
void * |
data = nullptr | ) |
|
◆ ObjectImageFootLocationUserMetadata() [4/4]
| deepstream::ObjectImageFootLocationUserMetadata::ObjectImageFootLocationUserMetadata |
( |
const UserMetadata & |
user_meta | ) |
|
◆ ~ObjectImageFootLocationUserMetadata() [2/2]
| virtual deepstream::ObjectImageFootLocationUserMetadata::~ObjectImageFootLocationUserMetadata |
( |
| ) |
|
|
virtual |
◆ get_() [1/2]
| void deepstream::UserMetadata::get_ |
( |
void *& |
| ) |
|
|
protectedinherited |
◆ get_() [2/2]
| void deepstream::UserMetadata::get_ |
( |
void *& |
| ) |
|
|
protectedinherited |
◆ getImageFootLocation() [1/2]
| std::pair<float, float> deepstream::ObjectImageFootLocationUserMetadata::getImageFootLocation |
( |
| ) |
const |
Get the image foot location of the object.
◆ getImageFootLocation() [2/2]
| std::pair<float, float> deepstream::ObjectImageFootLocationUserMetadata::getImageFootLocation |
( |
| ) |
const |
◆ metaType() [1/2]
| int deepstream::UserMetadata::metaType |
( |
| ) |
const |
|
inherited |
◆ metaType() [2/2]
| int deepstream::UserMetadata::metaType |
( |
| ) |
const |
|
inherited |
◆ operator bool() [1/2]
| virtual deepstream::UserMetadata::operator bool |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ operator bool() [2/2]
| virtual deepstream::UserMetadata::operator bool |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ setMetaType() [1/2]
| void deepstream::UserMetadata::setMetaType |
( |
int |
type | ) |
|
|
inherited |
◆ setMetaType() [2/2]
| void deepstream::UserMetadata::setMetaType |
( |
int |
type | ) |
|
|
inherited |
◆ setUserData() [1/2]
| void deepstream::UserMetadata::setUserData |
( |
void * |
data, |
|
|
void *(*)(void *, void *) |
copy, |
|
|
void(*)(void *, void *) |
release |
|
) |
| |
|
inherited |
Set user data with copy and release functions.
- Parameters
-
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
◆ setUserData() [2/2]
| void deepstream::UserMetadata::setUserData |
( |
void * |
data, |
|
|
void *(*)(void *, void *) |
copy, |
|
|
void(*)(void *, void *) |
release |
|
) |
| |
|
inherited |
Set user data with copy and release functions.
- Parameters
-
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
◆ userData() [1/2]
| void* deepstream::UserMetadata::userData |
( |
| ) |
const |
|
inherited |
Get the user data pointer.
◆ userData() [2/2]
| void* deepstream::UserMetadata::userData |
( |
| ) |
const |
|
inherited |
Get the user data pointer.
◆ data_
| void * deepstream::Metadata::data_ |
|
protectedinherited |
The documentation for this class was generated from the following file: