15 #ifndef __PYIPSDKBASE_PYTHONUTILS_H__ 16 #define __PYIPSDKBASE_PYTHONUTILS_H__ 35 const std::string& registratorName,
44 #endif // __PYIPSDKBASE_PYTHONUTILS_H__ boost::function< void()> PyWrapperRegistrator
python wrapper registration function type
Definition: PythonRegistrationTypes.h:30
PYIPSDKBASE_API void addPyWrapper(const std::string &libraryFullName, const std::string ®istratorName, const PyWrapperRegistrator ®istrator)
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKBASE_API void registerPyWrappers(const std::string &libraryFullName)
function allowing to register IPSDK python wrappers for a given library
Predefined types for python wrapper registrations.
#define PYIPSDKBASE_API
Import/Export macro for library PyIPSDKBase.
Definition: PyIPSDKBaseExports.h:25
Definition of import/export macro for library.