Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetClassID
Method
GetClassID
Modules/ModelFit/src/Models/mitkModelBase.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
};
89
90
mitk::ModelBase::ModellClassIDType mitk::ModelBase::GetClassID() const
91
{
92
return this->GetNameOfClass();
93
};
94
95
std::string mitk::ModelBase::GetXName() const
96
{
Callers
10
GetModelDisplayName
Method · 0.95
mitkConcreteModelFactoryBaseTest
Function · 0.45
CreateFitInfoFromModelParameterizer
Method · 0.45
GetDefaultFitName
Method · 0.45
InitModelComboBox
Method · 0.45
GetDefaultFitName
Method · 0.45
InitModelComboBox
Method · 0.45
InitModelComboBox
Method · 0.45
GetDefaultFitName
Method · 0.45
InitModelComboBox
Method · 0.45
Calls
1
GetNameOfClass
Method · 0.45
Tested by
1
mitkConcreteModelFactoryBaseTest
Function · 0.36