Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkModelGenerator.h>
Public Types | |
typedef ModelFactoryBase::ModellClassIDType | ModelClassIDType |
Static Public Member Functions | |
static ModelFactoryBase::Pointer | GetModelFactory (const ModelClassIDType &id) |
static ModelParameterizerBase::Pointer | GenerateModelParameterizer (const modelFit::ModelFitInfo &fit) |
static IModelFitProvider * | GetProviderService (const ModelClassIDType &id) |
Protected Member Functions | |
ModelGenerator () | |
virtual | ~ModelGenerator () |
Definition at line 29 of file mitkModelGenerator.h.
Definition at line 32 of file mitkModelGenerator.h.
|
protecteddefault |
Referenced by GetProviderService().
|
protectedvirtualdefault |
Referenced by GetProviderService().
|
static |
Takes a fit instances and generates the corresponding ModelParameterizer. If no fitting factory can be found or no class id is specified in the fit, a null pointer is returned.
Definition at line 59 of file mitkModelGenerator.cpp.
References mitk::modelFit::ModelFitInfo::functionClassID, and GetModelFactory().
Referenced by CalcSignalFromModel(), and mitk::GenerateModelSignalPlotData().
|
static |
Returns the pointer to a factory instance that is responsible for the given model class id. If no fitting factory can be found, a null pointer is returned.
Definition at line 43 of file mitkModelGenerator.cpp.
References GetProviderService().
Referenced by GenerateModelParameterizer().
|
static |
Definition at line 19 of file mitkModelGenerator.cpp.
References us::GetModuleContext(), ModuleContext::GetService(), ModuleContext::GetServiceReferences(), MITK_WARN, ModelGenerator(), mitk::IModelFitProvider::PROP_MODEL_CLASS_ID(), and ~ModelGenerator().
Referenced by GetModelFactory().