.. |br| raw:: html
Configuration ------------- .. csv-table:: :header: "Variable", "Default", "Tunable", "Description" :align: left :widths: auto "end", "100", "NO", "The value to stop counting at." "start", "0", "NO", "The value to start counting at." Input Ports ----------- There are no input ports for this process. Output Ports ------------ .. csv-table:: :header: "Port name", "Data Type", "Flags", "Description" :align: left :widths: auto "number", "integer", "_required", "Where the numbers will be available." Pipefile Usage -------------- The following sections describe the blocks needed to use this process in a pipe file. Pipefile block -------------- .. code:: # ================================================================ process :: numbers # The value to stop counting at. end = 100 # The value to start counting at. start = 0 # ================================================================ Process connections ~~~~~~~~~~~~~~~~~~~ The following Input ports will need to be set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: # There are no input port's for this process The following Output ports will need to be set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: # This process will produce the following output ports connect from .number to .number Class Description ----------------- .. doxygenclass:: sprokit::number_process :project: kwiver :members: