Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
Create Algorithm Class header (.h) and implementation (.cxx) files.

Usage:  <algorithm-class-name>
        <command-line-switch>
        <short-description>

    algorithm-class-name
        Required name of the algorithm class that MUST start with "Algorithm"
    
    command-line-switch
        Required command line switch for algorithm.
    
    short-description
        Required short description within double quotes.