Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
template<typename FaceGraph , typename PointMap , typename CentroidMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >> |
void | FEVV::Filters::calculate_vertices_one_ring_angles_based_centroid (const FaceGraph &g, const PointMap &pm, CentroidMap angles_based_centroids_pm, const typename GeometryTraits::Scalar smoothing_factor, const GeometryTraits >) |
| Compute angle-based centroids for all vertices and store them in bangles_based_centroids_pm. More...
|
|
template<typename FaceGraph , typename PointMap , typename CentroidMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >> |
void | FEVV::Filters::calculate_vertices_one_ring_angles_based_centroid (const FaceGraph &g, const PointMap &pm, CentroidMap angles_based_centroids_pm, const typename GeometryTraits::Scalar smoothing_factor=0.1) |
|