Lagrange
|
Given a seed vertex, selects faces around it based on the change in triangle normals. More...
#include <lagrange/legacy/select_facets_by_normal_similarity.h>
Public Types | |
enum class | SearchType { BFS = 0 , DFS = 1 } |
using | Scalar = typename MeshType::Scalar |
using | Index = typename MeshType::Index |
Public Member Functions | |
void | set_selectable_facets (MeshType &mesh_ref, const std::vector< Index > &selectable_facets) |
Given a seed vertex, selects faces around it based on the change in triangle normals.