Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
filter.h File Reference
#include <routingkit/constants.h>
#include <routingkit/bit_vector.h>
#include <vector>
#include <assert.h>
Include dependency graph for filter.h:
This graph shows which files directly or indirectly include this file:

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)