Skip to content

Splitting cxx file for InputImageParameter

Antoine Regimbeau requested to merge complexImage_integration into develop

During refactoring of ComplexImageParameter some files where deleted. That led to too much memory usage during compilation. Even if this amount of memory seems to be compiler dependent we decided (see Complex image integration merge request) to split the otbWrapperInputImageParameter.cxx into different .cxx organized along the different types.

Merge request reports