Utility class to generate a list of concatenated transformation objects. More...
#include <cmtkXformListIO.h>
Public Types | |
| typedef XformListIO | Self |
| This class. | |
Static Public Member Functions | |
| static XformList | MakeFromStringList (const std::vector< std::string > &stringList) |
| Create transformation list from string list. | |
Utility class to generate a list of concatenated transformation objects.
Definition at line 52 of file cmtkXformListIO.h.
| typedef XformListIO cmtk::XformListIO::Self |
This class.
Definition at line 56 of file cmtkXformListIO.h.
| cmtk::XformList cmtk::XformListIO::MakeFromStringList | ( | const std::vector< std::string > & | stringList ) | [static] |
Create transformation list from string list.
| stringList | List of transformation paths. If an entry is "--inverse" or "-i", then the next following transformation is marked to be applied inverse. |
Definition at line 38 of file cmtkXformListIO.cxx.
References cmtk::XformList::Add(), cmtk::XformIO::Read(), and cmtk::StdErr.
1.7.2