Carna Registration API Version 1.16.0
|
Represents a virtual scene element, maybe an object or the camera. More...
#include <VirtualElement.h>
Public Member Functions | |
virtual | ~VirtualElement () |
Does nothing. | |
virtual void | update (const Transformation &bearing, const Registration ®istration)=0 |
Updates the represented scene element's bearing. |
Represents a virtual scene element, maybe an object or the camera.
Definition at line 37 of file VirtualElement.h.
virtual void CRA::VirtualElement::update | ( | const Transformation & | bearing, |
const Registration & | registration | ||
) | [pure 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. |
Implemented in CRA::LinkedCamera, and CRA::LinkedObject.
Documentation generated by Doxygen