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
1 | bool MxModelPostProcessorBase::CheckPostProcessLibPath(std::string &filePath); |
Parameters
Parameter |
Description |
|---|---|
filePath |
File path of the dependency class library. |
Response Parameters
Data Structure |
Description |
|---|---|
bool |
Indicates whether the verification is successful. |
Parent topic: MxModelPostProcessorBase