83 Commits

Author SHA1 Message Date
alemuntoni
7d05349409 better organization io_base 2021-06-03 18:53:53 +02:00
alemuntoni
9a784dcec4 open ALN, NVM and OUT from IOBasePlugin 2021-06-03 17:33:14 +02:00
alemuntoni
c2241ae757 possibility to choose texture quality when saving 2021-06-02 19:19:19 +02:00
alemuntoni
04c0531971 better management of load and save images/rasters 2021-06-01 09:59:02 +02:00
alemuntoni
3ce1aa8dc8 new functions IOPlugin 2021-05-27 17:34:49 +02:00
alemuntoni
a8ac9f32bd first MeshModel refactoring 2021-05-27 15:29:30 +02:00
alemuntoni
8a11b1132f remove initOpenParameter and applyOpenParameter from IOPlugin interface 2021-04-28 15:26:29 +02:00
alemuntoni
dc5799039e using settings values for initPreOpen 2021-04-28 14:29:18 +02:00
alemuntoni
fad0f6919e IORaster removed 2021-04-16 10:57:55 +02:00
alemuntoni
f2c399ac8b support export per face point custom attributes on ply 2021-04-02 17:02:14 +02:00
alemuntoni
43dd19cfb9 export of custom per vertex point attributes on ply as list uint float/double 2021-04-02 14:24:19 +02:00
alemuntoni
7ca607afc1 working double custom attributes on ply 2021-04-01 13:04:00 +02:00
alemuntoni
8dd25fad5d fax save ply custom attribute with double precision 2021-04-01 11:55:08 +02:00
alemuntoni
a1c639aa4f remove unuseful polygonal parameter on obj 2021-03-22 17:34:09 +01:00
alemuntoni
56e37304dc const MeshModel on initSaveParameter of IOMesh plugins 2021-03-19 13:17:21 +01:00
alemuntoni
d5e715b917 management of the warning string - IOMesh documentation 2021-03-18 16:36:16 +01:00
alemuntoni
157ccc6ca2 removed unuseful parent parameter for open and save functions 2021-03-18 16:36:16 +01:00
alemuntoni
462641741b IOPlugins use exceptions to save meshes 2021-03-18 16:36:16 +01:00
alemuntoni
da754d323f IOPlugins use exceptions to open meshes 2021-03-18 16:36:16 +01:00
alemuntoni
0643ee7c99 initPreOpenParameters does not require filename anymore 2021-03-17 17:11:26 +01:00
alemuntoni
0d1f862945 export formats QList to std::list 2021-03-16 10:21:28 +01:00
alemuntoni
bc95e43cd2 import formats QList to std::list 2021-03-16 10:04:09 +01:00
alemuntoni
599c117f8e member functions renamings 2021-03-03 12:03:16 +01:00
alemuntoni
f7a742bc2e missing export capability dxf 2020-12-17 17:03:19 +01:00
alemuntoni
878f86eaf7 missing export capability dxf 2020-12-17 16:51:07 +01:00
alemuntoni
8ae6c8de18 FileFormat file outside IOMeshPlugin 2020-11-25 12:30:01 +01:00
alemuntoni
1677153418 rename to IOMeshPluginInterface 2020-11-24 18:57:10 +01:00
alemuntoni
3f24714657 initGlobalParameterList is a member of decoratePluginInterface.
Moved unify stl vertices parameter to initPreOpenParameter
2020-09-21 18:34:29 +02:00
alemuntoni
7ca8d10a77 io_plugin_interface.h, fix filter_trioptimize 2020-09-18 12:54:49 +02:00
alemuntoni
2fff353d5d fix cmake, renamings and better style 2020-09-18 11:52:41 +02:00
alemuntoni
205205e21f const correctness IO plugins 2020-09-09 17:34:47 +02:00
alemuntoni
fe42f9427e add pluginNames to all plugins; update vcg 2020-08-07 14:45:40 +02:00
alemuntoni
bde27b81f5 RichParameterLists iterates on RichParameter references 2020-08-03 10:10:06 +02:00
alemuntoni
47b0828b29 references instead of pointers 2020-08-03 09:00:44 +02:00
alemuntoni
145cd72be9 last amend... 2020-07-31 22:20:56 +02:00
alemuntoni
1f6699c621 amend last commit 2020-07-31 22:12:37 +02:00
alemuntoni
d9d3239c48 addParam takes a reference 2020-07-31 20:11:46 +02:00
alemuntoni
46905a8c95 fix last two commits 2020-07-31 19:38:48 +02:00
alemuntoni
5063bde0c9 RichParameterSet -> RichParameterList (actually it was already a list) 2020-07-31 17:29:06 +02:00
alemuntoni
9e68654b93 RichParameter val is now protected - safer resource management 2020-07-30 15:07:58 +02:00
alemuntoni
690e4abb91 RichParameter now is copiable and assignable, name field protected 2020-07-30 13:23:23 +02:00
alemuntoni
6684ae4c4b fix various warnings, update vcg, workaround for aqtinstall 2020-03-05 09:46:28 +01:00
Norbert Wenzel
445cc30ada Use bitand instead of logical AND for bitmask 2019-10-20 13:52:36 +02:00
Paolo Cignoni
722b6ace90 Added in meshlab support for opening fbx files 2018-09-09 09:28:21 +02:00
Marco Callieri
a7784bc0e3 corrected PTX import
LEICA ptx has data arrangement that is different from FARO, the importer and the interface have been modified accordingly
2018-05-17 17:12:37 +02:00
Marco Callieri
d10036c9d6 saving errors are properly shown 2018-05-09 14:07:25 +02:00
Paolo Cignoni
d605db0f50 added sanitazion pass for backward and forward slash 2018-04-06 10:35:56 +02:00
Paolo Cignoni
5d3fbca6ba Corrected wrong managment of malformed stl files 2018-02-22 19:19:43 +01:00
granzuglia
745c1bdf33 merge required by git to solve a conflict 2018-02-22 14:05:32 +11:00
granzuglia
2b18d90505 - fixed 'XMLEditWidget has a not initialized layout' crash - removed assert from compute topological measures for quad meshes filter 2018-02-22 14:05:25 +11:00