Command_LoadSegmentation Class Reference

This command is used for loading a segmentation. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_LoadSegmentation:
SingleCommand< std::string > Command

List of all members.

Public Member Functions

 Command_LoadSegmentation (std::string *ptr)

Detailed Description

This command is used for loading a segmentation.

It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --segmentation
shortName = -s
parameterList = <segmentation file>

See also:
Command, SingleCommandOneArgument, CommandlineParser

Definition at line 177 of file predefinedcommands.h.