Skip to content
Snippets Groups Projects
Commit 3d8599ca authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Activating the new streaming manager in wrappers

parent f2248209
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ void OutputImageParameter::InitializeWriters()
writer->SetFileName( this->GetFileName() ); \
writer->SetInput(caster->GetOutput()); \
writer->WriteGeomFileOn(); \
writer->SetAutomaticTiledStreaming(m_RAMValue); \
writer->SetAutomaticAdaptativeStreaming(m_RAMValue); \
writer->Update(); \
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment