CheckPyPostProcessLibPath
Function Usage
A protected member function that checks whether the class library on which the postprocessing plugins depend exists. It is invoked for internal use only. Do not use it.
Prototype
1 | APP_ERROR MxModelPostProcessorBase::CheckPyPostProcessLibPath(std::string &pyDir); |
Parameters
Parameter |
Description |
|---|---|
pyDir |
File path of the Python dependency class library. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxModelPostProcessorBase