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

Method ConfigurationChanged

Examples/Tutorial/Step10/Step10.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void mitk::ExampleInteractor::ConfigurationChanged()
100{
101 // read how many points we accept from the config properties
102 mitk::PropertyList::Pointer properties = GetPropertyList();
103 std::string maxNumber;
104 properties->GetStringProperty("NumberOfPoints", maxNumber);
105 m_MaximalNumberOfPoints = atoi(maxNumber.c_str());
106}

Callers

nothing calls this directly

Calls 1

GetStringPropertyMethod · 0.45

Tested by

no test coverage detected