|
Backproject
|
An operation that removes all the points on a context. More...
#include <RemoveAllPointsOperation.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... | |
An operation that removes all the points on a context.
|
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