OpenCTM
OpenCTM copied to clipboard
ctmLoad method should be cancellable
I use OpenCTM to get triangulation from CTM file in a WPF application. I would like to have a feature which allows cancelling of load operation. This requires ctmLoad method to have an abort boolean pointer which when true the operation can exit.