Skip to content
Snippets Groups Projects
Commit d635c04b authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add missing init

parent 8baf0a62
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ void OutputImageParameter::InitializeWriters()
m_FloatWriter = FloatWriterType::New();
m_DoubleWriter = DoubleWriterType::New();
m_RGBAUInt8Writer = RGBAUInt8WriterType::New();
m_VectorInt8Writer = VectorInt8WriterType::New();
m_VectorUInt8Writer = VectorUInt8WriterType::New();
m_VectorInt16Writer = VectorInt16WriterType::New();
......@@ -59,6 +57,15 @@ void OutputImageParameter::InitializeWriters()
m_VectorUInt32Writer = VectorUInt32WriterType::New();
m_VectorFloatWriter = VectorFloatWriterType::New();
m_VectorDoubleWriter = VectorDoubleWriterType::New();
m_RGBAInt8Writer = RGBAInt8WriterType::New();
m_RGBAUInt8Writer = RGBAUInt8WriterType::New();
m_RGBAInt16Writer = RGBAInt16WriterType::New();
m_RGBAUInt16Writer = RGBAUInt16WriterType::New();
m_RGBAInt32Writer = RGBAInt32WriterType::New();
m_RGBAUInt32Writer = RGBAUInt32WriterType::New();
m_RGBAFloatWriter = RGBAFloatWriterType::New();
m_RGBADoubleWriter = RGBADoubleWriterType::New();
}
......
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