Carna Registration API Version 1.16.0
|
Adapter which maps the VirtualElement interface to this of Object3D
.
More...
#include <LinkedObject.h>
Public Member Functions | |
LinkedObject (Carna::base::model::Object3D &) | |
Instantiates. | |
virtual void | update (const Transformation &orientation, const Registration ®istration) override |
Updates the represented scene element's bearing. | |
Public Attributes | |
Carna::base::model::Object3D & | object |
References the controlled 3D object. |
Adapter which maps the VirtualElement interface to this of Object3D
.
Definition at line 36 of file LinkedObject.h.
void CRA::LinkedObject::update | ( | const Transformation & | bearing, |
const Registration & | registration | ||
) | [inline, override, virtual] |
Updates the represented scene element's bearing.
bearing | Is the orientation of the associated tool to the reference base. |
registration | References the current registration. |
Implements CRA::VirtualElement.
Definition at line 70 of file LinkedObject.h.
Documentation generated by Doxygen