Skip to content
Snippets Groups Projects
Commit d51a7a4d authored by juergen's avatar juergen
Browse files

adding export for SequenceHandle::SetString()

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1804 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 37715002
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,8 @@ void export_sequence()
class_<SequenceHandle, bases<ConstSequenceHandle> >("SequenceHandle", init<>())
.def("SetSequenceOffset", &SequenceHandle::SetSequenceOffset)
.def("AttachView", attach_one)
.def("AttachView", attach_two)
.def("AttachView", attach_two)
.def("SetString", &SequenceHandle::SetString)
.add_property("string",
make_function(&SequenceHandle::GetString,
return_value_policy<copy_const_reference>()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment