- Member Coarsing::interpolate_rot (int id, bool usetimeavg=false)
- Use something better to interpolate velocity than the nearest neighbor interpolation.
- Member Coarsing::interpolate_vel (int id, bool usetimeavg=false)
- Use something better to interpolate velocity than the nearest neighbor interpolation.
- Class cp< d >
- Ghosts should be improved in order to use either a bitset datatype, or a custom datatype, to avoid the limitation to sizeof(uint32_t) in the number of dimension.
- Member DeltaX
- should be runtime value.
- Member Eigen::Transform< _Scalar, _Dim, _Mode, _Options >::Identity ()
- In the future this function should be returning a Transform expression.
- Member Eigen::umeyama (const MatrixBase< Derived > &src, const MatrixBase< OtherDerived > &dst, bool with_scaling=true)
- Should the return type of umeyama() become a Transform?
- Member Texturing< d >::nrotate
- Implement in the visualisation the possible of rendering other dimensions than 1-2-3
- Member Texturing< d >::singlefiles
- implement tile rendering in the visualisation.