[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IMP-dev] decorator improvements
- To: List for IMP development <imp-dev@salilab.org>
- Subject: [IMP-dev] decorator improvements
- From: Daniel Russel <drussel@gmail.com>
- Date: Mon, 19 Jan 2009 23:53:09 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=Go858JpBB5QFGI761RgkNPuQlYyzjTCwedtvNK4mO2BO8mn7ZBWy9RFHpbMwP7VvNr c9bNC2MSDR7QVV3/sSaTer0twyP6AlPDQCqAFmuKG19flr6jg6bb8rEk/QbFNrnnH8GS P7Gi9xfKwYihk5GrqYd2s1j2WTYLVEkIIFUYQ=
- Reply-to: List for IMP development <imp-dev@salilab.org>
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.