Searched refs:less_ptr (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dvanishing-point.h118 struct less_ptr : public std::binary_function<VanishingPoint *, VanishingPoint *, bool> { struct in namespace:Box3D
148 std::set<VanishingPoint*, less_ptr> VPsOfSelectedBoxes();
H A Dvanishing-point.cpp107 std::set<VanishingPoint*, less_ptr> sel_vps = dragger->VPsOfSelectedBoxes();
110 for (std::set<VanishingPoint*, less_ptr>::iterator vp = sel_vps.begin(); vp != sel_vps.end(); ++vp) {
394 std::set<VanishingPoint*, less_ptr>
396 std::set<VanishingPoint*, less_ptr> sel_vps;

Completed in 147 milliseconds