GetInputNames

virtual std::vector<std::string> IProcessingBlock::GetInputNames() = 0

Gets the names of inputs.

Returns

std::vector<std::string> – The names of inputs.

Throws