Public Types | Static Public Member Functions

cmtk::XformListIO Class Reference
[cmtkIO Library]

Utility class to generate a list of concatenated transformation objects. More...

#include <cmtkXformListIO.h>

List of all members.

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.

Detailed Description

Utility class to generate a list of concatenated transformation objects.

Definition at line 52 of file cmtkXformListIO.h.


Member Typedef Documentation

This class.

Definition at line 56 of file cmtkXformListIO.h.


Member Function Documentation

cmtk::XformList cmtk::XformListIO::MakeFromStringList ( const std::vector< std::string > &  stringList ) [static]

Create transformation list from string list.

Returns:
An XformList object with concatenated Xform (and derived) objects, each of which may be optionally inverted.
Parameters:
stringListList 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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines