User metadata for preprocess batch.
This user metadata object is associated with a preprocess batch structure
Definition at line 532 of file service-maker/includes/metadata.hpp.


Public Types | |
| typedef std::unique_ptr< AbstractIterator< UserMetadata > > | Iterator |
| typedef std::unique_ptr< AbstractIterator< UserMetadata > > | Iterator |
Public Member Functions | |
| PreprocessBatchUserMetadata (void *data=nullptr) | |
| PreprocessBatchUserMetadata (const UserMetadata &) | |
| virtual | ~PreprocessBatchUserMetadata () |
| std::vector< unsigned int > | getTargetUniqueIds () const |
| @Brief Get the target unique ids More... | |
| std::vector< RoiMetadata > | getRois () const |
| Get the roi list. More... | |
| PreprocessTensorMetadata | getPreprocessTensorMetadata () const |
| Get the preprocess tensor metadata. More... | |
| bool | initPreprocessTensorMetadata (const std::string &name, unsigned int meta_id, unsigned int unique_id, Tensor *tensor) |
| Initialize a preprocess tensor metadata. More... | |
| PreprocessBatchUserMetadata (void *data=nullptr) | |
| PreprocessBatchUserMetadata (const UserMetadata &) | |
| virtual | ~PreprocessBatchUserMetadata () |
| std::vector< unsigned int > | getTargetUniqueIds () const |
| @Brief Get the target unique ids More... | |
| std::vector< RoiMetadata > | getRois () const |
| Get the roi list. More... | |
| PreprocessTensorMetadata | getPreprocessTensorMetadata () const |
| Get the preprocess tensor metadata. More... | |
| bool | initPreprocessTensorMetadata (const std::string &name, unsigned int meta_id, unsigned int unique_id, Tensor *tensor) |
| Initialize a preprocess tensor metadata. 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... | |
Protected Member Functions | |
| void | get_ (void *&) |
| void | get_ (void *&) |
Protected Attributes | |
| void * | data_ |
|
inherited |
Definition at line 103 of file service-maker/includes/metadata.hpp.
|
inherited |
Definition at line 103 of file 9.0/service-maker/includes/metadata.hpp.
| deepstream::PreprocessBatchUserMetadata::PreprocessBatchUserMetadata | ( | void * | data = nullptr | ) |
| deepstream::PreprocessBatchUserMetadata::PreprocessBatchUserMetadata | ( | const UserMetadata & | ) |
|
virtual |
| deepstream::PreprocessBatchUserMetadata::PreprocessBatchUserMetadata | ( | void * | data = nullptr | ) |
| deepstream::PreprocessBatchUserMetadata::PreprocessBatchUserMetadata | ( | const UserMetadata & | ) |
|
virtual |
|
protectedinherited |
|
protectedinherited |
| PreprocessTensorMetadata deepstream::PreprocessBatchUserMetadata::getPreprocessTensorMetadata | ( | ) | const |
Get the preprocess tensor metadata.
| PreprocessTensorMetadata deepstream::PreprocessBatchUserMetadata::getPreprocessTensorMetadata | ( | ) | const |
Get the preprocess tensor metadata.
| std::vector<RoiMetadata> deepstream::PreprocessBatchUserMetadata::getRois | ( | ) | const |
Get the roi list.
| std::vector<RoiMetadata> deepstream::PreprocessBatchUserMetadata::getRois | ( | ) | const |
Get the roi list.
| std::vector<unsigned int> deepstream::PreprocessBatchUserMetadata::getTargetUniqueIds | ( | ) | const |
@Brief Get the target unique ids
| std::vector<unsigned int> deepstream::PreprocessBatchUserMetadata::getTargetUniqueIds | ( | ) | const |
@Brief Get the target unique ids
| bool deepstream::PreprocessBatchUserMetadata::initPreprocessTensorMetadata | ( | const std::string & | name, |
| unsigned int | meta_id, | ||
| unsigned int | unique_id, | ||
| Tensor * | tensor | ||
| ) |
Initialize a preprocess tensor metadata.
| bool deepstream::PreprocessBatchUserMetadata::initPreprocessTensorMetadata | ( | const std::string & | name, |
| unsigned int | meta_id, | ||
| unsigned int | unique_id, | ||
| Tensor * | tensor | ||
| ) |
Initialize a preprocess tensor metadata.
|
inherited |
Get the meta type.
|
inherited |
Get the meta type.
|
inlineoverridevirtualinherited |
operator to check if a metadata is void
Reimplemented from deepstream::Metadata.
Definition at line 116 of file service-maker/includes/metadata.hpp.
References deepstream::Metadata::data_.
|
inlineoverridevirtualinherited |
operator to check if a metadata is void
Reimplemented from deepstream::Metadata.
Definition at line 116 of file 9.0/service-maker/includes/metadata.hpp.
References deepstream::Metadata::data_.
|
inherited |
Set the meta type.
|
inherited |
Set the meta type.
|
inherited |
Set user data with copy and release functions.
| 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) |
|
inherited |
Set user data with copy and release functions.
| 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) |
|
inherited |
Get the user data pointer.
|
inherited |
Get the user data pointer.
|
protectedinherited |
Definition at line 54 of file service-maker/includes/metadata.hpp.
Referenced by deepstream::Metadata::operator bool(), and deepstream::UserMetadata::operator bool().