Carna Registration API Version 1.16.0
|
Tool implementation which queries the Localizer interface for it's bearing, using some associated port. More...
#include <ToolByPort.h>
Public Member Functions | |
ToolByPort (Localizer &localizer, const std::string &port, const std::string &name) | |
Instantiates. | |
ToolByPort (Localizer &localizer, const std::string &port) | |
Instantiates. | |
virtual const Transformation & | getOrientation () const override |
Tells the current bearing of this tool. | |
virtual bool | isVisible () const override |
Tells whether this tool is currently visible. | |
const std::string & | getPort () const |
Tells the associated port. |
Tool implementation which queries the Localizer interface for it's bearing, using some associated port.
Definition at line 34 of file ToolByPort.h.
virtual const Transformation& CRA::ToolByPort::getOrientation | ( | ) | const [override, virtual] |
Tells the current bearing of this tool.
The result reflects the currently set offset.
Implements CRA::Tool.
Documentation generated by Doxygen