Skip to content

Commit 4eef0b0

Browse files
author
GitHub Actions bot for SimpleITK.github.io
committed
Update Doxygen to
1 parent c8f4e89 commit 4eef0b0

File tree

116 files changed

+14910
-8934
lines changed

Some content is hidden

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

116 files changed

+14910
-8934
lines changed

doxygen/latest/html/CMakeTmp_2SimpleITKBasicFiltersGeneratedHeaders_8h.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
<code>#include &quot;<a class="el" href="sitkRegionOfInterestImageFilter_8h_source.html">sitkRegionOfInterestImageFilter.h</a>&quot;</code><br />
295295
<code>#include &quot;<a class="el" href="sitkRegionalMaximaImageFilter_8h_source.html">sitkRegionalMaximaImageFilter.h</a>&quot;</code><br />
296296
<code>#include &quot;<a class="el" href="sitkRegionalMinimaImageFilter_8h_source.html">sitkRegionalMinimaImageFilter.h</a>&quot;</code><br />
297+
<code>#include &quot;<a class="el" href="sitkReinitializeLevelSetImageFilter_8h_source.html">sitkReinitializeLevelSetImageFilter.h</a>&quot;</code><br />
297298
<code>#include &quot;<a class="el" href="sitkRelabelComponentImageFilter_8h_source.html">sitkRelabelComponentImageFilter.h</a>&quot;</code><br />
298299
<code>#include &quot;<a class="el" href="sitkRelabelLabelMapFilter_8h_source.html">sitkRelabelLabelMapFilter.h</a>&quot;</code><br />
299300
<code>#include &quot;<a class="el" href="sitkRenyiEntropyThresholdImageFilter_8h_source.html">sitkRenyiEntropyThresholdImageFilter.h</a>&quot;</code><br />

doxygen/latest/html/CMakeTmp_2SimpleITKBasicFiltersGeneratedHeaders_8h_source.html

Lines changed: 74 additions & 72 deletions
Large diffs are not rendered by default.

doxygen/latest/html/annotated.html

Lines changed: 90 additions & 89 deletions
Large diffs are not rendered by default.

doxygen/latest/html/build_text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$(function(){
2-
document.getElementById("datetime").textContent = "Sun, 24 Nov 2024 06:49:42 +0000"
2+
document.getElementById("datetime").textContent = "Wed, 27 Nov 2024 06:51:45 +0000"
33
document.getElementById("projectnumber").textContent = "2.5.0.dev"
44
});

doxygen/latest/html/classes.html

Lines changed: 116 additions & 115 deletions
Large diffs are not rendered by default.

doxygen/latest/html/classitk_1_1simple_1_1FastMarchingImageFilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<p>Implementation of this class is based on Chapter 8 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.</p>
110110
<p>This class is templated over the level set image type and the speed image type. The initial front is specified by two containers: one containing the known points and one containing the trial points. Alive points are those that are already part of the object, and trial points are considered for inclusion. In order for the filter to evolve, at least some trial points must be specified. These can for instance be specified as the layer of pixels around the alive points.</p>
111111
<p>The speed function can be specified as a speed image or a speed constant. The speed image is set using the method SetInput() . If the speed image is nullptr, a constant speed function is used and is specified using method the SetSpeedConstant() .</p>
112-
<p>If the speed function is constant and of value one, fast marching results in an approximate distance function from the initial alive points. <a class="el" href="classitk_1_1simple_1_1FastMarchingImageFilter.html" title="Solve an Eikonal equation using Fast Marching.">FastMarchingImageFilter</a> is used in the <a class="elRef" href="https://www.itk.org/Doxygen/html/classitk_1_1ReinitializeLevelSetImageFilter.html">ReinitializeLevelSetImageFilter</a> object to create a signed distance function from the zero level set.</p>
112+
<p>If the speed function is constant and of value one, fast marching results in an approximate distance function from the initial alive points. <a class="el" href="classitk_1_1simple_1_1FastMarchingImageFilter.html" title="Solve an Eikonal equation using Fast Marching.">FastMarchingImageFilter</a> is used in the <a class="el" href="classitk_1_1simple_1_1ReinitializeLevelSetImageFilter.html" title="Reinitialize the level set to the signed distance function.">ReinitializeLevelSetImageFilter</a> object to create a signed distance function from the zero level set.</p>
113113
<p>The algorithm can be terminated early by setting an appropriate stopping value. The algorithm terminates when the current arrival time being processed is greater than the stopping value.</p>
114114
<p>There are two ways to specify the output image information ( LargestPossibleRegion, Spacing, Origin): (a) it is copied directly from the input speed image or (b) it is specified by the user. Default values are used if the user does not specify all the information.</p>
115115
<p>The output information is computed as follows. If the speed image is nullptr or if the OverrideOutputInformation is set to true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion() , SetOutputSpacing() , SetOutputDirection() , and SetOutputOrigin() . Else if the speed image is not nullptr, the output information is copied from the input speed image.</p>

doxygen/latest/html/classitk_1_1simple_1_1ImageFilter.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doxygen/latest/html/classitk_1_1simple_1_1NonCopyable__inherit__graph.svg

Lines changed: 12 additions & 12 deletions
Loading

doxygen/latest/html/classitk_1_1simple_1_1NonCopyable__inherit__graph_org.svg

Lines changed: 12 additions & 12 deletions
Loading

doxygen/latest/html/classitk_1_1simple_1_1ProcessObject.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)