Skip to content

Commit 3254697

Browse files
author
GitHub Actions bot for SimpleITK.github.io
committed
Update Doxygen to
1 parent abf080b commit 3254697

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "Tue, 24 Mar 2026 07:25:45 +0000"
2+
document.getElementById("datetime").textContent = "Sat, 28 Mar 2026 07:20:00 +0000"
33
document.getElementById("projectnumber").textContent = "3.0.0"
44
});

doxygen/latest/html/namespaceitk_1_1simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4184,7 +4184,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae40bd64640f4014fba1a8a87
41844184

41854185
<p>Enumerated values of pixelIDs. </p>
41864186
<p>Each PixelID's value corresponds to the index of the PixelID type, in the type list "InstantiatedPixelIDTypeList". It is possible that different configurations for SimpleITK could result in different values for pixelID. So these enumerated values should be used.</p>
4187-
<p>Additionally, not all PixelID an instantiated in for the tool kit. If a PixelID is not instantiated then it's value is -1. Therefore it is likely that multiple elements in the enumeration will have a zero value. Therefore the first preferred method is to use "if" statements, with the first branch checking for the Unknown value.</p>
4187+
<p>Additionally, not all PixelIDs are instantiated in all toolkit configurations. If a PixelID is not instantiated then it's value is -1. Therefore it is likely that multiple elements in the enumeration will have a zero value. Therefore the first preferred method is to use "if" statements, with the first branch checking for the Unknown value.</p>
41884188
<p>If a switch case statement is needed the <a class="el" href="structitk_1_1simple_1_1ConditionalValue.html">ConditionalValue</a> meta-programming object can be used as follows: </p><div class="fragment"><div class="line"><span class="keywordflow">switch</span>( pixelIDValue )</div>
41894189
<div class="line"> {</div>
41904190
<div class="line"> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="#ae40bd64640f4014fba1a8a872ab4df98a25f496c19c2388217b9fede6686144ac">sitk::sitkUnknown</a>:</div>

doxygen/latest/html/sitkElastixTransformixWrappers_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include &quot;<a class="code" href="sitkMacro_8h.html">sitkMacro.h</a>&quot;</span></div>
109109
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
110110
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#if defined(SITKDLL)</span></div>
111-
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor"># ifdef SITKElastix_EXPORTS</span></div>
111+
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor"># ifdef SimpleElastix_EXPORTS</span></div>
112112
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor"># define SITKElastix_EXPORT SITK_ABI_EXPORT</span></div>
113113
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor"># else</span></div>
114114
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor"># define SITKElastix_EXPORT SITK_ABI_IMPORT</span></div>

0 commit comments

Comments
 (0)