This is the complete list of members for tf::TimeCache, including all inherited members.
clearList() | tf::TimeCache | |
DEFAULT_MAX_STORAGE_TIME | tf::TimeCache | static |
findClosest(const TransformStorage *&one, const TransformStorage *&two, ros::Time target_time, std::string *error_str) | tf::TimeCache | inlineprivate |
getData(ros::Time time, TransformStorage &data_out, std::string *error_str=0) | tf::TimeCache | |
getLatestTimeAndParent() | tf::TimeCache | |
getLatestTimestamp() | tf::TimeCache | |
getListLength() | tf::TimeCache | |
getOldestTimestamp() | tf::TimeCache | |
getParent(ros::Time time, std::string *error_str) | tf::TimeCache | |
insertData(const TransformStorage &new_data) | tf::TimeCache | |
interpolate(const TransformStorage &one, const TransformStorage &two, ros::Time time, TransformStorage &output) | tf::TimeCache | inlineprivate |
L_TransformStorage typedef | tf::TimeCache | private |
MAX_LENGTH_LINKED_LIST | tf::TimeCache | static |
max_storage_time_ | tf::TimeCache | private |
MIN_INTERPOLATION_DISTANCE | tf::TimeCache | static |
pruneList() | tf::TimeCache | private |
storage_ | tf::TimeCache | private |
TimeCache(ros::Duration max_storage_time=ros::Duration().fromNSec(DEFAULT_MAX_STORAGE_TIME)) | tf::TimeCache |