Skip to content

Commit 4c57fe0

Browse files
authored
DOC: General code clean up to make parameters consistent and docs consistent (#1232)
Signed-off-by: Michael Jackson <[email protected]>
1 parent afb7b00 commit 4c57fe0

File tree

269 files changed

+985
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+985
-511
lines changed

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKAbsImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKAbsImageFilter : public IFilter
5959
Uuid uuid() const override;
6060

6161
/**
62-
* @brief Returns the human readable name of the filter.
62+
* @brief Returns the human-readable name of the filter.
6363
* @return
6464
*/
6565
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKAcosImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKAcosImageFilter : public IFilter
7878
Uuid uuid() const override;
7979

8080
/**
81-
* @brief Returns the human readable name of the filter.
81+
* @brief Returns the human-readable name of the filter.
8282
* @return
8383
*/
8484
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKAdaptiveHistogramEqualizationImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKAdaptiveHistogramEqualizationImageFilter : pu
7777
Uuid uuid() const override;
7878

7979
/**
80-
* @brief Returns the human readable name of the filter.
80+
* @brief Returns the human-readable name of the filter.
8181
* @return
8282
*/
8383
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKApproximateSignedDistanceMapImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKApproximateSignedDistanceMapImageFilter : pub
8787
Uuid uuid() const override;
8888

8989
/**
90-
* @brief Returns the human readable name of the filter.
90+
* @brief Returns the human-readable name of the filter.
9191
* @return
9292
*/
9393
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKAsinImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKAsinImageFilter : public IFilter
7878
Uuid uuid() const override;
7979

8080
/**
81-
* @brief Returns the human readable name of the filter.
81+
* @brief Returns the human-readable name of the filter.
8282
* @return
8383
*/
8484
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKAtanImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKAtanImageFilter : public IFilter
7474
Uuid uuid() const override;
7575

7676
/**
77-
* @brief Returns the human readable name of the filter.
77+
* @brief Returns the human-readable name of the filter.
7878
* @return
7979
*/
8080
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKBinaryContourImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryContourImageFilter : public IFilter
7272
Uuid uuid() const override;
7373

7474
/**
75-
* @brief Returns the human readable name of the filter.
75+
* @brief Returns the human-readable name of the filter.
7676
* @return
7777
*/
7878
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKBinaryDilateImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryDilateImageFilter : public IFilter
8383
Uuid uuid() const override;
8484

8585
/**
86-
* @brief Returns the human readable name of the filter.
86+
* @brief Returns the human-readable name of the filter.
8787
* @return
8888
*/
8989
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKBinaryErodeImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryErodeImageFilter : public IFilter
8383
Uuid uuid() const override;
8484

8585
/**
86-
* @brief Returns the human readable name of the filter.
86+
* @brief Returns the human-readable name of the filter.
8787
* @return
8888
*/
8989
std::string humanName() const override;

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKBinaryMorphologicalClosingImageFilter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ITKIMAGEPROCESSING_EXPORT ITKBinaryMorphologicalClosingImageFilter : publi
7373
Uuid uuid() const override;
7474

7575
/**
76-
* @brief Returns the human readable name of the filter.
76+
* @brief Returns the human-readable name of the filter.
7777
* @return
7878
*/
7979
std::string humanName() const override;

0 commit comments

Comments
 (0)