Skip to content
Snippets Groups Projects
Commit 80dfbd42 authored by andreas's avatar andreas
Browse files

bugfix in gfx entity export

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1787 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent c7ac43bb
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ void export_Entity() ...@@ -232,6 +232,7 @@ void export_Entity()
.def("BlurSnapshot", &Entity::BlurSnapshot) .def("BlurSnapshot", &Entity::BlurSnapshot)
.def("SetBlurFactors",&Entity::SetBlurFactors) .def("SetBlurFactors",&Entity::SetBlurFactors)
.def("SetBlur",&Entity::SetBlur) .def("SetBlur",&Entity::SetBlur)
.def("GetBoundingBox",&Entity::GetBoundingBox)
.def("SetSelection",&Entity::SetSelection) .def("SetSelection",&Entity::SetSelection)
.def("GetSelection",&Entity::GetSelection) .def("GetSelection",&Entity::GetSelection)
.add_property("selection", &Entity::GetSelection, .add_property("selection", &Entity::GetSelection,
...@@ -266,7 +267,7 @@ void export_Entity() ...@@ -266,7 +267,7 @@ void export_Entity()
.def("GetOptions", &Entity::GetOptions) .def("GetOptions", &Entity::GetOptions)
.add_property("sline_options", &ent_sline_opts) .add_property("sline_options", &ent_sline_opts)
.add_property("simple_options", &ent_simple_opts) .add_property("simple_options", &ent_simple_opts)
.add_property("tube_options", &ent_sline_opts) .add_property("tube_options", &ent_tube_opts)
.add_property("custom_options", &ent_custom_opts) .add_property("custom_options", &ent_custom_opts)
.add_property("cartoon_options", &ent_hsc_opts) .add_property("cartoon_options", &ent_hsc_opts)
.add_property("cpk_options", &ent_cpk_opts) .add_property("cpk_options", &ent_cpk_opts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment