Skip to content
Snippets Groups Projects
Commit a66865da authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG : SetAutoMinMax fro, Macro to classical method

parent 25df53c5
Branches
Tags
No related merge requests found
......@@ -331,7 +331,11 @@ public:
}
/** Set/Get the AutoMinMax mode */
itkSetMacro(AutoMinMax,bool);
virtual void SetAutoMinMax(bool val)
{
m_AutoMinMax = val;
this->Modified();
}
itkGetMacro(AutoMinMax,bool);
itkBooleanMacro(AutoMinMax);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment