CheckPostProcessLibPath
Function Usage
A protected member function that is invoked by OpenPostProcessLib() to check whether the class library on which the postprocessing plugins depend exists. It is invoked for internal use only. Do not use it.
Prototype
bool CheckPostProcessLibPath(std::string &filePath);
Parameter Description
Parameter |
Description |
|---|---|
filePath |
File path of the dependency class library. |
Return Parameter Description
Data Structure |
Description |
|---|---|
bool |
Indicates whether the verification is successful. |
Parent topic: MxModelPostProcessorBase