Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkModelFitProviderBase_h
14 #define mitkModelFitProviderBase_h
31 template<
class TModelFactory>
74 std::unique_ptr< Impl > d;
80 #ifndef ITK_MANUAL_INSTANTIATION
81 #include "mitkModelFitProviderBase.tpp"
US_UNORDERED_MAP_TYPE< std::string, Any > ServiceProperties
~ModelFitProviderBase() override
virtual us::ServiceProperties GetServiceProperties() const
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.
The common interface for all model providers for model fitting.
void SetRanking(int ranking)
Set the service ranking for this file reader.
DataCollection - Class to facilitate loading/accessing structured data.
ModelBase::TimeGridType GetVariableGrid(const modelFit::ModelFitInfo *fitInfo) const override
Base class for model fit provider.
us::ServiceRegistration< IModelFitProvider > RegisterService(us::ModuleContext *context=us::GetModuleContext())
itk::Array< double > TimeGridType
itk::SmartPointer< ModelFactoryBase > GenerateFactory() const override