RefFrame represents the name of a transform's reference frame. More...
#include <explicit_types.h>
Public Member Functions | |
std::string | id () const |
RefFrame (const std::string &id) | |
Private Attributes | |
const std::string & | id_ |
RefFrame represents the name of a transform's reference frame.
Definition at line 60 of file explicit_types.h.
transform_graph::RefFrame::RefFrame | ( | const std::string & | id | ) | [explicit] |
Constructor
[in] | id | The name of the frame. |
Definition at line 16 of file explicit_types.cpp.
std::string transform_graph::RefFrame::id | ( | ) | const |
Definition at line 17 of file explicit_types.cpp.
const std::string& transform_graph::RefFrame::id_ [private] |
Definition at line 71 of file explicit_types.h.