Home | History | Annotate | Download | only in ceres

Lines Matching refs:IntSet

49 typedef HashSet<int> IntSet;
69 void FindValidViews(IntSet* valid_views) const;
109 IntSet valid_views;
117 for (IntSet::const_iterator view = valid_views.begin();
148 IntSet* valid_views) const {
149 const IntSet& views = graph_->vertices();
150 for (IntSet::const_iterator view = views.begin();
171 const IntSet& neighbors = graph_->Neighbors(candidate);
172 for (IntSet::const_iterator neighbor = neighbors.begin();
198 const IntSet& neighbors = graph_->Neighbors(canonical_view);
199 for (IntSet::const_iterator neighbor = neighbors.begin();
227 const IntSet& views = graph_->vertices();
228 for (IntSet::const_iterator view = views.begin();