An error occurred while fetching the assigned milestone of the selected merge_request.
WIP: Add polymorphic arrays
The idea of using template meta programming to iterate over every possible array type that can be encountered is leading to significant compile issues. We are relaxing our constraints a bit to allow accessing array values through virtual methods. That way, different implementations can work together without having to compile a special case for every combination.
Merge request reports
Activity
Added 16 commits:
- b9abede0...dcb032fc - 12 commits from branch
vtk:master
- 12bae1a3 - Add ArrayHandleVirtual class
- a17d7b00 - Internal base classes only templated on component type
- fde4910f - All ArrayPortal objects have Set
- 88283fac - Port any DynamicArrayHandle to ArrayHandleVirtual
Toggle commit list- b9abede0...dcb032fc - 12 commits from branch
Please register or sign in to reply