15 #ifndef __IPSDKUTIL_PYTHONUTILS_H__ 16 #define __IPSDKUTIL_PYTHONUTILS_H__ 20 #include <IPSDKUtil/Tools/ProcessingResult.h> 64 #endif // __IPSDKUTIL_PYTHONUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUTIL_API boost::filesystem::path getPythonExecPathFromEnvVar(const ipUInt32 pythonMajorVersion, const ipUInt32 pythonMinorVersion)
function allowing to retrieve python executable path from environment variable associated to a given ...
IPSDKUTIL_API std::string getPythonRootDirEnvVarName(const ipUInt32 pythonMajorVersion, const ipUInt32 pythonMinorVersion)
function allowing to retrieve environment variable name which allows to retrieve root path to python ...
Base types for multiplatform compatibility.
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.
ProcessingResult< bool > BoolResult
typedef for boolean results associated to a string description
Definition: ProcessingResultTypes.h:29
IPSDKUTIL_API BoolResult getPythonExecVersion(const boost::filesystem::path &pythonExecPath, ipUInt32 &majorVersion, ipUInt32 &minorVersion, ipUInt32 µVersion)
function allowing to retrieve python executable version
IPSDKUTIL_API std::string getPythonExecName()
function allowing to retrieve python executable name
IPSDKUTIL_API boost::filesystem::path getPythonRootDir(const ipUInt32 pythonMajorVersion, const ipUInt32 pythonMinorVersion)
function allowing to retrieve path to python executable for a given version from environment if it ex...
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53