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

STYLE

parent e1e81d7e
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ private: ...@@ -98,7 +98,7 @@ private:
if (!HasUserValue("sizex") && !HasUserValue("sizey") ) if (!HasUserValue("sizex") && !HasUserValue("sizey") )
{ {
SetParameterInt("sizex", largestRegion.GetSize()[0]); SetParameterInt("sizex", largestRegion.GetSize()[0]);
SetParameterInt("sizey", largestRegion.GetSize()[1]); SetParameterInt("sizey", largestRegion.GetSize()[1]);
} }
// Put the limit of the index and the size relative the image // Put the limit of the index and the size relative the image
...@@ -182,4 +182,3 @@ private: ...@@ -182,4 +182,3 @@ private:
} }
OTB_APPLICATION_EXPORT(otb::Wrapper::ExtractROI) OTB_APPLICATION_EXPORT(otb::Wrapper::ExtractROI)
...@@ -752,4 +752,3 @@ Application::IsApplicationReady() ...@@ -752,4 +752,3 @@ Application::IsApplicationReady()
} }
} }
...@@ -38,7 +38,7 @@ class ListViewParameter ...@@ -38,7 +38,7 @@ class ListViewParameter
{ {
public: public:
/** Standard class typedef */ /** Standard class typedef */
typedef ListViewParameter Self; typedef ListViewParameter Self;
typedef Parameter Superclass; typedef Parameter Superclass;
typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer; typedef itk::SmartPointer<const Self> ConstPointer;
......
...@@ -408,7 +408,9 @@ ParameterGroup::GetParameterByKey(std::string name) ...@@ -408,7 +408,9 @@ ParameterGroup::GetParameterByKey(std::string name)
{ {
if (associatedParam.IsNull()) if (associatedParam.IsNull())
{ {
itkExceptionMacro(<< "Choice " << splittedName[1] << "in " << splittedName[0] << " has no key named " << splittedName[2]); itkExceptionMacro(<< "Choice " << splittedName[1] << "in "
<< splittedName[0] << " has no key named "
<< splittedName[2]);
} }
// Remove the parent and the choice value from the param name // Remove the parent and the choice value from the param name
...@@ -443,4 +445,3 @@ ParameterGroup::GetNumberOfParameters() ...@@ -443,4 +445,3 @@ ParameterGroup::GetNumberOfParameters()
} }
} }
...@@ -48,8 +48,8 @@ private: ...@@ -48,8 +48,8 @@ private:
virtual void DoUpdateGUI(); virtual void DoUpdateGUI();
QHBoxLayout * m_QHBoxLayout; QHBoxLayout * m_QHBoxLayout;
QDoubleSpinBox * m_QDoubleSpinBox; QDoubleSpinBox * m_QDoubleSpinBox;
FloatParameter::Pointer m_FloatParam; FloatParameter::Pointer m_FloatParam;
}; };
......
...@@ -49,8 +49,8 @@ private: ...@@ -49,8 +49,8 @@ private:
virtual void DoUpdateGUI(); virtual void DoUpdateGUI();
QHBoxLayout * m_QHBoxLayout; QHBoxLayout * m_QHBoxLayout;
QSpinBox * m_QSpinBox; QSpinBox * m_QSpinBox;
IntParameter::Pointer m_IntParam; IntParameter::Pointer m_IntParam;
}; };
......
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