![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
The abstract base class used for commands that have to read/write pointers. More...
#include <anatomist/processor/Command.h>
Public Member Functions | |
virtual | ~SerializingCommand () |
CommandContext * | context () |
const CommandContext * | context () const |
Protected Member Functions | |
SerializingCommand (CommandContext *) | |
Protected Attributes | |
CommandContext * | _context |
The abstract base class used for commands that have to read/write pointers.
\ Commands that have to create pointers and write identifiers for them or match them with a given (read) identifier, must inherit from SerializingCommand and also from its base command type (RegularCommand, MppCommand...). SerializingCommand is not a real command in itself and cannot be used alone.
|
virtual |
|
protected |
|
inline |
|
inline |
|
protected |