add exists in visualSLAMValues

release/4.3a0
Chris Beall 2012-06-04 23:01:30 +00:00
parent a440106330
commit e0405eccec
1 changed files with 1 additions and 0 deletions

View File

@ -852,6 +852,7 @@ class Values {
void print(string s) const;
gtsam::Pose3 pose(size_t i);
gtsam::Point3 point(size_t j);
bool exists(size_t key);
};
class Graph {