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

Method EnoughPoints

Examples/Tutorial/Step10/Step10.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool mitk::ExampleInteractor::EnoughPoints(StateMachineAction *, InteractionEvent *)
82{
83 GetDataNode()->SetProperty("contourcolor", ColorProperty::New(1.0, 1.0, 0.0));
84 mitk::RenderingManager::GetInstance()->RequestUpdateAll();
85 return true;
86} //-
87
88mitk::ExampleInteractor::ExampleInteractor()
89{

Callers

nothing calls this directly

Calls 3

NewFunction · 0.50
SetPropertyMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected