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

ENH: Forcing geom file writing for the new app framework

parent 562c6be4
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ void OutputImageParameter::InitializeWriters() ...@@ -75,6 +75,7 @@ void OutputImageParameter::InitializeWriters()
caster->InPlaceOn(); \ caster->InPlaceOn(); \
writer->SetFileName( this->GetFileName() ); \ writer->SetFileName( this->GetFileName() ); \
writer->SetInput(caster->GetOutput()); \ writer->SetInput(caster->GetOutput()); \
writer->WriteGeomFileOn(); \
if (m_RAMValue != 0) \ if (m_RAMValue != 0) \
writer->SetAutomaticTiledStreaming(m_RAMValue); \ writer->SetAutomaticTiledStreaming(m_RAMValue); \
writer->Update(); \ writer->Update(); \
......
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