| 79 | } |
| 80 | |
| 81 | bool 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 | |
| 88 | mitk::ExampleInteractor::ExampleInteractor() |
| 89 | { |
nothing calls this directly
no test coverage detected