![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <routingkit/constants.h>#include <routingkit/bit_vector.h>#include <vector>#include <assert.h>Go to the source code of this file.
Namespaces | |
| namespace | RoutingKit |
Functions | |
| template<class T > | |
| void | RoutingKit::inplace_keep_element_of_vector_if (const BitVector &keep_filter, std::vector< T > &vec) |
| template<class T > | |
| void | RoutingKit::inplace_remove_element_from_vector_if (const BitVector &remove_filter, std::vector< T > &vec) |
| template<class T > | |
| std::vector< T > | RoutingKit::keep_element_of_vector_if (const BitVector &keep_filter, std::vector< T >vec) |
| template<class T > | |
| std::vector< T > | RoutingKit::remove_element_from_vector_if (const BitVector &keep_filter, std::vector< T >vec) |