Command_LoadTransferFunction Class Reference

This command is used for loading a transfer function. More...

#include <predefinedcommands.h>

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

List of all members.

Public Member Functions

 Command_LoadTransferFunction (std::string *ptr)

Detailed Description

This command is used for loading a transfer function.

It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --transferfunction
shortName = -tf
parameterList = <transfer function>

See also:
Command, SingleCommandOneArgument, CommandlineParser

Definition at line 162 of file predefinedcommands.h.