MEPP2 Project
Functions
helloworld_filter.hpp File Reference
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Wrappings/properties.h"
Include dependency graph for helloworld_filter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename HalfedgeGraph , typename PointMap , typename VertexColorMap , typename VertexNormalMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void helloworld_filter (const HalfedgeGraph &g, PointMap &pm, VertexColorMap &v_cm, VertexNormalMap &v_nm, const GeometryTraits &gt)
 Refer here for a detailed presentation of that filter example, what it does and how to use it. More...
 
template<typename HalfedgeGraph , typename PointMap , typename VertexColorMap , typename VertexNormalMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void helloworld_filter (const HalfedgeGraph &g, PointMap &pm, VertexColorMap &v_cm, VertexNormalMap &v_nm)
 

Function Documentation

◆ helloworld_filter()

template<typename HalfedgeGraph , typename PointMap , typename VertexColorMap , typename VertexNormalMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void helloworld_filter ( const HalfedgeGraph &  g,
PointMap &  pm,
VertexColorMap &  v_cm,
VertexNormalMap &  v_nm 
)

Definition at line 113 of file helloworld_filter.hpp.

Here is the call graph for this function: