removed unused references to meshmodel.h

This commit is contained in:
Paolo Cignoni cignoni 2010-07-14 08:04:16 +00:00
parent 20ee79824e
commit 19a615d80f
5 changed files with 0 additions and 231 deletions

View File

@ -20,52 +20,7 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log$
Revision 1.99 2008/04/15 10:45:51 cignoni
Added support of color in off files
Revision 1.98 2008/04/04 10:03:53 cignoni
Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h
Revision 1.97 2007/11/26 07:35:26 cignoni
Yet another small cosmetic change to the interface of the io filters.
Revision 1.96 2007/11/25 09:48:39 cignoni
Changed the interface of the io filters. Now also a default bit set for the capabilities has to specified
Revision 1.95 2007/10/17 21:24:36 cignoni
corrected orthographic error in report string
Revision 1.94 2007/04/16 09:25:30 cignoni
** big change **
Added Layers managemnt.
Interfaces are changing again...
Revision 1.93 2007/03/20 16:23:10 cignoni
Big small change in accessing mesh interface. First step toward layers
Revision 1.92 2007/03/20 15:52:47 cignoni
Patched issue related to path with non ascii chars
Revision 1.91 2006/12/01 10:41:11 granzuglia
fixed a little bug: added return true in the off-file
Revision 1.90 2006/11/30 22:55:05 cignoni
Separated very basic io filters to the more advanced one into two different plugins baseio and meshio
Revision 1.89 2006/11/29 00:59:19 cignoni
Cleaned plugins interface; changed useless help class into a plain string
Revision 1.88 2006/11/16 11:25:32 e_cerisoli
Update meshio.cpp: new file I/O
Revision 1.87 2006/10/10 21:10:33 cignoni
progress bar bug
*****************************************************************************/
#include <Qt>
#include <QtGui>

View File

@ -20,82 +20,7 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log$
Revision 1.22 2008/04/04 14:08:07 cignoni
Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h
Revision 1.21 2008/03/06 08:20:50 cignoni
updated to the new histogram
Revision 1.20 2008/02/12 21:59:02 cignoni
removed mask bug and added scaling of maps
Revision 1.19 2007/11/26 07:35:26 cignoni
Yet another small cosmetic change to the interface of the io filters.
Revision 1.18 2007/10/12 10:09:29 corsini
signed/unsigned warning removed
Revision 1.17 2007/10/12 10:06:58 corsini
fix some warnings
Revision 1.16 2007/10/08 08:55:44 cignoni
Added automatic exporting of ply and aln from the dialog
Revision 1.15 2007/04/16 09:25:29 cignoni
** big change **
Added Layers managemnt.
Interfaces are changing again...
Revision 1.14 2007/03/20 16:23:08 cignoni
Big small change in accessing mesh interface. First step toward layers
Revision 1.13 2007/03/20 15:52:46 cignoni
Patched issue related to path with non ascii chars
Revision 1.12 2007/02/26 11:41:07 corsini
add more control to depth filter through interface paramters
Revision 1.11 2007/01/24 08:33:15 cignoni
Still experiments in filtering depth jumps
Revision 1.10 2007/01/23 14:31:16 corsini
add improved depth filtering to remove artifacts
Revision 1.9 2007/01/23 11:38:55 cignoni
Added depth jump control in laplacian smoothing of featureless areas of depthmap
Revision 1.8 2007/01/23 10:50:44 cignoni
Better comments and variable names
Revision 1.7 2007/01/23 09:21:28 corsini
add mean+erosion filter
Revision 1.6 2007/01/11 11:48:04 cignoni
Reordered include
Revision 1.5 2006/12/06 21:25:00 cignoni
small optimization and logging for profiling
Revision 1.4 2006/11/30 11:40:33 cignoni
Updated the calls to the hole filling functions to the new interface
Revision 1.3 2006/11/29 00:59:16 cignoni
Cleaned plugins interface; changed useless help class into a plain string
Revision 1.2 2006/11/08 15:49:42 cignoni
Added quality to the loaded masks
Revision 1.1 2006/11/07 18:14:21 cignoni
Moved from the epoch svn repository
Revision 1.1 2006/01/20 13:03:27 cignoni
*** empty log message ***
*****************************************************************************/
#include <Qt>
#include <QtGui>
#include <QtXml/QDomDocument>

