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"
itk::Array< double > TimeGridType
Base class for model fit provider.
ModelBase::TimeGridType GetVariableGrid(const modelFit::ModelFitInfo *fitInfo) const override
us::ServiceRegistration< IModelFitProvider > RegisterService(us::ModuleContext *context=us::GetModuleContext())
ModelFitProviderBase(const ModelFitProviderBase &other)
void SetRanking(int ranking)
Set the service ranking for this file reader.
virtual us::ServiceProperties GetServiceProperties() const
~ModelFitProviderBase() override
itk::SmartPointer< ModelFactoryBase > GenerateFactory() const override
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.
US_UNORDERED_MAP_TYPE< std::string, Any > ServiceProperties
Find image slices visible on a given plane.
The common interface for all model providers for model fitting.