Public Member Functions | |
CacheKey (const std::string &f, ros::Time t, bool r) | |
bool | operator< (const CacheKey &rhs) const |
Public Attributes | |
std::string | frame |
bool | relative |
ros::Time | time |
Definition at line 117 of file frame_manager.h.
rviz::FrameManager::CacheKey::CacheKey | ( | const std::string & | f, | |
ros::Time | t, | |||
bool | r | |||
) | [inline] |
Definition at line 119 of file frame_manager.h.
bool rviz::FrameManager::CacheKey::operator< | ( | const CacheKey & | rhs | ) | const [inline] |
Definition at line 125 of file frame_manager.h.
std::string rviz::FrameManager::CacheKey::frame |
Definition at line 140 of file frame_manager.h.
Definition at line 142 of file frame_manager.h.
ros::Time rviz::FrameManager::CacheKey::time |
Definition at line 141 of file frame_manager.h.