View File

@ -20,46 +20,7 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log$
Revision 1.11 2008/04/04 14:08:23 cignoni
Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h
Revision 1.10 2008/02/20 21:59:37 gianpaolopalma
Added support to file .x3dv and .wrl
Revision 1.9 2008/02/15 08:27:44 cignoni
- '>> 'changed into '> >'
- Used HasPerFaceSomething(M) instead of M.HasPerFaceSomething() that is deprecated.
- many unsigned warning removed
- added const to some functions parameters (FindDEF, FindAndReplaceUSE ...)
Revision 1.8 2008/02/14 13:00:22 gianpaolopalma
Changed assignment of defaultBits in the method GetExportMaskCapability
Revision 1.7 2008/02/13 15:18:20 gianpaolopalma
Updating mesh mask accoding to mesh data supported
Revision 1.6 2008/02/11 09:28:33 gianpaolopalma
return error code if file doesn't contain geometry
Revision 1.5 2008/02/08 17:02:09 gianpaolopalma
Improved memory management
Revision 1.4 2008/02/06 13:09:10 gianpaolopalma
Updated vertexs and faces number in addinfo
Revision 1.3 2008/02/05 16:38:55 gianpaolopalma
Added texture file path in the mesh
Revision 1.2 2008/02/04 13:28:36 gianpaolopalma
Added management to texture coordinates per vertex
Revision 1.1 2008/02/02 13:41:08 gianpaolopalma
First working version
*****************************************************************************/
#include <Qt>
#include <QtGui>
#include <QtXml>

View File

@ -20,78 +20,7 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log$
Revision 1.25 2008/04/04 14:16:05 cignoni
Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h
Revision 1.24 2007/09/09 17:56:13 ldpmatic
Minor changes to avoid memory leak.
Added two glGetError() to avoid MeshLab to crash when the plugin encounters some error on its way
Revision 1.23 2007/03/12 15:24:00 cignoni
Safer dir search for plugins for mac
Revision 1.22 2007/02/28 00:02:57 cignoni
Added casts for mac compiling
Revision 1.21 2007/02/20 13:05:50 corsini
*** empty log message ***
Revision 1.20 2007/02/20 13:05:23 corsini
add log file for shader compilation and linking error
Revision 1.19 2006/12/24 22:46:34 cignoni
Corrected bug about a wrong glUniform1fARB (thanks Clement Menier!)
Revision 1.18 2006/05/26 04:09:52 cignoni
Still debugging 0.7
Revision 1.17 2006/05/25 04:57:45 cignoni
Major 0.7 release. A lot of things changed. Colorize interface gone away, Editing and selection start to work.
Optional data really working. Clustering decimation totally rewrote. History start to work. Filters organized in classes.
Revision 1.16 2006/03/08 17:26:13 ggangemi
added texture tab
Revision 1.15 2006/02/27 05:02:01 ggangemi
Added texture support
Revision 1.14 2006/02/25 13:44:45 ggangemi
Action "None" is now exported from MeshRenderPlugin
Revision 1.13 2006/02/21 17:26:38 ggangemi
RenderMode is now passed to MeshRender::Init()
Revision 1.11 2006/02/19 02:57:49 ggangemi
Now each shader can change the opengl status
Revision 1.10 2006/02/09 00:42:40 ggangemi
now GLArea is passed to the shaderDialog
Revision 1.9 2006/02/03 12:27:08 ggangemi
improved shaderDialog support
Revision 1.8 2006/01/25 16:58:05 ggangemi
shaderdialog closed every time the user changes the current shader
Revision 1.7 2006/01/25 02:59:38 ggangemi
added shadersDialog initial support
Revision 1.6 2005/12/24 04:18:46 ggangemi
Added generic .gdp shaders support
Revision 1.5 2005/12/05 18:11:28 ggangemi
Added toon shader example
Revision 1.4 2005/12/05 16:52:57 ggangemi
new interfaces
Revision 1.3 2005/12/03 22:50:06 cignoni
Added copyright info
****************************************************************************/
#include <QtGui>
#include <math.h>

View File

@ -24,7 +24,6 @@
#define RADIANCESCALINGRENDERER_H
#include <GL/glew.h>
#include <common/meshmodel.h>
#include <common/interfaces.h>
#include <QObject>