| 157 | } |
| 158 | |
| 159 | void mitk::Surface::UpdateOutputInformation() |
| 160 | { |
| 161 | if (this->GetSource().IsNotNull()) |
| 162 | this->GetSource()->UpdateOutputInformation(); |
| 163 | |
| 164 | if (m_CalculateBoundingBox == true && !m_PolyDatas.empty()) |
| 165 | this->CalculateBoundingBox(); |
| 166 | else |
| 167 | this->GetTimeGeometry()->Update(); |
| 168 | } |
| 169 | |
| 170 | void mitk::Surface::CalculateBoundingBox() |
| 171 | { |