#include <basic/geometry/Frame.h>
Inherits Matrix4x4.
Inherited by Pose.
Inheritance diagram for Frame:
Public Member Functions | |
Frame () | |
Frame (const Matrix4x4 &right) | |
virtual | ~Frame () |
void | SetBaseFrame (const unsigned int base) |
unsigned int | BaseFrameNum () const |
bool | operator< (const Frame &right) const |
Frame | EvaluateOverall () const |
Vector4 | GetTranslationVector () const |
bool | operator== (const Frame &right) const |
Frame (const Frame &right) | |
Frame & | operator= (const Frame &right) |
Protected Attributes | |
char | name [256] |
Private Attributes | |
unsigned int | baseFrame |
Definition at line 40 of file Frame.h.
|
Definition at line 37 of file Frame.cpp. References name. Referenced by EvaluateOverall(). |
|
Definition at line 49 of file Frame.cpp. References name. |
|
|
|
Definition at line 125 of file Frame.cpp. References name. |
|
Definition at line 81 of file Frame.cpp. References baseFrame. Referenced by FrameManager::ValidateFrame(). |
|
Definition at line 96 of file Frame.cpp. References Frame(). Here is the call graph for this function: ![]() |
|
|
|
|
Reimplemented in Pose. Definition at line 133 of file Frame.cpp. References baseFrame, and Matrix4x4::SetValues(). Here is the call graph for this function: ![]() |
|
Reimplemented in Pose. |
|
Definition at line 73 of file Frame.cpp. References baseFrame. |
|
Definition at line 95 of file Frame.h. Referenced by BaseFrameNum(), operator=(), and SetBaseFrame(). |
|
Definition at line 88 of file Frame.h. Referenced by Frame(). |