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

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

#include <itkPosteriorModelBuilder.h>

Inherits Object.

Public Types

typedef PosteriorModelBuilder Self
 
typedef Object Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef
statismo::PosteriorModelBuilder
< T > 
ImplType
 
typedef statismo::DataManager< T > DataManagerType
 
typedef
DataManagerType::DataItemListType 
DataItemListType
 
typedef statismo::Representer< T > RepresenterType
 
typedef RepresenterType::ValueType ValueType
 
typedef RepresenterType::PointType PointType
 
typedef
statismo::PosteriorModelBuilder
< T >::PointValueListType 
PointValueListType
 
typedef
statismo::PosteriorModelBuilder
< T >
::PointValueWithCovariancePairType 
PointValueWithCovariancePairType
 
typedef
statismo::PosteriorModelBuilder
< T >
::PointValueWithCovarianceListType 
PointValueWithCovarianceListType
 
typedef itk::StatisticalModel< T > StatisticalModelType
 
typedef
statismo::StatisticalModel< T > 
StatismoStatisticalModelType
 

Public Member Functions

 itkNewMacro (Self)
 
 itkTypeMacro (PosteriorModelBuilder, Object)
 
template<class F >
boost::result_of< F()>::type callstatismoImpl (F f) const
 
StatisticalModelType::Pointer BuildNewModelFromModel (const StatisticalModelType *model, const PointValueListType &pointValues, double pointValuesNoiseVariance, bool computeScores=true)
 
StatisticalModelType::Pointer BuildNewModel (DataItemListType DataItemList, const PointValueListType &pointValues, double pointValuesNoiseVariance, double noiseVariance)
 
StatisticalModelType::Pointer BuildNewModelFromModel (const StatisticalModelType *model, const PointValueWithCovarianceListType &pointValuesWithCovariance, bool computeScores=true)
 
StatisticalModelType::Pointer BuildNewModel (const DataItemListType &DataItemList, const PointValueWithCovarianceListType &pointValuesWithCovariance, double noiseVariance)
 

Detailed Description

template<class T>
class itk::PosteriorModelBuilder< T >

ITK Wrapper for the statismo::PosteriorModelBuilder class.

See Also
statismo::PosteriorModelBuilder for detailed documentation.

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