IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKPythonVersion.h
Go to the documentation of this file.
1 // IPSDKPythonVersion.h:
3 // ---------------------
4 //
14 
15 #ifndef __PYIPSDKBASE_THIRDPARTYINFOS_H__
16 #define __PYIPSDKBASE_THIRDPARTYINFOS_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
20 
21 namespace ipsdk {
22 namespace python {
23 
26 
30 
34 
37 
38 } // end of namespace python
39 } // end of namespace ipsdk
40 
41 #endif // __PYIPSDKBASE_THIRDPARTYINFOS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKBASE_API ipUInt32 getIPSDKPythonMinorVersion()
retrieve minor python version
#define PYIPSDKBASE_API
Import/Export macro for library PyIPSDKBase.
Definition: PyIPSDKBaseExports.h:25
Base types for multiplatform compatibility.
Definition of import/export macro for library.
PYIPSDKBASE_API ipUInt32 getIPSDKPythonMajorVersion()
retrieve major python version
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53