File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class FastMarchingTraitsBase
7474
7575 using SuperclassType = TSuperclass;
7676
77- /* * \enum LabelEnum Fast Marching algorithm nodes types. */
77+ /* * \enum LabelType Fast Marching algorithm nodes types. */
7878 enum LabelType
7979 {
8080 /* * \c Far represent far away nodes*/
Original file line number Diff line number Diff line change @@ -45,10 +45,11 @@ namespace itk
4545 *
4646 * An AnatomicalOrientation object can be constructed unambiguously with the following syntax:
4747 *
48- * \code
49- * AnatomicalOrientation(AnatomicalOrientation::CoordinateEnum::RightToLeft,
50- * AnatomicalOrientation::CoordinateEnum::AnteriorToPosterior,
51- * AnatomicalOrientation::CoordinateEnum::InferiorToSuperior);
48+ \code
49+ AnatomicalOrientation(AnatomicalOrientation::CoordinateEnum::RightToLeft,
50+ AnatomicalOrientation::CoordinateEnum::AnteriorToPosterior,
51+ AnatomicalOrientation::CoordinateEnum::InferiorToSuperior);
52+ \endcode
5253 *
5354 *
5455 * The orientations were previously defined in the itk::SpatialOrientation class. However,
Original file line number Diff line number Diff line change @@ -344,10 +344,12 @@ class ITK_TEMPLATE_EXPORT ResampleImageFilter : public ImageToImageFilter<TInput
344344 virtual void
345345 LinearThreadedGenerateData (const OutputImageRegionType & outputRegionForThread);
346346
347+ #if !defined(ITK_LEGACY_REMOVE)
347348 /* * Cast pixel from interpolator output to PixelType. */
348349 itkLegacyMacro (virtual PixelType CastPixelWithBoundsChecking (const InterpolatorOutputType value,
349350 const ComponentType minComponent,
350351 const ComponentType maxComponent) const ;)
352+ #endif
351353
352354private:
353355 static PixelComponentType
You can’t perform that action at this time.
0 commit comments