Skip to content
Snippets Groups Projects
Unverified Commit 274d6f79 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix: add getter and setter methods for struct_refs

parent 7da012f6
No related branches found
No related tags found
No related merge requests found
......@@ -525,6 +525,8 @@ void export_mmcif_io()
return_value_policy<copy_const_reference>()))
.def("SetStructDetails", &MMCifInfo::SetStructDetails)
.def("GetStructDetails", &MMCifInfo::GetStructDetails)
.def("SetStructRefs", &MMCifInfo::SetStructRefs)
.def("GetStructRefs", &MMCifInfo::GetStructRefs)
.def("SetObsoleteInfo", &MMCifInfo::SetObsoleteInfo)
.def("GetObsoleteInfo", &MMCifInfo::GetObsoleteInfo)
.def("AddMMCifPDBChainTr", &MMCifInfo::AddMMCifPDBChainTr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment