Skip to content

Commit

Permalink
Update to match 815577e by push 3315
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Nov 28, 2024
1 parent 2065d70 commit f9b759c
Show file tree
Hide file tree
Showing 47 changed files with 254 additions and 205 deletions.
2 changes: 1 addition & 1 deletion bsplines__non__uniform_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span>};</div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> </div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> DDim&gt;</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="keyword">struct</span> <a class="code hl_struct" href="structddc_1_1is__non__uniform__bsplines.html">is_non_uniform_bsplines</a> : <span class="keyword">public</span> std::is_base_of&lt;detail::NonUniformBSplinesBase, DDim&gt;</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="keyword">struct</span> <a class="code hl_struct" href="structddc_1_1is__non__uniform__bsplines.html">is_non_uniform_bsplines</a> : <span class="keyword">public</span> std::is_base_of&lt;detail::NonUniformBSplinesBase, DDim&gt;::type</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span>{</div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span>};</div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> </div>
Expand Down
2 changes: 1 addition & 1 deletion bsplines__uniform_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span>};</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> </div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> DDim&gt;</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="keyword">struct</span> <a class="code hl_struct" href="structddc_1_1is__uniform__bsplines.html">is_uniform_bsplines</a> : <span class="keyword">public</span> std::is_base_of&lt;detail::UniformBSplinesBase, DDim&gt;</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="keyword">struct</span> <a class="code hl_struct" href="structddc_1_1is__uniform__bsplines.html">is_uniform_bsplines</a> : <span class="keyword">public</span> std::is_base_of&lt;detail::UniformBSplinesBase, DDim&gt;::type</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span>{</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span>};</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> </div>
Expand Down
104 changes: 54 additions & 50 deletions hierarchy.html

Large diffs are not rendered by default.

