diff --git a/build_text.js b/build_text.js index 93bdef2ca..3db563d1a 100644 --- a/build_text.js +++ b/build_text.js @@ -1,3 +1,3 @@ $(function(){ - document.getElementById("datetime").textContent = "Tue, 05 Nov 2024 00:11:59 +0000" + document.getElementById("datetime").textContent = "Wed, 06 Nov 2024 00:12:05 +0000" }); diff --git a/itkBinaryCrossStructuringElement_8h_source.html b/itkBinaryCrossStructuringElement_8h_source.html index 416175e99..1c3aec52a 100644 --- a/itkBinaryCrossStructuringElement_8h_source.html +++ b/itkBinaryCrossStructuringElement_8h_source.html @@ -138,7 +138,7 @@
89 BinaryCrossStructuringElement()
90 {
91 // Default structuring element is defined to be 3x3x3...
-
92 auto radius = MakeFilled<RadiusType>(1);
+
92 constexpr auto radius = MakeFilled<RadiusType>(1);
93 Self::SetRadius(radius);
94 Self::CreateStructuringElement();
95 }
diff --git a/itkMultiphaseFiniteDifferenceImageFilter_8h_source.html b/itkMultiphaseFiniteDifferenceImageFilter_8h_source.html index 379d3d582..29fd3af51 100644 --- a/itkMultiphaseFiniteDifferenceImageFilter_8h_source.html +++ b/itkMultiphaseFiniteDifferenceImageFilter_8h_source.html @@ -275,7 +275,7 @@
357
358 m_DifferenceFunctions.resize(m_FunctionCount, nullptr);
359
-
360 auto radius = MakeFilled<RadiusType>(1);
+
360 constexpr auto radius = MakeFilled<RadiusType>(1);
361
362 for (unsigned int i = 0; i < this->m_FunctionCount; ++i)
363 {
diff --git a/itkSegmentationLevelSetImageFilter_8h_source.html b/itkSegmentationLevelSetImageFilter_8h_source.html index 9406e9acd..4c6064718 100644 --- a/itkSegmentationLevelSetImageFilter_8h_source.html +++ b/itkSegmentationLevelSetImageFilter_8h_source.html @@ -337,7 +337,7 @@
451 {
452 m_SegmentationFunction = s;
453
-
454 auto r = MakeFilled<typename SegmentationFunctionType::RadiusType>(1);
+
454 constexpr auto r = MakeFilled<typename SegmentationFunctionType::RadiusType>(1);
455
456 m_SegmentationFunction->Initialize(r);
457 this->SetDifferenceFunction(m_SegmentationFunction);