ITK Wrapper for the statismo::DataManager class. More...
#include <itkDataManager.h>
Inherits Object.
Public Types | |
typedef DataManager | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef statismo::DataManager< T > | ImplType |
typedef statismo::DataManager < T >::DataItemType | DataItemType |
typedef statismo::DataManager < T >::DataItemListType | DataItemListType |
typedef statismo::Representer< T > | RepresenterType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (DataManager, Object) | |
template<class F > | |
boost::result_of< F()>::type | callstatismoImpl (F f) const |
ImplType * | GetstatismoImplObj () const |
void | SetstatismoImplObj (ImplType *impl) |
void | SetRepresenter (const RepresenterType *representer) |
void | AddDataset (typename RepresenterType::DatasetType *ds, const char *filename) |
void | Load (const char *filename) |
void | Save (const char *filename) |
statismo::DataManager< T > ::DataItemListType | GetData () const |
ITK Wrapper for the statismo::DataManager class.