Wrapped Values::keys() function
parent
ba51443365
commit
564ab1dd63
1
gtsam.h
1
gtsam.h
|
@ -1056,6 +1056,7 @@ class Values {
|
||||||
void insert(size_t j, const gtsam::Value& value);
|
void insert(size_t j, const gtsam::Value& value);
|
||||||
bool exists(size_t j) const;
|
bool exists(size_t j) const;
|
||||||
gtsam::Value at(size_t j) const;
|
gtsam::Value at(size_t j) const;
|
||||||
|
gtsam::KeyList keys() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Actually a FastList<Key>
|
// Actually a FastList<Key>
|
||||||
|
|
Loading…
Reference in New Issue