GetInputs

virtual std::map<std::string, PInput> IProcessingBlock::GetInputs() = 0

Gets the collection of inputs.

Returns

std::map<std::string, PInput> – Collection of inputs.

Throws