22 changes: 15 additions & 7 deletions hierarchy.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ var hierarchy =
[ "ddc::PeriodicSampling< CDim >::Impl< DDim, MemorySpace >", "classddc_1_1PeriodicSampling_1_1Impl.html", null ],
[ "ddc::UniformBSplines< CDim, D >::Impl< DDim, MemorySpace >", "classddc_1_1UniformBSplines_1_1Impl.html", null ],
[ "ddc::UniformPointSampling< CDim >::Impl< DDim, MemorySpace >", "classddc_1_1UniformPointSampling_1_1Impl.html", null ],
[ "std::is_base_of", null, [
[ "ddc::is_non_uniform_bsplines< DDim >", "structddc_1_1is__non__uniform__bsplines.html", null ],
[ "ddc::is_non_uniform_point_sampling< DDim >", "structddc_1_1is__non__uniform__point__sampling.html", null ],
[ "ddc::is_periodic_sampling< DDim >", "structddc_1_1is__periodic__sampling.html", null ],
[ "ddc::is_uniform_bsplines< DDim >", "structddc_1_1is__uniform__bsplines.html", null ],
[ "ddc::is_uniform_point_sampling< DDim >", "structddc_1_1is__uniform__point__sampling.html", null ]
] ],
[ "ddc::KnotDiscreteDimension< DDim >", "namespaceddc.html#structddc_1_1KnotDiscreteDimension", null ],
[ "ddc::KnotsAsInterpolationPoints< BSplines, BcLower, BcUpper >", "classddc_1_1KnotsAsInterpolationPoints.html", null ],
[ "ddc::KokkosAllocator< T, MemorySpace >", "classddc_1_1KokkosAllocator.html", null ],
Expand Down Expand Up @@ -97,6 +90,21 @@ var hierarchy =
[ "ddc::is_discrete_element< DiscreteElement< Tags... > >", "structddc_1_1is__discrete__element_3_01DiscreteElement_3_01Tags_8_8_8_01_4_01_4.html", null ],
[ "ddc::is_discrete_vector< DiscreteVector< Tags... > >", "structddc_1_1is__discrete__vector_3_01DiscreteVector_3_01Tags_8_8_8_01_4_01_4.html", null ]
] ],
[ "std::is_base_of::type", null, [
[ "ddc::is_non_uniform_bsplines< DDim >", "structddc_1_1is__non__uniform__bsplines.html", null ]
] ],
[ "std::is_base_of::type", null, [
[ "ddc::is_non_uniform_point_sampling< DDim >", "structddc_1_1is__non__uniform__point__sampling.html", null ]
] ],
[ "std::is_base_of::type", null, [
[ "ddc::is_periodic_sampling< DDim >", "structddc_1_1is__periodic__sampling.html", null ]
] ],
[ "std::is_base_of::type", null, [
[ "ddc::is_uniform_bsplines< DDim >", "structddc_1_1is__uniform__bsplines.html", null ]
] ],
[ "std::is_base_of::type", null, [
[ "ddc::is_uniform_point_sampling< DDim >", "structddc_1_1is__uniform__point__sampling.html", null ]
] ],
[ "ddc::detail::UniformBSplinesBase", null, [
[ "ddc::UniformBSplines< CDim, D >", "classddc_1_1UniformBSplines.html", null ]
] ],
Expand Down
14 changes: 3 additions & 11 deletions inherit_graph_67.map
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,141,124,166"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__non__uniform__bsplines.html" title=" " alt="" coords="193,5,347,45"/>
<area shape="poly" id="edge18_Node000000_Node000001" title=" " alt="" coords="84,128,122,91,171,55,195,43,198,48,173,60,126,95,88,132"/>
<area shape="rect" id="Node000002" href="$structddc_1_1is__non__uniform__point__sampling.html" title=" " alt="" coords="172,69,368,109"/>
<area shape="poly" id="edge19_Node000000_Node000002" title=" " alt="" coords="119,134,204,107,206,112,120,139"/>
<area shape="rect" id="Node000003" href="$structddc_1_1is__periodic__sampling.html" title=" " alt="" coords="175,133,365,173"/>
<area shape="poly" id="edge20_Node000000_Node000003" title=" " alt="" coords="138,151,175,151,175,156,138,156"/>
<area shape="rect" id="Node000004" href="$structddc_1_1is__uniform__bsplines.html" title=" " alt="" coords="179,197,361,237"/>
<area shape="poly" id="edge21_Node000000_Node000004" title=" " alt="" coords="120,168,206,195,204,200,119,173"/>
<area shape="rect" id="Node000005" href="$structddc_1_1is__uniform__point__sampling.html" title=" " alt="" coords="189,261,351,301"/>
<area shape="poly" id="edge22_Node000000_Node000005" title=" " alt="" coords="88,175,126,212,173,247,198,259,195,264,171,252,122,216,84,179"/>
<area shape="rect" id="Node000000" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__non__uniform__bsplines.html" title=" " alt="" coords="208,5,361,45"/>
<area shape="poly" id="edge18_Node000000_Node000001" title=" " alt="" coords="174,23,207,23,207,28,174,28"/>
</map>
2 changes: 1 addition & 1 deletion inherit_graph_67.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01f136a0d5c0bf7a2df777ab038fc122
3089578ee5fc64c951226c1286aa6e7c
Binary file modified inherit_graph_67.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions inherit_graph_68.map
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,77,117,102"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__discrete__domain_3_01DiscreteDomain_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="167,5,395,45"/>
<area shape="poly" id="edge23_Node000000_Node000001" title=" " alt="" coords="115,70,165,55,206,43,208,48,166,60,116,75"/>
<area shape="rect" id="Node000002" href="$structddc_1_1is__discrete__element_3_01DiscreteElement_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="165,69,396,109"/>
<area shape="poly" id="edge24_Node000000_Node000002" title=" " alt="" coords="131,87,165,87,165,92,131,92"/>
<area shape="rect" id="Node000003" href="$structddc_1_1is__discrete__vector_3_01DiscreteVector_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="171,133,390,173"/>
<area shape="poly" id="edge25_Node000000_Node000003" title=" " alt="" coords="116,104,166,119,208,131,206,136,165,124,115,109"/>
<area shape="rect" id="Node000000" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__non__uniform__point__sampling.html" title=" " alt="" coords="208,5,404,45"/>
<area shape="poly" id="edge19_Node000000_Node000001" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
2 changes: 1 addition & 1 deletion inherit_graph_68.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1de3f55f4abfe718d0d88f5e424c2ae5
f2f92b21cb4a47a9ced5e532c4517ae6
Binary file modified inherit_graph_68.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions inherit_graph_69.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__periodic__sampling.html" title=" " alt="" coords="208,5,399,45"/>
<area shape="poly" id="edge20_Node000000_Node000001" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
1 change: 1 addition & 0 deletions inherit_graph_69.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
49a46ee8263ed2269cf1ce9e158677f1
Binary file added inherit_graph_69.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions inherit_graph_70.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__uniform__bsplines.html" title=" " alt="" coords="208,5,391,45"/>
<area shape="poly" id="edge21_Node000000_Node000001" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
1 change: 1 addition & 0 deletions inherit_graph_70.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5213fc2809a4ccd88bc5921adf986baf
Binary file added inherit_graph_70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions inherit_graph_71.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__uniform__point__sampling.html" title=" " alt="" coords="208,5,371,45"/>
<area shape="poly" id="edge22_Node000000_Node000001" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
1 change: 1 addition & 0 deletions inherit_graph_71.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e4dd8e6d1e86c9fb38aa4d992b54a472
Binary file added inherit_graph_71.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions inherit_graph_72.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="Node000000" title=" " alt="" coords="5,77,117,102"/>
<area shape="rect" id="Node000001" href="$structddc_1_1is__discrete__domain_3_01DiscreteDomain_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="167,5,395,45"/>
<area shape="poly" id="edge23_Node000000_Node000001" title=" " alt="" coords="115,70,165,55,206,43,208,48,166,60,116,75"/>
<area shape="rect" id="Node000002" href="$structddc_1_1is__discrete__element_3_01DiscreteElement_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="165,69,396,109"/>
<area shape="poly" id="edge24_Node000000_Node000002" title=" " alt="" coords="131,87,165,87,165,92,131,92"/>
<area shape="rect" id="Node000003" href="$structddc_1_1is__discrete__vector_3_01DiscreteVector_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="171,133,390,173"/>
<area shape="poly" id="edge25_Node000000_Node000003" title=" " alt="" coords="116,104,166,119,208,131,206,136,165,124,115,109"/>
</map>
1 change: 1 addition & 0 deletions inherit_graph_72.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1de3f55f4abfe718d0d88f5e424c2ae5
Binary file added inherit_graph_72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 36 additions & 16 deletions inherits.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,22 +494,42 @@
<area shape="poly" title=" " alt="" coords="135,80,227,101,226,107,134,86"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_67.png" border="0" usemap="#astd_1_1is__base__of" alt=""/>
<map name="astd_1_1is__base__of" id="astd_1_1is__base__of">
<area shape="rect" title=" " alt="" coords="5,141,124,166"/>
<area shape="rect" href="structddc_1_1is__non__uniform__bsplines.html" title=" " alt="" coords="193,5,347,45"/>
<area shape="poly" title=" " alt="" coords="84,128,122,91,171,55,195,43,198,48,173,60,126,95,88,132"/>
<area shape="rect" href="structddc_1_1is__non__uniform__point__sampling.html" title=" " alt="" coords="172,69,368,109"/>
<area shape="poly" title=" " alt="" coords="119,134,204,107,206,112,120,139"/>
<area shape="rect" href="structddc_1_1is__periodic__sampling.html" title=" " alt="" coords="175,133,365,173"/>
<area shape="poly" title=" " alt="" coords="138,151,175,151,175,156,138,156"/>
<area shape="rect" href="structddc_1_1is__uniform__bsplines.html" title=" " alt="" coords="179,197,361,237"/>
<area shape="poly" title=" " alt="" coords="120,168,206,195,204,200,119,173"/>
<area shape="rect" href="structddc_1_1is__uniform__point__sampling.html" title=" " alt="" coords="189,261,351,301"/>
<area shape="poly" title=" " alt="" coords="88,175,126,212,173,247,198,259,195,264,171,252,122,216,84,179"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_68.png" border="0" usemap="#astd_1_1true__type" alt=""/>
<tr><td><img src="inherit_graph_67.png" border="0" usemap="#astd_1_1is__base__of_1_1type" alt=""/>
<map name="astd_1_1is__base__of_1_1type" id="astd_1_1is__base__of_1_1type">
<area shape="rect" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" href="structddc_1_1is__non__uniform__bsplines.html" title=" " alt="" coords="208,5,361,45"/>
<area shape="poly" title=" " alt="" coords="174,23,207,23,207,28,174,28"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_68.png" border="0" usemap="#astd_1_1is__base__of_1_1type" alt=""/>
<map name="astd_1_1is__base__of_1_1type" id="astd_1_1is__base__of_1_1type">
<area shape="rect" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" href="structddc_1_1is__non__uniform__point__sampling.html" title=" " alt="" coords="208,5,404,45"/>
<area shape="poly" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_69.png" border="0" usemap="#astd_1_1is__base__of_1_1type" alt=""/>
<map name="astd_1_1is__base__of_1_1type" id="astd_1_1is__base__of_1_1type">
<area shape="rect" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" href="structddc_1_1is__periodic__sampling.html" title=" " alt="" coords="208,5,399,45"/>
<area shape="poly" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_70.png" border="0" usemap="#astd_1_1is__base__of_1_1type" alt=""/>
<map name="astd_1_1is__base__of_1_1type" id="astd_1_1is__base__of_1_1type">
<area shape="rect" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" href="structddc_1_1is__uniform__bsplines.html" title=" " alt="" coords="208,5,391,45"/>
<area shape="poly" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_71.png" border="0" usemap="#astd_1_1is__base__of_1_1type" alt=""/>
<map name="astd_1_1is__base__of_1_1type" id="astd_1_1is__base__of_1_1type">
<area shape="rect" title=" " alt="" coords="5,13,160,38"/>
<area shape="rect" href="structddc_1_1is__uniform__point__sampling.html" title=" " alt="" coords="208,5,371,45"/>
<area shape="poly" title=" " alt="" coords="174,23,208,23,208,28,174,28"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_72.png" border="0" usemap="#astd_1_1true__type" alt=""/>
<map name="astd_1_1true__type" id="astd_1_1true__type">
<area shape="rect" title=" " alt="" coords="5,77,117,102"/>
<area shape="rect" href="structddc_1_1is__discrete__domain_3_01DiscreteDomain_3_01Tags_8_8_8_01_4_01_4.html" title=" " alt="" coords="167,5,395,45"/>
Expand Down
10 changes: 5 additions & 5 deletions namespaceddc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5834,7 +5834,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad1dd2f87c3672f42f1adbddc
</table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00237">237</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00238">238</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -5865,7 +5865,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a976dd0529ee8d77478a94062

<p>Lower bound index of the mesh. </p>

<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00248">248</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00249">249</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -5896,7 +5896,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a5fcc420419c1228f8087acb9

<p>Lower bound index of the mesh. </p>

<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00256">256</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00257">257</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -5927,7 +5927,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae3520dd93ddfd4e16ac38d66

<p>Spacing step of the mesh. </p>

<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00263">263</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00264">264</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -6363,7 +6363,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a5d92fe6350fd1f8ecc314035
</table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00222">222</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="uniform__point__sampling_8hpp_source.html#l00223">223</a> of file <a class="el" href="uniform__point__sampling_8hpp_source.html">uniform_point_sampling.hpp</a>.</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion non__uniform__point__sampling_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> DDim&gt;</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="keyword">struct</span> <a class="code hl_struct" href="structddc_1_1is__non__uniform__point__sampling.html">is_non_uniform_point_sampling</a></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> : <span class="keyword">public</span> std::is_base_of&lt;detail::NonUniformPointSamplingBase, DDim&gt;</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> : <span class="keyword">public</span> std::is_base_of&lt;detail::NonUniformPointSamplingBase, DDim&gt;::type</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span>{</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span>};</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> </div>
Expand Down
Loading

0 comments on commit f9b759c

Please sign in to comment.