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

ENH: (Visu Refactoring) Removing upper and lower clamp from image layer object

parent 9d82eaee
No related branches found
No related tags found
No related merge requests found
......@@ -89,14 +89,6 @@ public:
itkSetObjectMacro(HistogramList,HistogramListType);
itkGetObjectMacro(HistogramList,HistogramListType);
/** Set/Get the upper clamp values */
itkSetMacro(UpperClamp,PixelType);
itkGetMacro(UpperClamp,PixelType);
/** Set/Get the lower clamp values */
itkSetMacro(LowerClamp,PixelType);
itkGetMacro(LowerClamp,PixelType);
/** Set/Get the rendering function */
itkSetObjectMacro(RenderingFunction,RenderingFunctionType);
itkGetObjectMacro(RenderingFunction,RenderingFunctionType);
......@@ -125,12 +117,6 @@ private:
/** Histogram list */
HistogramListPointerType m_HistogramList;
/** Upper clamping values */
PixelType m_UpperClamp;
/** Lower clamping values */
PixelType m_LowerClamp;
/** Rendering function */
RenderingFunctionPointerType m_RenderingFunction;
......
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