Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkTestModelFactory.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static ModelPointer | CreateConcreteModel () |
Protected Member Functions | |
ModelParameterizerBase::Pointer | DoCreateParameterizer (const modelFit::ModelFitInfo *fit) const override |
TestModelFactory () | |
~TestModelFactory () override | |
![]() | |
ConcreteModelFactoryBase () | |
~ConcreteModelFactoryBase () override | |
![]() | |
ModelFactoryBase () | |
~ModelFactoryBase () override | |
![]() | |
ModelTraitsInterface () | |
virtual | ~ModelTraitsInterface () |
Definition at line 26 of file mitkTestModelFactory.h.
|
protected |
Definition at line 16 of file mitkTestModelFactory.cpp.
|
overrideprotected |
Definition at line 20 of file mitkTestModelFactory.cpp.
|
overrideprotectedvirtual |
Implements mitk::ModelFactoryBase.
Definition at line 31 of file mitkTestModelFactory.cpp.
|
overridevirtual |
This function returns the default parameterization (e.g. initial parametrization for fitting) defined by the model developer for for the given model.
Implements mitk::ModelFactoryBase.
Definition at line 25 of file mitkTestModelFactory.cpp.
mitk::TestModelFactory::mitkClassMacro | ( | TestModelFactory | , |
ConcreteModelFactoryBase< TestModel > | |||
) |
|
static |
Referenced by mitkConcreteModelFactoryBaseTest().