CreateProcessingBlock

virtual PProcessingBlock IAxisControl::CreateProcessingBlock(const std::string &name, PTemplate template_) = 0

Creates a processing block with the specified name, using the specified template.

Parameters
  • name – Name of the processing block.

  • template – Template used to create the processing block.

Returns

PProcessingBlock – Created processing block.

Throws