diff --git a/Code/Visualization/otbImageLayer.h b/Code/Visualization/otbImageLayer.h index 1664bdbb9cbbc53e47d608da33da989a769dd866..b56191acac7b39fad4e2193da4fa523230688a8d 100644 --- a/Code/Visualization/otbImageLayer.h +++ b/Code/Visualization/otbImageLayer.h @@ -231,6 +231,9 @@ protected: unsigned int PixelSize(ImagePointerType image, RGBPixelType* v) const; unsigned int PixelSize(ImagePointerType image, RGBAPixelType* v) const; + itkGetMacro(ApproxGroundSpacing, FloatType); + itkGetObjectMacro(Transform, TransformType); + private: ImageLayer(const Self&); // purposely not implemented void operator =(const Self&); // purposely not implemented