GAMS  1.2.2
gams::pose::unrelated_frames Class Reference

Thrown when an an attempt is made to transform between frames that do not belong to the same frame tree. More...

#include <ReferenceFrame.h>

Inheritance diagram for gams::pose::unrelated_frames:

Public Member Functions

 unrelated_frames (ReferenceFrame from_frame, ReferenceFrame to_frame)
 The only Constructor. More...
 
 ~unrelated_frames () throw ()
 

Public Attributes

ReferenceFrame from_frame
 
ReferenceFrame to_frame
 

Detailed Description

Thrown when an an attempt is made to transform between frames that do not belong to the same frame tree.

Definition at line 1111 of file ReferenceFrame.h.

Constructor & Destructor Documentation

gams::pose::unrelated_frames::unrelated_frames ( ReferenceFrame  from_frame,
ReferenceFrame  to_frame 
)

The only Constructor.

Parameters
from_framethe frame the coordinate belongs to
to_framethe frame the coordinate is being transformed to
gams::pose::unrelated_frames::~unrelated_frames ( )
throw (
)

Member Data Documentation

ReferenceFrame gams::pose::unrelated_frames::from_frame

Definition at line 1123 of file ReferenceFrame.h.

ReferenceFrame gams::pose::unrelated_frames::to_frame

Definition at line 1124 of file ReferenceFrame.h.


The documentation for this class was generated from the following file: