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

ENH: remove verbosity

parent 2c7eff94
No related branches found
No related tags found
No related merge requests found
......@@ -95,21 +95,10 @@ public:
itkGetMacro(DefaultValue, ScalarType);
/** Set the minimum value */
//itkSetMacro(MinimumValue, ScalarType);
void SetMinimumValue(ScalarType min)
{
std::cout <<"SetMinimum Value (old value : "<< m_MinimumValue << " ) -- ( new value :"<< min << " )" << std::endl;
m_MinimumValue = min;
}
itkSetMacro(MinimumValue, ScalarType);
/** Get the minimum value */
//itkGetMacro(MinimumValue, ScalarType);
ScalarType GetMinimumValue()
{
std::cout <<"Param "<< GetKey()<<" GetMinimum Value "<< m_MinimumValue << std::endl;
return m_MinimumValue;
}
itkGetMacro(MinimumValue, ScalarType);
/** Set the maximum value */
itkSetMacro(MaximumValue, ScalarType);
......
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