ITK Wrapper for the statismo::PCAModelBuilder class. More...
#include <itkConditionalModelBuilder.h>
Inherits Object.
Public Types | |
typedef ConditionalModelBuilder | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef statismo::ConditionalModelBuilder < Representer > | ImplType |
typedef statismo::DataManager < Representer > | DataManagerType |
typedef DataManagerType::SampleDataStructureListType | SampleDataStructureListType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (ConditionalModelBuilder, Object) | |
template<class F > | |
boost::result_of< F()>::type | callstatismoImpl (F f) const |
StatisticalModel< Representer > ::Pointer | BuildNewModel (SampleDataStructureListType SampleDataStructureList, const typename statismo::ConditionalModelBuilder< Representer >::SurrogateTypeVectorType &surrogateTypes, const typename statismo::ConditionalModelBuilder< Representer >::CondVariableValueVectorType &conditioningInfo, float noiseVariance, double modelVarianceRetained) |
ITK Wrapper for the statismo::PCAModelBuilder class.