Wildmeshing Toolkit
|
#include <algorithm>
#include <iterator>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::utils | |
Functions | |
template<typename Base , typename Derived > | |
auto | wmtk::utils::filter_pointers_to_derived (const std::vector< std::shared_ptr< Base >> &edges) -> std::vector< std::shared_ptr< Derived >> |