Skip to content

Commit

Permalink
Expose Icomponent.getFullName to python re #5659
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Oct 8, 2012
1 parent f9ce051 commit 9b29651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ void export_IComponent()
.def("getPos", &IComponent::getPos, "Returns the absolute position of the component")
.def("getDistance", &IComponent::getDistance, "Returns the distance, in metres, between this and the given component")
.def("getName", &IComponent::getName, "Returns the name of the component")
.def("getFullName", &IComponent::getFullName,"Returns full path name of component")
.def("type", &IComponent::type, "Returns the type of the component represented as a string")
;

Expand Down

0 comments on commit 9b29651

Please sign in to comment.