Skip to content
Snippets Groups Projects
Commit 52701790 authored by Romain Garrigues's avatar Romain Garrigues
Browse files

Ajout d'un nouveau mode de streaming : TILING (par tuilage)

parent 1a6eaa72
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,9 @@ StreamingImageFileWriter<TInputImage>
case SET_AUTOMATIC_NUMBER_OF_STREAM_DIVISIONS:
return "CalculationDivisionEnumType::SET_AUTOMATIC_NUMBER_OF_STREAM_DIVISIONS";
break;
case SET_TILING_STREAM_DIVISIONS:
return "CalculationDivisionEnumType::SET_TILING_STREAM_DIVISIONS";
break;
default:
return "unknown";
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment