Home | History | Annotate | Download | only in ceres

Lines Matching defs:IntSet

46 typedef HashSet<int> IntSet;
66 void FindValidViews(IntSet* valid_views) const;
106 IntSet valid_views;
114 for (IntSet::const_iterator view = valid_views.begin();
145 IntSet* valid_views) const {
146 const IntSet& views = graph_->vertices();
147 for (IntSet::const_iterator view = views.begin();
168 const IntSet& neighbors = graph_->Neighbors(candidate);
169 for (IntSet::const_iterator neighbor = neighbors.begin();
195 const IntSet& neighbors = graph_->Neighbors(canonical_view);
196 for (IntSet::const_iterator neighbor = neighbors.begin();
224 const IntSet& views = graph_->vertices();
225 for (IntSet::const_iterator view = views.begin();