Skip to content

Rearrange arrangements

David Thompson requested to merge dcthomp/smtk:rearrange-arrangements into master

Remove the UUIDsToArrangements map from smtk::model::Manager and add a KindsToArrangements map to smtk::model::Entity. This is a beneficial change because:

  • It moves arrangement indices into the same structure as the the vector they index into, thus simplifying access.
  • It makes JSON serialization easier by removing an additional lookup into the model manager.

Merge request reports