20 #include <boost/function.hpp>
33 GTSAM_EXPORT std::string _multirobotKeyFormatter(
gtsam::Key key);
void printKeyVector(const KeyVector &keys, const std::string &s, const KeyFormatter &keyFormatter)
Utility function to print sets of keys with optional prefix.
Definition: Key.cpp:63
A thin wrapper around std::set that uses boost's fast_pool_allocator.
A thin wrapper around std::list that uses boost's fast_pool_allocator.
Included from all GTSAM files.
void printKeyList(const KeyList &keys, const std::string &s, const KeyFormatter &keyFormatter)
Utility function to print sets of keys with optional prefix.
Definition: Key.cpp:58
void printKeySet(const KeySet &keys, const std::string &s, const KeyFormatter &keyFormatter)
Utility function to print sets of keys with optional prefix.
Definition: Key.cpp:68
A thin wrapper around std::map that uses boost's fast_pool_allocator.
size_t Key
Integer nonlinear key type.
Definition: types.h:59
FastList< Key > KeyList
Useful typedefs for operations with Values - allow for matlab interfaces.
Definition: Key.h:44
Definition: FastList.h:38
A thin wrapper around std::vector that uses boost's pool_allocator.
boost::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Definition: types.h:62