Go to the source code of this file.
|
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 >) |
| 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) |
|
◆ 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 |
|
) |
| |