Skip to content

Commit b8db728

Browse files
committed
STYLE: Fixing KWStyle dashboard errors v2.0
1 parent 1cd74ae commit b8db728

12 files changed

+204
-124
lines changed

include/itkArrivalFunctionToPathFilter.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ namespace itk
3030
/**
3131
* \class ArrivalFunctionToPathCommand
3232
* \brief A command to listen for Optimizer Iteration events.
33+
* \author Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com
34+
*
35+
*
36+
* \ingroup MinimalPathExtraction
3337
*
3438
*/
3539

include/itkPhysicalCentralDifferenceImageFunction.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
PURPOSE. See the above copyright notices for more information.
1515
1616
=========================================================================*/
17-
#ifndef __itkPhysicalCentralDifferenceImageFunction_txx
18-
#define __itkPhysicalCentralDifferenceImageFunction_txx
17+
#ifndef itkPhysicalCentralDifferenceImageFunction_txx
18+
#define itkPhysicalCentralDifferenceImageFunction_txx
1919

2020
#include "itkPhysicalCentralDifferenceImageFunction.h"
2121

include/itkSpeedFunctionPathInformation.h

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: itkSpeedFunctionPathInformation.h,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
178
18-
Program: Insight Segmentation & Registration Toolkit
19-
Module: $RCSfile: itkSpeedFunctionPathInformation.h,v $
20-
Language: C++
21-
Date: $Date$
22-
Version: $Revision$
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
2311
24-
Copyright (c) Insight Software Consortium. All rights reserved.
25-
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
2615
27-
This software is distributed WITHOUT ANY WARRANTY; without even
28-
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
29-
PURPOSE. See the above copyright notices for more information.
16+
Copyright Insight Software Consortium
3017
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
21+
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
29+
3130
=========================================================================*/
3231
#ifndef itkSpeedFunctionPathInformation_h
3332
#define itkSpeedFunctionPathInformation_h

include/itkSpeedFunctionPathInformation.hxx

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: itkSpeedFunctionPathInformation.hxx,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
178
18-
Program: Insight Segmentation & Registration Toolkit
19-
Module: $RCSfile: itkSpeedFunctionPathInformation.hxx,v $
20-
Language: C++
21-
Date: $Date$
22-
Version: $Revision$
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
2311
24-
Copyright (c) Insight Software Consortium. All rights reserved.
25-
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
2615
27-
This software is distributed WITHOUT ANY WARRANTY; without even
28-
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
29-
PURPOSE. See the above copyright notices for more information.
16+
Copyright Insight Software Consortium
3017
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
21+
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
29+
3130
=========================================================================*/
3231

3332
#ifndef itkSpeedFunctionPathInformation_hxx

include/itkSpeedFunctionToPathFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ITK_EXPORT SpeedFunctionToPathFilter :
9191
typedef typename InputImageType::PixelType InputImagePixelType;
9292

9393
/** Some path typedefs. */
94-
typedef TOutputPath OutputPathType;
94+
typedef TOutputPath OutputPathType;
9595
typedef typename OutputPathType::Pointer OutputPathPointer;
9696
typedef typename OutputPathType::ConstPointer OutputPathConstPointer;
9797

include/itkSpeedFunctionToPathFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SpeedFunctionToPathFilter<TInputImage,TOutputPath>
8888
FastMarchingType;
8989

9090
typedef typename FastMarchingType::NodeContainer NodeContainer;
91-
typedef typename FastMarchingType::NodeType NodeType;
91+
typedef typename FastMarchingType::NodeType NodeType;
9292
typename FastMarchingType::Pointer marching = FastMarchingType::New();
9393
marching->SetInput( speed );
9494
marching->SetGenerateGradientImage( false );

test/Test_SpeedToPath_GradientDescent_2D.cxx

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: Test_SpeedToPath_GradientDescent_2D.cxx,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
8+
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11+
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
15+
16+
Copyright Insight Software Consortium
17+
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
1021
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
1629
1730
=========================================================================*/
1831
#include "MinimalPathTest.h"

test/Test_SpeedToPath_GradientDescent_3D.cxx

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: Test_SpeedToPath_GradientDescent_3D.cxx,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
8+
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11+
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
15+
16+
Copyright Insight Software Consortium
17+
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
1021
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
1629
1730
=========================================================================*/
1831
#include "MinimalPathTest.h"

test/Test_SpeedToPath_IterateNeighborhood_2D.cxx

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: Test_SpeedToPath_IterateNeighborhood_2D.cxx,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
8+
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11+
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
15+
16+
Copyright Insight Software Consortium
17+
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
1021
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
1629
1730
=========================================================================*/
1831
#include "MinimalPathTest.h"

test/Test_SpeedToPath_IterateNeighborhood_3D.cxx

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
/*=========================================================================
22
3-
Copyright Insight Software Consortium
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0.txt
3+
Program: Insight Segmentation & Registration Toolkit
4+
Module: $RCSfile: Test_SpeedToPath_IterateNeighborhood_3D.cxx,v $
5+
Language: C++
6+
Date: $Date$
7+
Version: $Revision$
8+
9+
Copyright (c) Insight Software Consortium. All rights reserved.
10+
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11+
12+
This software is distributed WITHOUT ANY WARRANTY; without even
13+
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14+
PURPOSE. See the above copyright notices for more information.
15+
16+
Copyright Insight Software Consortium
17+
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
1021
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
22+
http://www.apache.org/licenses/LICENSE-2.0.txt
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
1629
1730
=========================================================================*/
1831
#include "MinimalPathTest.h"

0 commit comments

Comments
 (0)