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

Method RemoveResponse

Modules/Forms/src/mitkQuestionWithOptions.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void QuestionWithOptions::RemoveResponse(size_t i)
39{
40 m_Responses.erase(i);
41}
42
43void QuestionWithOptions::SetResponse(size_t i)
44{

Callers 1

OnIdToggledMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected