MCPcopy Create free account
hub / github.com/MITK/MITK / CreateAnother

Method CreateAnother

Modules/Forms/src/mitkDropdownQuestion.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Question* DropdownQuestion::CreateAnother() const
26{
27 return new DropdownQuestion;
28}
29
30void DropdownQuestion::FromJSON(const nlohmann::ordered_json& j)
31{

Callers 3

CreateInstanceMethod · 0.45
FromJSONMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected