Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetModelDisplayName
Method
GetModelDisplayName
Modules/ModelFit/src/Models/mitkModelBase.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
};
73
74
std::string
75
mitk::ModelBase::GetModelDisplayName() const
76
{
77
return this->GetClassID();
78
};
79
80
std::string mitk::ModelBase::GetModelType() const
81
{
Callers
3
mitkConcreteModelFactoryBaseTest
Function · 0.45
CreateFitInfoFromModelParameterizer
Method · 0.45
OnGenerateDataButtonClicked
Method · 0.45
Calls
1
GetClassID
Method · 0.95
Tested by
1
mitkConcreteModelFactoryBaseTest
Function · 0.36