mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
Headers Cleanup
This commit is contained in:
parent
8cd228d5c4
commit
b98d64be77
@ -19,45 +19,7 @@
|
||||
* for more details. *
|
||||
* *
|
||||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log$
|
||||
Revision 1.8 2007/03/27 12:20:18 cignoni
|
||||
Revamped logging iterface, changed function names in automatic parameters, better selection handling
|
||||
|
||||
Revision 1.7 2007/03/20 16:23:10 cignoni
|
||||
Big small change in accessing mesh interface. First step toward layers
|
||||
|
||||
Revision 1.6 2007/03/03 02:03:51 cignoni
|
||||
Removed bug on simplification of selected faces
|
||||
|
||||
Revision 1.5 2007/02/25 21:31:49 cignoni
|
||||
new parameters for quadric simplification
|
||||
|
||||
Revision 1.4 2007/01/19 09:12:39 cignoni
|
||||
Added parameters for quality,selection and boundary preservation
|
||||
|
||||
Revision 1.3 2006/10/19 07:34:24 cignoni
|
||||
added callback
|
||||
|
||||
Revision 1.2 2006/10/15 17:08:52 cignoni
|
||||
typenames and qualifiers for gcc compliance
|
||||
|
||||
Revision 1.1 2006/10/10 21:13:08 cignoni
|
||||
Added remove non manifold and quadric simplification filter.
|
||||
|
||||
****************************************************************************/
|
||||
#include <QtGui>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include "meshfilter.h"
|
||||
#include <vcg/complex/trimesh/update/position.h>
|
||||
#include <vcg/complex/trimesh/update/bounding.h>
|
||||
#include <vcg/complex/trimesh/update/selection.h>
|
||||
#include <vcg/complex/local_optimization.h>
|
||||
#include <vcg/complex/local_optimization/tri_edge_collapse_quadric.h>
|
||||
#include <vcg/container/simple_temporary_data.h>
|
||||
|
||||
@ -23,9 +23,6 @@
|
||||
#ifndef __QUADRICTEXSIMP_H
|
||||
#define __QUADRICTEXSIMP_H
|
||||
|
||||
#include <vcg/complex/trimesh/update/position.h>
|
||||
#include <vcg/complex/trimesh/update/bounding.h>
|
||||
#include <vcg/complex/trimesh/update/selection.h>
|
||||
#include <vcg/complex/local_optimization.h>
|
||||
#include <vcg/complex/local_optimization/tri_edge_collapse_quadric.h>
|
||||
#include <vcg/container/simple_temporary_data.h>
|
||||
@ -760,4 +757,4 @@ class MyTriEdgeCollapseQTex: public TriEdgeCollapseQuadricTex< CMeshO, MyTriEdge
|
||||
} // end namespace tri
|
||||
} // end namespace vcg
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -21,11 +21,10 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include <math.h>
|
||||
#include "meshdecorate.h"
|
||||
#include <QGLWidget>
|
||||
#include <wrap/gl/addons.h>
|
||||
#include <meshlab/glarea.h>
|
||||
|
||||
using namespace vcg;
|
||||
using namespace std;
|
||||
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
#ifndef EXTRADECORATEPLUGIN_H
|
||||
#define EXTRADECORATEPLUGIN_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <common/interfaces.h>
|
||||
#include <wrap/gui/coordinateframe.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user