OGS
ElementSearch.cpp File Reference

Detailed Description

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"
Include dependency graph for ElementSearch.cpp:

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)