Skip to content
Snippets Groups Projects
Commit ed98aa6c authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add protected getter to be used in inherited class of ImageLayer

     Used in inherited class for example to implement a simpler
     GetPixelDescription method.
parent f2928828
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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