IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Typedefs
PythonRegistrationTypes.h File Reference

Predefined types for python wrapper registrations. More...

#include <IPSDKUtil/BaseTypes.h>
#include <boost/function.hpp>
#include <set>
#include <vector>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Typedefs

typedef boost::function< void()> ipsdk::python::PyWrapperRegistrator
 python wrapper registration function type
 
typedef std::pair< std::string, PyWrapperRegistrator > ipsdk::python::PyWrapperInfo
 python wrapper registration information
 
typedef std::vector< PyWrapperInfo > ipsdk::python::PyWrapperColl
 collection of wrapper registration functions
 
typedef std::set< std::string > ipsdk::python::ModuleNames
 collection of module names
 

Detailed Description

Predefined types for python wrapper registrations.

Author
E. Noirfalise
Date
2015/11/23