Page MenuHomePhabricator

Support TimeSlicedGeometry to handle non evenly timed timesteps
Closed, ResolvedPublic

Description

Currently all 3D+t data is initialized evenly timed even if it is non evenly timed. This could be a problem if someone explicitly creates non evenly timed data since the TimeSlicedGeometry does`t provide an appropriate initialization function.

Additional other components should support non evenly timed data like the DataStorage and the SliceNavigationController.

Related Objects

Event Timeline

The creation of non-evenly timed Geometries is now possible due to our new TimeGeometry concept. To support non-evenly timed Geometries a corresponding class inheriting from TimeGeometry must be created. This should be possible without much change in the core.

I close this bug, since we have no concrete use case at the moment.