Backproject
|
Loads a set of images into the context by reading a CSV file. More...
#include <LoadImagesOperation.h>
Public Member Functions | |
virtual bool | IsPossible (const Context &context) const |
Indicates whether the operation can be performed given the current state of affairs. More... | |
virtual std::string | getDescription () const |
Gives a short (infinitive verb) indication of what the operation does. More... | |
virtual std::string | Perform (Context &context) const |
Performs the operation on the context. More... | |
Loads a set of images into the context by reading a CSV file.
|
virtual |
Gives a short (infinitive verb) indication of what the operation does.
Implements ContextOperation.
|
virtual |
Indicates whether the operation can be performed given the current state of affairs.
context | the context for which the operation may be runnable |
Implements ContextOperation.
|
virtual |
Performs the operation on the context.
context | the context onto which to perform the operatoin |
Implements ContextOperation.