Implemented file buffering and step cached processors to ease memory use and crash reduction
- VadereBufferedFileWriter: implemented buffered file writing
- OutputFile: allow stepwise file writing if all DataProcessor are enabled for it.
- DataProcessor:
- allow stepwise data caching
- introduced
makeDependOn
to reduce code duplication for dependent DataProcessors - Flagged possible DataProcessors for allowing stepwise file writing
- Adjusted some logic of DataProcessors to enable allowing stepwise file writing Closes #368
Edited by Jaeck, Ludwig