Command_LoadDatasetMultiple Class Reference

This command is used for loading a dataset file. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_LoadDatasetMultiple:
MultipleCommand< std::string > Command

List of all members.

Public Member Functions

 Command_LoadDatasetMultiple (std::vector< std::string > *ptr)

Detailed Description

This command is used for loading a dataset file.

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

See also:
Command, SingleCommandOneArgument, CommandlineParser

Definition at line 147 of file predefinedcommands.h.