Skip to content

Add methods to `resource::Metadata` that accept `common::Managers`.

David Thompson requested to merge dcthomp/smtk:omit-instances into master
  • Now, create, read, and write functors should accept a shared pointer to smtk::common::Managers as their last argument.

  • Operations now accept a Managers instance, which is configured by the operation manager upon creation of the operation.

  • This also changes the API of smtk::project::Metadata to accept the new create() signature.

Merge request reports