- Jun 11, 2012
-
-
Marco Biasini authored
-
- May 21, 2012
-
-
Niklaus Johner authored
This function returns a geom::Vec3List containing the positions of all the atoms in the entity.
-
- Jul 19, 2011
-
-
Ansgar Philippsen authored
For selections that do not explicitely state a QueryFlag option, a default query flag is used instead of 0. This is an extension to current behavior and should have zero impact on existing code.
-
- Mar 31, 2011
-
-
Marco Biasini authored
The cause for this is actually a bug in Boost.Python that triggers when arg("arg")... is used in the export and the number of arg("") arguments doesn't match the number of argument of the function. When one then uses a wrong kwarg, the program crashes. I'll submit a bug report to the Boost.Python on this issue. I fear that there are many more cases in the pymod export where we are using arg("") as we did for the query.
-
Marco Biasini authored
The cause for this is actually a bug in Boost.Python that triggers when arg("arg")... is used in the export and the number of arg("") arguments doesn't match the number of argument of the function. When one then uses a wrong kwarg, the program crashes. I'll submit a bug report to the Boost.Python on this issue. I fear that there are many more cases in the pymod export where we are using arg("") as we did for the query.
-
- Feb 21, 2011
-
-
Ansgar Philippsen authored
various related cleanups and optimizations: - removed superfluous sort in load_dcd - added explicit *TransformedPos() methods to complement *Pos() methods (XCSEditor, AtomHandle, AtomImpl) - changed getter/setter logic for AtomImpl Name, TransformedPos and OriginalPos to direct access, deprecated GetName and removed Get*Pos and Set*Pos
-
Ansgar Philippsen authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- Jan 17, 2011
-
-
Marco Biasini authored
-
- Dec 24, 2010
-
-
Marco Biasini authored
Instead of only checking for the validity of the impl class, the view classes now also check if the view data is valid. This improves debugging in cases (when the trying to access, for example, an AtomView whose EntityView has been deleted.
-
- Oct 30, 2010
-
-
Marco Biasini authored
Request(ICS|XCS)Editor is still available in python but marked as deprecated. Also add unit tests to check behaviour of EntityHandle.Copy() and CreateEntityFromView()
-
- Jul 05, 2010
-
-
marco authored
GetGeometricStart()/GetGeometricEnd() has been deprecated and will be removed sooner or later. git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2501 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Jun 21, 2010
-
-
valerio authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2433 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Jun 15, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2395 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Apr 22, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2101 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Apr 21, 2010
-
-
valerio authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2071 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Mar 12, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1823 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Mar 05, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1768 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-
- Feb 26, 2010
-
-
marco authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1742 5a81b35b-ba03-0410-adc8-b2c5c5119f08
-