OpenPostProcessLib
Function Usage
A protected member function that verifies and loads the class library on which the postprocessing plugins depend. It is invoked for internal use only. Do not use it.
Prototype
1 | APP_ERROR MxModelPostProcessorBase::OpenPostProcessLib(std::map<std::string, std::shared_ptr<void>>& configParamMap); |
Parameters
Parameter |
Description |
|---|---|
configParamMap |
Configuration parameter. After streaming, the parameters in the configuration file are transferred through this variable. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxModelPostProcessorBase