#include <ImageProcessorDescription.hpp>
Inheritance diagram for ImageArgument:
Public Member Functions | |
virtual bool | IsValid (const string &strArg, string &message) |
returns the string that will be used when calling the image processor | |
ImageArgument (XIPD::Argument &parent, ImageProcessorsDescription &_improcs) | |
process results |
Definition at line 70 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 25 of file ImageProcessorDescription.cpp. |