Skip to content

Cleanup when no processing is required

Charles Gueunet requested to merge CleanOnExit into master

In order to clean the object allocated with vtkNew, a system of exception is introduced. The no_process exception indicates a normal termination without processing involved.

Fix #224 (closed)

Merge request reports