|
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceId) override |
|
virtual const char * | typeId () const override |
|
virtual float | confidence () const override |
|
virtual nxpl::NX_GUID | id () const override |
|
virtual const char * | objectSubType () const override |
|
virtual const IAttribute * | attribute (int index) const override |
|
virtual int | attributeCount () const override |
|
virtual const char * | auxilaryData () const override |
|
virtual Rect | boundingBox () const override |
|
void | setTypeId (std::string typeId) |
|
void | setConfidence (float confidence) |
|
void | setId (const nxpl::NX_GUID &value) |
|
void | setObjectSubType (const std::string &value) |
|
void | setAttributes (const std::vector< CommonAttribute > &value) |
|
void | setAuxilaryData (std::string value) |
|
void | setBoundingBox (const Rect &rect) |
|
| CommonRefCounter (const CommonRefCounter &)=delete |
|
| CommonRefCounter (CommonRefCounter &&)=delete |
|
CommonRefCounter & | operator= (const CommonRefCounter &)=delete |
|
CommonRefCounter & | operator= (CommonRefCounter &&)=delete |
|
virtual unsigned int | addRef () override |
|
virtual unsigned int | releaseRef () override |
|
unsigned int | refCount () const |
|
The documentation for this class was generated from the following files:
- src/nx/sdk/analytics/common_object.h
- src/nx/sdk/analytics/common_object.cpp