This commit is contained in:
alemuntoni 2020-06-24 16:40:53 +02:00
parent 4363678d5d
commit ff9b23ddbd
4 changed files with 11 additions and 6 deletions

View File

@ -29,7 +29,6 @@ set(SOURCES
set(HEADERS
GLExtensionsManager.h
GLLogStream.h
alnParser.h
filterparameter.h
filterscript.h
interfaces.h

View File

@ -99,3 +99,8 @@ bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_f
bool MeshDocumentFromAln(MeshDocument& md)
{
return false;
}

View File

@ -3,6 +3,8 @@
#include "meshmodel.h"
bool MeshDocumentFromBundler(MeshDocument &md,QString filename_out,QString image_list_filename, QString model_filename);
bool MeshDocumentFromNvm(MeshDocument &md,QString filename_nvm, QString model_filename);
#endif // __MESHLABDOC_XML_H
bool MeshDocumentFromBundler(MeshDocument &md, QString filename_out, QString image_list_filename, QString model_filename);
bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_filename);
bool MeshDocumentFromAln(MeshDocument &md);
#endif // __MESHLABDOC_BUNDLER_H

View File

@ -20,8 +20,7 @@ HEADERS = plymc.h \
volume.h \
trivial_walker.h \
tri_edge_collapse_mc.h \
simplemeshprovider.h \
../../common/alnParser.h
simplemeshprovider.h
!CONFIG(system_glew): INCLUDEPATH *= ../../code/lib/glew/include