[Smtk-developers] "Universal" operators

David Thompson david.thompson at kitware.com
Thu Dec 4 21:02:59 EST 2014


Hi all,

I've pushed some changes to SMTK that allow "universal" operators (i.e., operators that may be invoked on any bridge).

The impetus for this was

1. Exporters may now be operators that do not care about the types of models being processed.

2. The "set property" operator is now provided as a universal operator. It can be used to change the name or color of any model entity (or any other values stored using the model property system) without regard to the bridge type. Unlike methods on the cursor classes that allow changes to be made, this operator works with remote bridges as well -- changes on the client should be propagated to the server.

Note that this also required a small change to CMBv4, so you will need to update both repositories if you update either.

	David


More information about the Smtk-developers mailing list