Skip to content

Improve OneToOne map handling of indices, add IndexType

Harald Scheirich requested to merge feature/map-improvements into master

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • No new dependecies were added (or the new dependencies have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Ran the CodeFormatEnforcer task and verified the header is in all new files
  • Added iMSTK examples for all new major features (if any)

Resumes the work from !737 (closed) done by @andrew.wilson, adds a unit test for the OneToOneMap, but also introduces imstk::IndexType that can be used in the future where we currently mix size_t and int

Edited by Harald Scheirich

Merge request reports