$search
Storage for transforms and their parent. More...
#include <time_cache.h>
Public Member Functions | |
| TransformStorage & | operator= (const TransformStorage &rhs) |
| TransformStorage (const TransformStorage &rhs) | |
| TransformStorage (const StampedTransform &data, CompactFrameID frame_id, CompactFrameID child_frame_id) | |
| TransformStorage () | |
Public Attributes | |
| CompactFrameID | child_frame_id_ |
| CompactFrameID | frame_id_ |
| btQuaternion | rotation_ |
| ros::Time | stamp_ |
| btVector3 | translation_ |
Storage for transforms and their parent.
Definition at line 54 of file time_cache.h.
| TransformStorage::TransformStorage | ( | const StampedTransform & | data, | |
| CompactFrameID | frame_id, | |||
| CompactFrameID | child_frame_id | |||
| ) |
| tf::TransformStorage::TransformStorage | ( | const TransformStorage & | rhs | ) | [inline] |
Definition at line 60 of file time_cache.h.
| TransformStorage& tf::TransformStorage::operator= | ( | const TransformStorage & | rhs | ) | [inline] |
Definition at line 65 of file time_cache.h.
Definition at line 81 of file time_cache.h.
Definition at line 80 of file time_cache.h.
| btQuaternion tf::TransformStorage::rotation_ |
Definition at line 77 of file time_cache.h.
Definition at line 79 of file time_cache.h.
| btVector3 tf::TransformStorage::translation_ |
Definition at line 78 of file time_cache.h.