[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] decorator improvements



Most of the decorators now that things as arguments to their create function. For example, you can now do
XYZDecorator.create(p, IMP.Vector3D(1,2,3)).

Just something to be aware of.

The IMP_DECORATOR macro also changed in case anyone else uses it. Read the documentation to see how to use the new one.