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

Method GetDescription

Modules/Forms/src/mitkForm.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::string Form::Section::GetDescription() const
64{
65 return m_Description;
66}
67
68void Form::Section::SetDescription(const std::string& description)
69{

Calls

no outgoing calls