| 174 | } |
| 175 | |
| 176 | mitk::BaseGeometry *mitk::BoundingObjectGroup::GetGeometry(int t) const |
| 177 | { |
| 178 | // if ( m_BoundingObjects == nullptr ) |
| 179 | return Superclass::GetGeometry(t); |
| 180 | |
| 181 | // mitk::BoundingObjectGroup::BoundingObjectContainer::ConstIterator boI = m_BoundingObjects->Begin(); |
| 182 | // const mitk::BoundingObjectGroup::BoundingObjectContainer::ConstIterator boIEnd = m_BoundingObjects->End(); |
| 183 | // mitk::Geometry3D* currentGeometry = nullptr; |
| 184 | |
| 185 | // while ( boI != boIEnd ) |
| 186 | //{ |
| 187 | // currentGeometry = boI.Value()->GetGeometry( t ); |
| 188 | // boI++; |
| 189 | //} |
| 190 | |
| 191 | // return currentGeometry; |
| 192 | } |
| 193 | |
| 194 | void mitk::BoundingObjectGroup::SetBoundingObjects(const std::deque<mitk::BoundingObject::Pointer> boundingObjects) |
| 195 | { |