| 322 | } |
| 323 | |
| 324 | bool RenderingManager::InitializeViews(const BaseGeometry* geometry, RequestType type, bool resetCamera) |
| 325 | { |
| 326 | ProportionalTimeGeometry::Pointer propTimeGeometry = ProportionalTimeGeometry::New(); |
| 327 | propTimeGeometry->Initialize(dynamic_cast<BaseGeometry *>(geometry->Clone().GetPointer()), 1); |
| 328 | return this->InitializeViews(propTimeGeometry, type, resetCamera); |
| 329 | } |
| 330 | |
| 331 | bool RenderingManager::InitializeViews(const TimeGeometry* geometry, RequestType type, bool resetCamera) |
| 332 | { |