Lines Matching defs:from
58 * from the selection. Many actions operate on the selection, so it is
130 * Removes an item from the set of selected objects.
146 * Removes an item from the set of selected objects.
175 /** Add items from an STL iterator range to the selection.
176 * \param from the begin iterator
180 void add(InputIterator from, InputIterator to) {
182 while ( from != to ) {
183 _add(*from);
184 ++from;
226 * Returns the smallest item from this selection.
231 * Returns the largest item from this selection.
287 * Compute the list of points in the selection that are to be considered for snapping from.