| 259 | } |
| 260 | |
| 261 | void mitk::Surface::Update() |
| 262 | { |
| 263 | using ::Update; |
| 264 | |
| 265 | if (this->GetSource().IsNull()) |
| 266 | std::for_each(m_PolyDatas.begin(), m_PolyDatas.end(), Update); |
| 267 | |
| 268 | Superclass::Update(); |
| 269 | } |
| 270 | |
| 271 | void mitk::Surface::Expand(unsigned int timeSteps) |
| 272 | { |
no test coverage detected