Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ RegisterQuestion
Method
RegisterQuestion
Modules/Forms/src/mitkModuleActivator.h:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
private:
41
template <class TQuestion>
42
void RegisterQuestion()
43
{
44
m_QuestionFactory->Register(new TQuestion);
45
}
46
47
std::unique_ptr<IQuestionFactory> m_QuestionFactory;
48
};
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected