Skip to content
Snippets Groups Projects
Commit 91fcfc1d authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 7f94eddd
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ FloatVectorImageListType* Application::GetParameterImageList(std::string paramet
Parameter* param = GetParameterByKey(parameter);
if (dynamic_cast<InputImageListParameter*>(param))
{
{
InputImageListParameter* paramDown = dynamic_cast<InputImageListParameter*>(param);
ret = paramDown->GetImageList();
}
......
......@@ -75,20 +75,20 @@ public:
typedef typename std::vector<ValuePrecisionType> ReduceSpectralResponseVectorType;
/** Standard macros */
itkNewMacro(Self)
;itkTypeMacro(ReduceSpectralResponse, DataObject)
;
; itkTypeMacro(ReduceSpectralResponse, DataObject)
;
itkGetConstObjectMacro(InputSatRSR, InputRSRType)
;itkSetObjectMacro(InputSatRSR, InputRSRType)
;
; itkSetObjectMacro(InputSatRSR, InputRSRType)
;
itkGetConstObjectMacro(InputSpectralResponse, InputSpectralResponseType)
;itkSetObjectMacro(InputSpectralResponse, InputSpectralResponseType)
;
; itkSetObjectMacro(InputSpectralResponse, InputSpectralResponseType)
;
/** The GetReduceResponse method gives the output. The first value in the pair is the central wavelength of the band (see SpectralResponse). */
itkGetObjectMacro(ReduceResponse, InputSpectralResponseType)
;
;
/** Clear the vector data */
virtual bool Clear();
......@@ -119,7 +119,7 @@ protected:
virtual ~ReduceSpectralResponse()
{
}
;
;
/** PrintSelf method */
//void PrintSelf(std::ostream& os, itk::Indent indent) const;
......
......@@ -54,17 +54,17 @@ public:
/** Standard macros */
itkNewMacro(Self)
;itkTypeMacro(SatelliteRSR, DataObject)
;
; itkTypeMacro(SatelliteRSR, DataObject)
;
/** Set the number of band of the satellite from an ASCII file
* Need to parse first all the file to determine the number of columns */
itkGetConstMacro(NbBands, unsigned int)
;itkSetMacro(NbBands, unsigned int)
;
; itkSetMacro(NbBands, unsigned int)
;
itkSetMacro(SortBands, bool)
;
;
/** Template parameters typedef */
typedef TPrecision PrecisionType;
......@@ -141,7 +141,7 @@ protected:
virtual ~SatelliteRSR()
{
}
;
;
bool m_SortBands;
......
......@@ -79,12 +79,12 @@ public:
typedef std::pair<TPrecision, TPrecision> IntervalType;
/** Standard macros */
itkNewMacro(Self)
;itkTypeMacro(SpectralResponse, DataObject)
;
; itkTypeMacro(SpectralResponse, DataObject)
;
itkSetMacro(SensitivityThreshold, TPrecision)
;itkGetConstMacro(SensitivityThreshold, TPrecision)
;
; itkGetConstMacro(SensitivityThreshold, TPrecision)
;
/** Clear the vector of data pairs */
virtual bool Clear();
......@@ -153,7 +153,7 @@ protected:
virtual ~SpectralResponse()
{
}
;
;
/** PrintSelf method */
//void PrintSelf(std::ostream& os, itk::Indent indent) const;
......
......@@ -134,7 +134,7 @@ void QtWidgetInputImageListParameter::DoCreateWidget()
}
void
void
QtWidgetInputImageListParameter::UpdateImageList()
{
// save value
......
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