35 #ifndef ANATOMIST_COMMANDS_CLOADTRANSFORMATION_H 
   36 #define ANATOMIST_COMMANDS_CLOADTRANSFORMATION_H 
   75     virtual std::string 
name()
 const { 
return( 
"LoadTransformation" ); }
 
   87     std::string         _filename;
 
   92     static bool initSyntax();
 
The abstract base class for commands.
Referential: marker for transformations, with an associated color.
The abstract base class for usual commands.
Serializer is a helper class for pointer serialization.
The abstract base class used for commands that have to read/write pointers.
CommandContext * context()
Context for commands processor readers (APipeReader etc)
static CommandContext & defaultContext()