ToolInfo::ToolInfo
Background
This constructor intializes the tool parameter data by copying the parameter
data from the `toolInfo` object.
Prototype
ToolInfo( const ToolInfo & toolInfo )
Parameters
- const ToolInfo & toolInfo: A reference to the tool parameter object to copy.