MEPP2 Project
Namespaces | Functions
calculate_vertices_one_ring_geometric_laplacian.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Operators/Generic/Manifold/vertex_one_ring_geometric_laplacian.hpp"
Include dependency graph for calculate_vertices_one_ring_geometric_laplacian.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

template<typename FaceGraph , typename PointMap , typename CentroidMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >>
void FEVV::Filters::calculate_vertices_one_ring_geometric_laplacian (const FaceGraph &g, const PointMap &pm, CentroidMap geom_laplacians_pm, const typename GeometryTraits::Scalar smoothing_factor, const GeometryTraits &gt)
 Compute geometric laplacians for all vertices and store them in geom_laplacians_pm. More...
 
template<typename FaceGraph , typename PointMap , typename CentroidMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >>
void FEVV::Filters::calculate_vertices_one_ring_geometric_laplacian (const FaceGraph &g, const PointMap &pm, CentroidMap geom_laplacians_pm, const typename GeometryTraits::Scalar smoothing_factor=0.1)