InitPostProcessInstance

Function Usage

A protected member function that initializes the postprocessing instance. It is invoked for internal use only. Do not use it.

Prototype

1
2
template<typename T>
APP_ERROR MxModelPostProcessorBase::InitPostProcessInstance(std::map<std::string, std::shared_ptr<void>> &configParamMap, std::string getInstanceName);

Parameters

Parameter

Description

configParamMap

Configuration parameter. After streaming, the parameters in the configuration file are transferred through this variable.

getInstanceName

Instance name.

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.