vcglib/wrap/io_trimesh
Norbert Wenzel d1c9bd68a0 Remove unused overloads that do not compile
The `ReadHeader()` overloads taking a character pointer (filename) as a
first parameter instead of a `FILE*` directly do not compile, as they
are calling an overload of `ReadHeader(FILE*)` which does not exist.
Clang does not seem to care as these functions are unused when compiling
MeshLab (and therefore also VCGLib) but GCC tries to compile these
(unused) functions and rightly fails.

This commit simply removes the overloads taking a filename (`char*`).
They are in a header, but since they should fail to compile on *any*
platform I guess it is safe to remove these overloads, as I do not
expect them to be used anywhere successfully.
2019-10-27 08:59:57 +01:00
..
additionalinfo.h added GPL incipit 2009-05-18 14:15:15 +00:00
export.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
export_3ds.h warning cleanup 2018-03-21 10:45:12 +01:00
export_ctm.h Added support for point clouds to openctm. Using an hack becouse openctm officially do not want it... 2011-10-06 14:00:54 +00:00
export_dae.h - updated collada format in order to manage alpha channel colour 2013-10-24 16:18:43 +00:00
export_dxf.h added check for save errors 2018-05-09 14:06:32 +02:00
export_fbx.h Rolled back 2011-10-05 15:04:40 +00:00
export_field.h minor changes on field exporting classes 2017-02-24 18:20:09 +01:00
export_gts.h added check for save errors 2018-05-09 14:06:32 +02:00
export_idtf.h export_idtf.h: 2014-08-09 09:50:42 +00:00
export_iv.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
export_obj.h added check for save errors 2018-05-09 14:06:32 +02:00
export_off.h Added support of polygonal mesh to OFF 2018-11-29 00:32:58 +01:00
export_ply.h fixed bug when opening ply files containing float scalartype on a double scalartype mesh and viceversa 2019-09-19 17:56:55 +02:00
export_smf.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
export_stl.h added check for save errors 2018-05-09 14:06:32 +02:00
export_u3d.h Added a missing typename 2014-06-27 14:47:03 +00:00
export_vmi.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
export_vrml.h added check for save errors 2018-05-09 14:06:32 +02:00
how_to_write_an_io_filter.txt first version 2006-11-16 09:44:35 +00:00
import.h Added an enum for opening success (E_NOERROR) common to all the imported 2016-11-24 17:13:34 +01:00
import_asc.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
import_ctm.h warning removal 2018-02-16 11:30:18 +01:00
import_dae.h added small hack to better texture name managment in collada importing 2015-03-24 17:44:11 +00:00
import_fbx.h Adding multitexture support to FBX importer 2018-10-16 13:02:47 +02:00
import_field.h minor warning solved 2017-12-19 00:56:57 +11:00
import_gts.h Corrected various warning in an old importer/exporter 2016-11-10 16:41:51 +01:00
import_nvm.h Remove unused overloads that do not compile 2019-10-27 08:59:57 +01:00
import_obj.h Refactored a bit the obj importer to remove bug caused by meshes with and without textures 2018-04-06 10:33:53 +02:00
import_off.h - fixed "if there is color both vertex/face colors are enabled even if there is just one of them" bug 2016-10-13 04:28:00 +02:00
import_out.h Remove unused overloads that do not compile 2019-10-27 08:59:57 +01:00
import_ply.h fixed bug when opening ply files containing float scalartype on a double scalartype mesh and viceversa 2019-09-19 17:56:55 +02:00
import_ptx.h PTX import changes to support LEICA 2018-05-17 17:11:29 +02:00
import_raw.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
import_smf.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
import_stl.h Improved robustness when handling malformed stl files 2018-02-22 19:26:33 +01:00
import_vmi.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
io_fan_tessellator.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
io_mask.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
io_material.h Added default initialization of materials in io importer 2017-05-12 18:21:55 +02:00
io_ply.h added check for save errors 2018-05-09 14:06:32 +02:00
precision.h Added generic case 2014-10-14 09:28:28 +00:00