educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63 stars 21 forks source link

Check for failures in IO classes #76

Closed maekclena closed 8 months ago

maekclena commented 8 months ago

Add some checks and unify the exception type. Throw exceptions in PLYWriter and OBJWriter instead of returning values which were never read. Note that this changes the behavior in case one file fails. Now the whole operation is aborted.

Closes #52