![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
Load a transformation between two referentials. More...
#include <anatomist/commands/cLoadTransformation.h>
Public Member Functions | |
LoadTransformationCommand (const std::string &filename, Referential *org, Referential *dst, int res_id=-1, CommandContext *context=&CommandContext::defaultContext()) | |
Load transformation from file. More... | |
LoadTransformationCommand (const float matrix[4][3], Referential *org, Referential *dst, int res_id=-1, CommandContext *context=&CommandContext::defaultContext()) | |
Give hard-coded transformation matrix. More... | |
LoadTransformationCommand (const std::vector< float > &, Referential *org, Referential *dst, int res_id=-1, CommandContext *context=&CommandContext::defaultContext()) | |
Give hard-coded transformation matrix. More... | |
virtual | ~LoadTransformationCommand () |
virtual std::string | name () const |
Return the unique name of a class of commands. More... | |
virtual void | write (Tree &com, Serializer *ser) const |
Print the guts of a command into a Tree given as parent. More... | |
Transformation * | trans () const |
![]() | |
virtual | ~RegularCommand () |
Destructor does nothing. More... | |
![]() | |
virtual | ~Command () |
Destructor does nothing. More... | |
virtual void | execute () |
Execute the command - may use {\tt doit()}. More... | |
virtual void | undo () |
Undo the command - may use {\tt undoit()}. More... | |
virtual void | redo () |
Redo the command - may use {\tt doit()}. More... | |
![]() | |
virtual | ~SerializingCommand () |
CommandContext * | context () |
const CommandContext * | context () const |
Protected Member Functions | |
virtual void | doit () |
Do a command. More... | |
![]() | |
RegularCommand () | |
The programmer cannot call the constructor of an abstract base class. More... | |
![]() | |
Command () | |
The programmer cannot call the constructor of an abstract base class. More... | |
virtual void | undoit () |
Undo a command. More... | |
![]() | |
SerializingCommand (CommandContext *) | |
Friends | |
class | StdModule |
Additional Inherited Members | |
![]() | |
typedef Command *(* | Reader) (const Tree &, CommandContext *) |
![]() | |
CommandContext * | _context |
Load a transformation between two referentials.
Definition at line 52 of file cLoadTransformation.h.
anatomist::LoadTransformationCommand::LoadTransformationCommand | ( | const std::string & | filename, |
Referential * | org, | ||
Referential * | dst, | ||
int | res_id = -1 , |
||
CommandContext * | context = &CommandContext::defaultContext() |
||
) |
Load transformation from file.
anatomist::LoadTransformationCommand::LoadTransformationCommand | ( | const float | matrix[4][3], |
Referential * | org, | ||
Referential * | dst, | ||
int | res_id = -1 , |
||
CommandContext * | context = &CommandContext::defaultContext() |
||
) |
Give hard-coded transformation matrix.
(4 lines, 3 cols, 1st line=translation)
anatomist::LoadTransformationCommand::LoadTransformationCommand | ( | const std::vector< float > & | , |
Referential * | org, | ||
Referential * | dst, | ||
int | res_id = -1 , |
||
CommandContext * | context = &CommandContext::defaultContext() |
||
) |
Give hard-coded transformation matrix.
(1 line, 1st 3 elementse=translation)
|
virtual |
|
protectedvirtual |
Do a command.
Implements anatomist::Command.
|
inlinevirtual |
Return the unique name of a class of commands.
Implements anatomist::Command.
Definition at line 75 of file cLoadTransformation.h.
|
inline |
Definition at line 77 of file cLoadTransformation.h.
|
virtual |
Print the guts of a command into a Tree given as parent.
Reimplemented from anatomist::Command.
|
friend |
Definition at line 90 of file cLoadTransformation.h.