Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef object_reader | Self |
typedef T | ObjectType |
typedef object_reader | Self |
typedef T | ObjectType |
Public Member Functions | |
const std::vector< ObjectType > & | GetOutput () const |
std::vector< ObjectType > & | GetOutput () |
void | SetFileName (const char *fn) |
void | SetFileName (const std::string &fn) |
const std::string & | GetFileName () const |
void | Read () |
void | Update () |
const std::vector< ObjectType > & | GetOutput () const |
std::vector< ObjectType > & | GetOutput () |
void | SetFileName (const char *fn) |
void | SetFileName (const std::string &fn) |
const std::string & | GetFileName () const |
void | Read () |
void | Update () |
Reads a std::vector of c++ objects. The first integer in the file is assumed to represent the number of transforms in the file. The size of each transform is determined by the templating.
Definition at line 111 of file itkPSMProcrustesRegistration2DTest.cxx.
typedef object_reader object_reader< T >::Self |
Standard class typedefs
Definition at line 115 of file itkPSMProcrustesRegistrationTest.cxx.
typedef object_reader object_reader< T >::Self |
Standard class typedefs
Definition at line 115 of file itkPSMProcrustesRegistration2DTest.cxx.
|
inline |
Get the output of the reader. The output is a std::vector of TransformType.
Definition at line 119 of file itkPSMProcrustesRegistration2DTest.cxx.
|
inline |
Get the output of the reader. The output is a std::vector of TransformType.
Definition at line 119 of file itkPSMProcrustesRegistrationTest.cxx.
|
inline |
Read the file.
Definition at line 136 of file itkPSMProcrustesRegistration2DTest.cxx.
|
inline |
Read the file.
Definition at line 136 of file itkPSMProcrustesRegistrationTest.cxx.