Carna Registration API Version 1.16.0
Public Member Functions | Public Attributes | Related Functions
CRA::Link Class Reference

Tuple of a one Tool and VirtualElement instances. More...

#include <Link.h>

Collaboration diagram for CRA::Link:

List of all members.

Public Member Functions

 Link (Tool &tool, VirtualElement &virtualElement)
 Instantiates.

Public Attributes

Tooltool
 References the associated physical representation.
VirtualElementvirtualElement
 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.

Detailed Description

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.

Author:
Leonid Kostrykin
Date:
23.3.12 - 28.3.12

Definition at line 40 of file Link.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator