From 61a7446acdfdfca9fc0c8ebffa05711eebfb46fe Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 23 Nov 2016 16:47:13 +0200 Subject: [PATCH] Moved away the old, no more used, version of the plume core. Now it is in the vcg library --- src/meshlabplugins/filter_plymc/filter_plymc.cpp | 2 +- src/meshlabplugins/filter_plymc/filter_plymc.pro | 7 +------ .../filter_plymc => plugins_unsupported/oldplymc}/plymc.h | 0 .../filter_plymc => plugins_unsupported/oldplymc}/svoxel.h | 0 .../oldplymc}/tri_edge_collapse_mc.h | 0 .../oldplymc}/trivial_walker.h | 0 .../filter_plymc => plugins_unsupported/oldplymc}/volume.h | 0 .../filter_plymc => plugins_unsupported/oldplymc}/voxel.h | 0 8 files changed, 2 insertions(+), 7 deletions(-) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/plymc.h (100%) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/svoxel.h (100%) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/tri_edge_collapse_mc.h (100%) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/trivial_walker.h (100%) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/volume.h (100%) rename src/{meshlabplugins/filter_plymc => plugins_unsupported/oldplymc}/voxel.h (100%) diff --git a/src/meshlabplugins/filter_plymc/filter_plymc.cpp b/src/meshlabplugins/filter_plymc/filter_plymc.cpp index 45ddb4800..43535b7b9 100644 --- a/src/meshlabplugins/filter_plymc/filter_plymc.cpp +++ b/src/meshlabplugins/filter_plymc/filter_plymc.cpp @@ -25,7 +25,7 @@ #include #include #include -#include "plymc.h" +#include #include "simplemeshprovider.h" using namespace vcg; diff --git a/src/meshlabplugins/filter_plymc/filter_plymc.pro b/src/meshlabplugins/filter_plymc/filter_plymc.pro index 96036a660..77e6872bd 100644 --- a/src/meshlabplugins/filter_plymc/filter_plymc.pro +++ b/src/meshlabplugins/filter_plymc/filter_plymc.pro @@ -1,15 +1,10 @@ include (../../shared.pri) HEADERS += filter_plymc.h \ - volume.h\ - voxel.h \ - plymc.h \ simplemeshprovider.h \ - tri_edge_collapse_mc.h \ $$VCGDIR/vcg/complex/algorithms/local_optimization/tri_edge_collapse.h - SOURCES += filter_plymc.cpp \ $$VCGDIR/wrap/ply/plylib.cpp -TARGET = filter_plymc \ No newline at end of file +TARGET = filter_plymc diff --git a/src/meshlabplugins/filter_plymc/plymc.h b/src/plugins_unsupported/oldplymc/plymc.h similarity index 100% rename from src/meshlabplugins/filter_plymc/plymc.h rename to src/plugins_unsupported/oldplymc/plymc.h diff --git a/src/meshlabplugins/filter_plymc/svoxel.h b/src/plugins_unsupported/oldplymc/svoxel.h similarity index 100% rename from src/meshlabplugins/filter_plymc/svoxel.h rename to src/plugins_unsupported/oldplymc/svoxel.h diff --git a/src/meshlabplugins/filter_plymc/tri_edge_collapse_mc.h b/src/plugins_unsupported/oldplymc/tri_edge_collapse_mc.h similarity index 100% rename from src/meshlabplugins/filter_plymc/tri_edge_collapse_mc.h rename to src/plugins_unsupported/oldplymc/tri_edge_collapse_mc.h diff --git a/src/meshlabplugins/filter_plymc/trivial_walker.h b/src/plugins_unsupported/oldplymc/trivial_walker.h similarity index 100% rename from src/meshlabplugins/filter_plymc/trivial_walker.h rename to src/plugins_unsupported/oldplymc/trivial_walker.h diff --git a/src/meshlabplugins/filter_plymc/volume.h b/src/plugins_unsupported/oldplymc/volume.h similarity index 100% rename from src/meshlabplugins/filter_plymc/volume.h rename to src/plugins_unsupported/oldplymc/volume.h diff --git a/src/meshlabplugins/filter_plymc/voxel.h b/src/plugins_unsupported/oldplymc/voxel.h similarity index 100% rename from src/meshlabplugins/filter_plymc/voxel.h rename to src/plugins_unsupported/oldplymc/voxel.h