#include <ImageProcessorDescription.hpp>
Inheritance diagram for ImProcStringArgument:
Public Member Functions | |
string | Name () |
string | Type () |
XIPD::ArgumentType * | TypeDescritption () |
bool | IsInput () |
bool | IsOptional () |
string | OptType () |
string | Default () |
string | FullSwitch () |
virtual bool | IsValid (const string &strArg, string &message) |
returns the string that will be used when calling the image processor | |
ImProcStringArgument (XIPD::Argument &parent, ImageProcessorsDescription &_improcs) | |
Static Public Member Functions | |
static ImProcStringArgument * | Create (XIPD::Argument &argument, ImageProcessorsDescription &improcs) |
factory for one argument from XIPD::Argument | |
Protected Attributes | |
ImageProcessorsDescription & | improcs |
full description of all improcs, argument types etc | |
XIPD::ArgumentType * | typeDesc |
description of this argument's type |
this the base class
Definition at line 27 of file ImageProcessorDescription.hpp.
|
returns the string that will be used when calling the image processor this method is respoinsible for validating the argument. Reimplemented in ImageArgument, and ListArgument. Definition at line 54 of file ImageProcessorDescription.hpp. |