Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Public Types | Public Member Functions | List of all members
itk::DataManager< T > Class Template Reference

ITK Wrapper for the statismo::DataManager class. More...

#include <itkDataManager.h>

Inherits Object.

Public Types

typedef DataManager Self
 
typedef Object Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
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
 
ImplTypeGetstatismoImplObj () 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
 

Detailed Description

template<class T>
class itk::DataManager< T >

ITK Wrapper for the statismo::DataManager class.

See Also
statismo::DataManager for detailed documentation.

The documentation for this class was generated from the following file: