|
Backproject
|
Removes all the images that a context has. More...
#include <RemoveAllImagesOperation.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... | |
Removes all the images that a context has.
|
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.
1.8.12