ITK Registration Optimization/Testing And Backward Forward Compatibility
From NAMIC Wiki
Home < ITK Registration Optimization < Testing And Backward Forward Compatibility
Backward Forward Compatibility
This page describes the testing framework used for verifying the backward/forward compatibility of the optimized classes developed in this project with the standard classes currently in ITK.
Compatibility
- Backward Compatibility
- A modified class is backward compatible with a given version "V", when applications that used the version "V" of the class, can adopt the new modified version of the class without having to change their source code to compile it, and by arriving to identical results when using the class at run-time.
- Forward Compatibility
- A modified class is forward compatible,