mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Corrections of include paths to comply the new folder arrangement of the VCG library (sample plugins and meshlabserver)
This commit is contained in:
parent
c5472b2c5a
commit
70bfe7cb63
@ -26,11 +26,6 @@
|
||||
#include <common/pluginmanager.h>
|
||||
#include <common/filterscript.h>
|
||||
|
||||
#include <wrap/io_trimesh/io_mask.h>
|
||||
#include <vcg/complex/trimesh/update/normal.h>
|
||||
#include <vcg/complex/trimesh/update/bounding.h>
|
||||
#include <vcg/complex/trimesh/clean.h>
|
||||
|
||||
class FilterData
|
||||
{
|
||||
public:
|
||||
|
||||
@ -34,10 +34,8 @@ Added the new sample filter plugin that removes border faces
|
||||
#include "filtercreateiso.h"
|
||||
|
||||
#include <vcg/math/perlin_noise.h>
|
||||
#include <vcg/complex/trimesh/create/marching_cubes.h>
|
||||
#include <vcg/complex/trimesh/create/mc_trivial_walker.h>
|
||||
#include <vcg/complex/trimesh/update/normal.h>
|
||||
#include <vcg/complex/trimesh/update/bounding.h>
|
||||
#include <vcg/complex/algorithms/create/marching_cubes.h>
|
||||
#include <vcg/complex/algorithms/create/mc_trivial_walker.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace vcg;
|
||||
|
||||
@ -37,10 +37,6 @@
|
||||
|
||||
#include "filtergeodesic.h"
|
||||
|
||||
#include <vcg/complex/trimesh/update/quality.h>
|
||||
#include <vcg/complex/trimesh/update/color.h>
|
||||
#include <vcg/complex/trimesh/clean.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace vcg;
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <common/interfaces.h>
|
||||
#include <vcg/complex/trimesh/geodesic.h>
|
||||
#include <vcg/complex/algorithms/geodesic.h>
|
||||
|
||||
|
||||
class FilterGeodesic : public QObject, public MeshFilterInterface
|
||||
|
||||
@ -29,10 +29,7 @@
|
||||
|
||||
#include "io_m.h"
|
||||
|
||||
#include <wrap/io_trimesh/export_smf.h>
|
||||
#include <wrap/io_trimesh/import_smf.h>
|
||||
#include <vcg/complex/trimesh/allocate.h>
|
||||
#include <vcg/complex/trimesh/polygon_support.h>
|
||||
#include <vcg/complex/algorithms/polygon_support.h>
|
||||
#include "export_m.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
|
||||
@ -6,4 +6,4 @@ SOURCES += sample_xmlfilter.cpp \
|
||||
|
||||
TARGET = sample_xmlfilter
|
||||
|
||||
INSTALLS += sample_xmlfilter.xml
|
||||
#INSTALLS += sample_xmlfilter.xml
|
||||
|
||||
@ -31,7 +31,6 @@ $Log: meshedit.cpp,v $
|
||||
#include <meshlab/glarea.h>
|
||||
#include "sampleedit.h"
|
||||
#include <wrap/gl/pick.h>
|
||||
#include<vcg/complex/trimesh/append.h>
|
||||
#include<wrap/qt/gl_label.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
#include <QtGui>
|
||||
#include <common/interfaces.h>
|
||||
#include <vcg/math/perlin_noise.h>
|
||||
#include <vcg/complex/trimesh/clean.h>
|
||||
#include <wrap/qt/col_qt_convert.h>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user