#include <ImageProcessorDescription.hpp>
Inheritance diagram for ListArgument:
Public Member Functions | |
const vector< string > & | Items () |
ListArgument (XIPD::Argument &parent, ImageProcessorsDescription &_improcs) | |
Private Member Functions | |
virtual bool | IsValid (const string &strArg, string &message) |
returns the string that will be used when calling the image processor |
Definition at line 81 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 from ImProcStringArgument. Definition at line 83 of file ImageProcessorDescription.hpp. |