|
SegmentableRecognitionWrapper offers a simplified access to the data of an object class or instance related to IVT SegmentableRecognition. More...
#include <MemoryX/libraries/helpers/ObjectRecognitionHelpers/ObjectRecognitionWrapper.h>
Public Member Functions | |
std::string | getDataFiles () const |
ObjectColor | getObjectColor () const |
Ice::ObjectPtr | ice_clone () const override |
SegmentableRecognitionWrapper (const GridFileManagerPtr &gfm) | |
Constructs new SegmentableRecognitionWrapper. More... | |
void | setDataFiles (const std::string &dataPath, const std::string &filesDBName) |
void | setObjectColor (const ObjectColor &color) |
Public Member Functions inherited from AbstractFileEntityWrapper | |
AbstractFileEntityWrapper (GridFileManagerPtr fileManager) | |
Public Member Functions inherited from AbstractEntityWrapper | |
AbstractEntityWrapper () | |
EntityBasePtr | getEntity () const |
Get the stored name of the stored entity. More... | |
std::string | getId () const |
Get the identifier of the stored entity. More... | |
std::string | getName () const |
Get the name of the stored entity. More... | |
void | setEntity (const EntityBasePtr &entity) |
Replace the stored entity with a new one. More... | |
~AbstractEntityWrapper () override | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractFileEntityWrapper | |
std::string | cacheAttributeFile (const std::string &attrName, bool preserveOriginalFName=false) const |
void | cleanUpAttributeFiles (EntityAttributeBasePtr oldAttr, EntityAttributeBasePtr newAttr) |
cleanUpAttributeFiles compares the files attached to the two given attributes and removes the files of the oldAttr, if they dont match. More... | |
void | removeAttributeFiles (const memoryx::EntityAttributeBasePtr &attr) |
removes all files of an attribute from the gridfs More... | |
Protected Attributes inherited from AbstractFileEntityWrapper | |
GridFileManagerPtr | fileManager |
SegmentableRecognitionWrapper offers a simplified access to the data of an object class or instance related to IVT SegmentableRecognition.
Definition at line 89 of file ObjectRecognitionWrapper.h.
SegmentableRecognitionWrapper | ( | const GridFileManagerPtr & | gfm | ) |
Constructs new SegmentableRecognitionWrapper.
gfm | GridFileManager to store/load files |
Definition at line 233 of file ObjectRecognitionWrapper.cpp.
std::string getDataFiles | ( | ) | const |
Definition at line 238 of file ObjectRecognitionWrapper.cpp.
ObjectColor getObjectColor | ( | ) | const |
Definition at line 274 of file ObjectRecognitionWrapper.cpp.
|
override |
Definition at line 291 of file ObjectRecognitionWrapper.cpp.
void setDataFiles | ( | const std::string & | dataPath, |
const std::string & | filesDBName | ||
) |
Definition at line 259 of file ObjectRecognitionWrapper.cpp.
void setObjectColor | ( | const ObjectColor & | color | ) |
Definition at line 284 of file ObjectRecognitionWrapper.cpp.