OGS
|
Definition in file ElementSearch.cpp.
#include "ElementSearch.h"
#include <range/v3/algorithm/any_of.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/filter.hpp>
#include <range/v3/view/take.hpp>
#include "BaseLib/Algorithm.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Node.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
Functions | |
template<typename Container , typename Predicate > | |
std::vector< std::size_t > | MeshLib::filter (Container const &container, Predicate const &p) |