| 104 | } |
| 105 | |
| 106 | void Step6::StartRegionGrowing() |
| 107 | { |
| 108 | AccessByItk_1(m_FirstImage, RegionGrowing, this); |
| 109 | |
| 110 | mitk::RenderingManager::GetInstance()->RequestUpdateAll(); |
| 111 | } |
| 112 | |
| 113 | void Step6::Load(int argc, char *argv[]) |
| 114 | { |
nothing calls this directly
no test coverage detected