From a22cbbc09984c3be30f393f94ca8d36ae8f9fa4d Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 13 Mar 2015 16:21:52 +0100 Subject: [PATCH] add example for slicer --- .../doc/Polygon_mesh_processing/examples.txt | 1 + .../Polygon_mesh_processing/mesh_slicer_example.cpp | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 Polygon_mesh_processing/examples/Polygon_mesh_processing/mesh_slicer_example.cpp diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt index b46ba567e84..edb3b337e9e 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt @@ -10,5 +10,6 @@ \example Polygon_mesh_processing/polygon_soup_example.cpp \example Polygon_mesh_processing/triangulate_polyline_example.cpp \example Polygon_mesh_processing/refine_fair_example.cpp +\example Polygon_mesh_processing/mesh_slicer_example.cpp */ diff --git a/Polygon_mesh_processing/examples/Polygon_mesh_processing/mesh_slicer_example.cpp b/Polygon_mesh_processing/examples/Polygon_mesh_processing/mesh_slicer_example.cpp new file mode 100644 index 00000000000..3db420871bd --- /dev/null +++ b/Polygon_mesh_processing/examples/Polygon_mesh_processing/mesh_slicer_example.cpp @@ -0,0 +1,6 @@ +#include + +int main() +{ + return 0; +}