Skip to content

Commit

Permalink
STYLE: fix ITK clang-format
Browse files Browse the repository at this point in the history
40c0565 intoduced them before RTKConsortium#330 was merged...
  • Loading branch information
Simon Rit committed Apr 16, 2020
1 parent b36a044 commit 84a0611
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 19 deletions.
3 changes: 2 additions & 1 deletion include/rtkFieldOfViewImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ class ITK_EXPORT FieldOfViewImageFilter : public itk::InPlaceImageFilter<TInputI
~FieldOfViewImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
BeforeThreadedGenerateData() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkForwardProjectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class ForwardProjectionImageFilter : public itk::InPlaceImageFilter<TInputImage,
~ForwardProjectionImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Apply changes to the input image requested region. */
void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ class ITK_EXPORT FourDConjugateGradientConeBeamReconstructionFilter
~FourDConjugateGradientConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateOutputInformation() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkFourDROOSTERConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ class FourDROOSTERConeBeamReconstructionFilter
~FourDROOSTERConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Does the real work. */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkFourDReconstructionConjugateGradientOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ class FourDReconstructionConjugateGradientOperator : public ConjugateGradientOpe
~FourDReconstructionConjugateGradientOperator() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Builds the pipeline and computes output information */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkFourDSARTConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ class ITK_EXPORT FourDSARTConeBeamReconstructionFilter
~FourDSARTConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateInputRequestedRegion() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkIterativeFDKConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ class ITK_EXPORT IterativeFDKConeBeamReconstructionFilter
~IterativeFDKConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateInputRequestedRegion() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkMaskCollimationImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class ITK_EXPORT MaskCollimationImageFilter : public itk::InPlaceImageFilter<TIn
~MaskCollimationImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
BeforeThreadedGenerateData() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkMechlemOneStepSpectralReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ class MechlemOneStepSpectralReconstructionFilter
~MechlemOneStepSpectralReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Does the real work. */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkOSEMConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ class ITK_EXPORT OSEMConeBeamReconstructionFilter
~OSEMConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateInputRequestedRegion() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkParkerShortScanImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ class ITK_EXPORT ParkerShortScanImageFilter : public itk::InPlaceImageFilter<TIn
~ParkerShortScanImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkProjectGeometricPhantomImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ class ProjectGeometricPhantomImageFilter : public itk::InPlaceImageFilter<TInput
~ProjectGeometricPhantomImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateData() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkProjectionStackToFourDImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ class ProjectionStackToFourDImageFilter : public itk::ImageToImageFilter<VolumeS
~ProjectionStackToFourDImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Does the real work. */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkRayConvexIntersectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class RayConvexIntersectionImageFilter : public itk::InPlaceImageFilter<TInputIm
BeforeThreadedGenerateData() override;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Apply changes to the input image requested region. */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkReconstructionConjugateGradientOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ class ReconstructionConjugateGradientOperator : public ConjugateGradientOperator
~ReconstructionConjugateGradientOperator() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Does the real work. */
void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ class RegularizedConjugateGradientConeBeamReconstructionFilter
~RegularizedConjugateGradientConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

/** Does the real work. */
void
Expand Down
3 changes: 2 additions & 1 deletion include/rtkReorderProjectionsImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class ITK_EXPORT ReorderProjectionsImageFilter : public itk::ImageToImageFilter<
~ReorderProjectionsImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateData() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkSARTConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ class ITK_EXPORT SARTConeBeamReconstructionFilter
~SARTConeBeamReconstructionFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateInputRequestedRegion() override;
Expand Down
3 changes: 2 additions & 1 deletion include/rtkSubSelectImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ class SubSelectImageFilter : public itk::ImageToImageFilter<ProjectionStackType,
~SubSelectImageFilter() override = default;

/** Checks that inputs are correctly set. */
void VerifyPreconditions() ITKv5_CONST override;
void
VerifyPreconditions() ITKv5_CONST override;

void
GenerateInputRequestedRegion() override;
Expand Down

0 comments on commit 84a0611

Please sign in to comment.