Skip to content
Snippets Groups Projects
Commit 9884b1b7 authored by Julie Brossard's avatar Julie Brossard
Browse files

Initialized ITK setters in otb::ImageToGenericRSOutputParameters

parent 87e74857
No related branches found
No related tags found
No related merge requests found
......@@ -180,9 +180,9 @@ private:
void EstimateOutputOrigin();
typename ImageType::ConstPointer m_Input;
PointType m_OutputOrigin;
SpacingType m_OutputSpacing;
SizeType m_OutputSize;
PointType m_OutputOrigin{0.0};
SpacingType m_OutputSpacing{0.0};
SizeType m_OutputSize{0,0};
OutputImageExtentType m_OutputExtent;
GenericRSTransformPointerType m_Transform;
......
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