Carna Registration API Version 1.16.0
|
Tuple of a one Tool and VirtualElement instances. More...
#include <Link.h>
Public Member Functions | |
Link (Tool &tool, VirtualElement &virtualElement) | |
Instantiates. | |
Public Attributes | |
Tool & | tool |
References the associated physical representation. | |
VirtualElement & | virtualElement |
References the associated virtual representation. | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator< (const Link &l, const Link &r) |
Defines relation for Link instances using the address of their tools. |
Tuple of a one Tool and VirtualElement instances.
When Link
instances are provided to some Registration, the linked virtual scene element gets moved when their physical representations' position changes.
A Link
instance represents scene elements with a physical representation and a virtual representation.
Documentation generated by Doxygen