Go to the source code of this file.
Namespaces | |
| namespace | BTK |
| namespace | BTK::ALGORITHMS |
Functions | |
Selection methods. | |
| template<typename Iterator> | |
| void | select (Iterator begin, Iterator end, bool select_value=true) |
| Select/deselect all objects in a range. | |
| template<typename Iterator, typename UnaryPredicate> | |
| void | select_if (Iterator begin, Iterator end, UnaryPredicate test, bool select_value=true) |
| Select/deselect objects in a range that satisfy a predicate. | |
1.5.1