Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
##
## The clang-format binaries can be downloaded as part of the clang binary distributions
## from http://releases.llvm.org/download.html
## from https://releases.llvm.org/download.html
##
## Use the script Utilities/Maintenance/clang-format.bash to faciliate
## maintaining a consistent code style.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Overview
This is a module for the `Insight Toolkit (ITK) <https://www.itk.org>`_
to transform from cartesian to polar coordinate systems and back.

For more information, see the `Insight Journal article <http://hdl.handle.net/1926/342>`_::
For more information, see the `Insight Journal article <https://hdl.handle.net/1926/342>`_::

Bican J.
Polar Transforms for ITK
The Insight Journal. July-December. 2006.
http://hdl.handle.net/1926/342
http://insight-journal.org/browse/publication/130
https://hdl.handle.net/1926/342
https://insight-journal.org/browse/publication/130

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions doc/InsightArticle.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@

% Define command to make reference to on-line Doxygen documentation
\newcommand{\doxygen}[1]{
\href{http://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}}
\href{https://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}}

% Define command to make reference to on-line Doxygen documentation
\newcommand{\subdoxygen}[2]{
\href{http://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}}
\href{https://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}}

% Define command for the standard comment introducing classes with similar functionalities
\newcommand{\relatedClasses}{
Expand Down
2 changes: 1 addition & 1 deletion doc/PolarTransform.bbl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
L.~Ibanez, W.~Schroeder, L.~Ng, and J.~Cates.
\newblock {\em The {ITK} {S}oftware {G}uide}.
\newblock Kitware, Inc. ISBN 1-930934-15-7,
http://www.itk.org/ItkSoftwareGuide.pdf, second edition, 2005.
https://www.itk.org/ItkSoftwareGuide.pdf, second edition, 2005.

\end{thebibliography}
8 changes: 4 additions & 4 deletions doc/PolarTransform.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ @Manual{ITKSoftwareGuideSecondEdition
Title = {The {ITK} {S}oftware {G}uide},
Author = {Ibanez, L. and Schroeder, W. and Ng, L. and Cates, J.},
Organization = "Kitware, Inc. ISBN 1-930934-15-7",
Address = {http://www.itk.org/ItkSoftwareGuide.pdf},
url = {http://www.itk.org/ItkSoftwareGuide.pdf},
Address = {https://www.itk.org/ItkSoftwareGuide.pdf},
url = {https://www.itk.org/ItkSoftwareGuide.pdf},
Publisher = {Kitware Inc.},
Edition = {Second},
year = 2005,
Expand All @@ -13,8 +13,8 @@ @manual{ITKSoftwareGuide
Title = "The {ITK} {S}oftware {G}uide",
Author = "Ibanez, L. and Schroeder, W. and Ng, L. and Cates, J.",
Organization = "Kitware, Inc. ISBN 1-930934-10-6",
Address = "http://www.itk.org/ItkSoftwareGuide.pdf",
url = "http://www.itk.org/ItkSoftwareGuide.pdf",
Address = "https://www.itk.org/ItkSoftwareGuide.pdf",
url = "https://www.itk.org/ItkSoftwareGuide.pdf",
Publisher = "Kitware Inc.",
Edition = "First",
year = 2003,
Expand Down
Loading