Loading [MathJax]/extensions/tex2jax.js
Carna Registration API Version 1.16.0
Public Member Functions
CRA::VirtualElement Class Reference

Represents a virtual scene element, maybe an object or the camera. More...

#include <VirtualElement.h>

Inheritance diagram for CRA::VirtualElement:

List of all members.

Public Member Functions

virtual ~VirtualElement ()
 Does nothing.
virtual void update (const Transformation &bearing, const Registration &registration)=0
 Updates the represented scene element's bearing.

Detailed Description

Represents a virtual scene element, maybe an object or the camera.

api01.png
Author:
Leonid Kostrykin
Date:
23.3.12 - 26.9.12

Definition at line 37 of file VirtualElement.h.


Member Function Documentation

virtual void CRA::VirtualElement::update ( const Transformation &  bearing,
const Registration registration 
) [pure virtual]

Updates the represented scene element's bearing.

Parameters:
bearingIs the orientation of the associated tool to the reference base.
registrationReferences the current registration.

Implemented in CRA::LinkedCamera, and CRA::LinkedObject.


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