Skip to content
Snippets Groups Projects
Commit e9aaa6bb authored by marco's avatar marco
Browse files

allow to create invalid EntityViews

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2109 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 38e0537e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ void export_EntityView()
Real (EntityView::*get_angle1)(const AtomHandle&, const AtomHandle&, const AtomHandle&) const = &EntityView::GetAngle;
Real (EntityView::*get_angle2)(const AtomView&, const AtomView&, const AtomView&) const = &EntityView::GetAngle;
class_<EntityView, bases<EntityBase> >("EntityView", no_init)
class_<EntityView, bases<EntityBase> >("EntityView", init<>())
.def("Apply",apply1)
.def("Apply",apply2)
.def("Copy", &EntityView::Copy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment