/// <summary> /// Creates the input and output nodes /// </summary> /// <param name="root"></param> protected override sealed void CreateNodes(ref BlockBase root) { root.InputNodes = new List <BlockInputNode> { new BlockInputNode(ref root, Resources.Approximation, "Apx"), new BlockInputNode(ref root, Resources.Details, "Det") }; root.OutputNodes = BlockOutputNode.CreateSingleOutputSignal(ref root); }
/// <summary> /// Creates the input and output nodes /// </summary> /// <param name="root"></param> protected override sealed void CreateNodes(ref BlockBase root) { root.OutputNodes = BlockOutputNode.CreateSingleOutputSignal(ref root); }