Command_LoadDatasetSingle Class Reference

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

#include <predefinedcommands.h>

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

List of all members.

Public Member Functions

 Command_LoadDatasetSingle (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 132 of file predefinedcommands.h.