From represents the name of a frame we want to map from. More...
#include <explicit_types.h>
Public Member Functions | |
From (const std::string &id) | |
std::string | id () const |
Private Attributes | |
const std::string & | id_ |
From represents the name of a frame we want to map from.
Definition at line 75 of file explicit_types.h.
transform_graph::From::From | ( | const std::string & | id | ) | [explicit] |
Constructor
[in] | id | The name of the frame. |
Definition at line 19 of file explicit_types.cpp.
std::string transform_graph::From::id | ( | ) | const |
Definition at line 20 of file explicit_types.cpp.
const std::string& transform_graph::From::id_ [private] |
Definition at line 86 of file explicit_types.h.