Skip to content

Commit f57ba91

Browse files
committed
Automatic doxygen documentation update - Deployed from: AcademySoftwareFoundation/openvdb 7c03e1f084873cd1b3422c7ff7aec6ee681b3b38
Signed-off-by: danrbailey <[email protected]>
1 parent e90b70b commit f57ba91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

documentation/doxygen/changes.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<div class="title">Release Notes </div> </div>
8686
</div><!--header-->
8787
<div class="contents">
88-
<div class="textblock"><p> <a name="v13_0_0_changes"></a> </p><dl class="section user"><dt></dt><dd><b>Version 13.0.0</b> - <em>November 2, 2025</em></dd></dl>
88+
<div class="textblock"><p> <a name="v13_0_0_changes"></a> </p><dl class="section user"><dt></dt><dd><b>Version 13.0.0</b> - <em>November 3, 2025</em></dd></dl>
8989
<dl class="section user"><dt></dt><dd><blockquote class="doxtable">
9090
<p>This version introduces ABI changes relative to older major releases, so to preserve ABI compatibility it might be necessary to define the macro <code>OPENVDB_ABI_VERSION_NUMBER=</code><em>N</em>, where, for example, <em>N</em> is 11 for Houdini&#160;20.5 and 12 for Houdini&#160;21.0. </p>
9191
</blockquote>
@@ -107,14 +107,14 @@
107107
</ul>
108108
</li>
109109
<li>API Changes:<ul>
110-
<li>Added <a class="el" href="classopenvdb_1_1v13__0_1_1tree_1_1LeafNode.html">LeafNode</a><code>bool</code>, <a class="el" href="namespaceopenvdb_1_1v13__0.html#a1a68fb76e3d6897fa878760b6bcbda7a">Index</a>&gt;::storage() for direct const access to the raw data buffer when using the bool LeafNode.</li>
111-
<li>Removed <a class="el" href="classopenvdb_1_1v13__0_1_1Grid.html">Grid</a><a class="el" href="namespaceopenvdb_1_1v13__0_1_1points.html#a7d93f4d68e2eb70dac85a685e9b9522e" title="Evaluates the minimum and maximum values of a point attribute. ">evalMinMax()</a>, use <a class="el" href="namespaceopenvdb_1_1v13__0_1_1tools.html#a36ee086a1c07bfb390ebe92257e266ec">tools::minMax</a> for superior threaded performance.</li>
112-
<li>Removed <a class="el" href="namespaceopenvdb_1_1v13__0_1_1points.html">points</a><a class="el" href="namespaceopenvdb_1_1v13__0_1_1points.html#ad9cf203d8735a1fe1174de1810104833" title="Perform potentially complex rasterization from a user defined transfer scheme. See below comments for...">rasterize()</a> that took a custom filter and interrupter.</li>
113-
<li>Removed <a class="el" href="classopenvdb_1_1v13__0_1_1tree_1_1LeafNode.html">LeafNode</a><code>bool</code>, ...&gt;() TopologyCopy constructor in favor of using explicit mask/buffer constructors.</li>
110+
<li>Added <a class="el" href="">LeafBuffer::storage()</a> for direct const access to the raw data buffer when using the bool LeafNode.</li>
111+
<li>Removed <a class="el" href="namespaceopenvdb_1_1v13__0_1_1points.html#a7d93f4d68e2eb70dac85a685e9b9522e" title="Evaluates the minimum and maximum values of a point attribute. ">Grid::evalMinMax()</a>, use <a class="el" href="namespaceopenvdb_1_1v13__0_1_1tools.html#a36ee086a1c07bfb390ebe92257e266ec">tools::minMax</a> for superior threaded performance.</li>
112+
<li>Removed <a class="el" href="namespaceopenvdb_1_1v13__0_1_1points.html#ad9cf203d8735a1fe1174de1810104833" title="Perform potentially complex rasterization from a user defined transfer scheme. See below comments for...">points::rasterize()</a> that took a custom filter and interrupter.</li>
113+
<li>Removed LeafNodeBool TopologyCopy constructor in favor of using explicit mask/buffer constructors.</li>
114114
<li>Removed <a class="el" href="namespaceopenvdb_1_1v13__0_1_1tree.html#a9bffaa36c0bfe91d3ac486db84d76410">ValueAccessor</a> NodeT0, NodeT1, NodeT2 aliases, use NodeTypeAtLevel instead.</li>
115-
<li>Add <a class="el" href="classopenvdb_1_1v13__0_1_1tree_1_1InternalNode.html">InternalNode</a>::setValueMaskUnsafe() to write a value mask directly.</li>
115+
<li>Add <a class="el" href="classopenvdb_1_1v13__0_1_1tree_1_1InternalNode.html#a807786550e2a3410931692a1a7f4d1dd">InternalNode::setValueMaskUnsafe()</a> to write a value mask directly.</li>
116116
<li>LegacyFrustum and RootNodeMask have been removed. These classes were only used for reading old .vdb files, which is no longer supported.</li>
117-
<li><a class="el" href="namespaceopenvdb_1_1v13__0_1_1io.html">io</a><a class="el" href="namespaceopenvdb_1_1v13__0_1_1io.html#a3575b6decf2425dfaad1df29ea3c0d01">writeCompressedValues()</a> now takes a const ValueT* source buffer for improved const-correctness.</li>
117+
<li><a class="el" href="namespaceopenvdb_1_1v13__0_1_1io.html#a3575b6decf2425dfaad1df29ea3c0d01">io::writeCompressedValues()</a> now takes a const ValueT* source buffer for improved const-correctness.</li>
118118
</ul>
119119
</li>
120120
<li>Bug Fixes:<ul>

0 commit comments

Comments
 (0)