#include <PCSHandPose.h>
Inheritance diagram for OSCAR::PCSHandPose:

Public Types | |
| enum | CS_MODE { CCS, PCS } |
Public Methods | |
| PCSHandPose (CS_MODE mode=PCS) | |
| PCSHandPose (const HandPose &) | |
| PCSHandPose (const PCSHandPose &) | |
| ~PCSHandPose () | |
| bool | ChangeCSMode (CS_MODE) |
| CS_MODE | GetCSMode () |
| double & | X () |
| double & | Y () |
| double & | Z () |
| double & | Range () |
| double & | Altitude () |
| double & | Azimuth () |
| double | GetX () const |
| double | GetY () const |
| double | GetZ () const |
| double | GetRange () const |
| double | GetAltitude () const |
| double | GetAzimuth () const |
| PCSHandPose & | operator= (const PCSHandPose &rhs) |
| PCSHandPose & | operator= (const HandPose &rhs) |
| void | ToHandPose (HandPose &) const |
Protected Methods | |
| void | PCS2CCS () |
| void | CCS2PCS () |
Protected Attributes | |
| CS_MODE | currentMode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get the value of the 1st element. Get the value of the 1st element.
Reimplemented from OSCAR::HandPose. |
|
|
Get the value of the 2nd element. Get the value of the 2nd element.
Reimplemented from OSCAR::HandPose. |
|
|
Get the value of the 3rd element. Get the value of the 3rd element.
Reimplemented from OSCAR::HandPose. |
|
|
Assignment operator. Assignment operator for an object of type HandPose, does not convert orientation types.
Reimplemented from OSCAR::HandPose. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get a reference to the 1st element. Get a reference to the 1st element.
Reimplemented from OSCAR::HandPose. |
|
|
Get a reference to the 2nd element. Get a reference to the 2nd element.
Reimplemented from OSCAR::HandPose. |
|
|
Get a reference to the 3rd element. Get a reference to the 3rd element.
Reimplemented from OSCAR::HandPose. |
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |