TexturedRecognitionWrapper Class Reference

TexturedRecognitionWrapper offers a simplified access to the data of an object class or instance related to IVT TextureRecognition. More...

#include <MemoryX/libraries/helpers/ObjectRecognitionHelpers/ObjectRecognitionWrapper.h>

+ Inheritance diagram for TexturedRecognitionWrapper:

Public Member Functions

std::string getFeatureFile () const
 
Ice::ObjectPtr ice_clone () const override
 
void setFeatureFile (const std::string &featureFileName, const std::string &filesDBName)
 
 TexturedRecognitionWrapper (const GridFileManagerPtr &gfm)
 Constructs new TexturedRecognitionWrapper. More...
 
- 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
 

Detailed Description

TexturedRecognitionWrapper offers a simplified access to the data of an object class or instance related to IVT TextureRecognition.

Definition at line 66 of file ObjectRecognitionWrapper.h.

Constructor & Destructor Documentation

◆ TexturedRecognitionWrapper()

Constructs new TexturedRecognitionWrapper.

Parameters
gfmGridFileManager to store/load files

Definition at line 199 of file ObjectRecognitionWrapper.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ getFeatureFile()

std::string getFeatureFile ( ) const

Definition at line 204 of file ObjectRecognitionWrapper.cpp.

+ Here is the call graph for this function:

◆ ice_clone()

Ice::ObjectPtr ice_clone ( ) const
override

Definition at line 226 of file ObjectRecognitionWrapper.cpp.

+ Here is the call graph for this function:

◆ setFeatureFile()

void setFeatureFile ( const std::string &  featureFileName,
const std::string &  filesDBName 
)

Definition at line 215 of file ObjectRecognitionWrapper.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: