Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
1 parent 41bfd8c commit 077850c
Show file tree
Hide file tree
Showing 15 changed files with 2,121 additions and 7 deletions.
Binary file modified latest/.doctrees/api/compas_cgal.reconstruction.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
15 changes: 12 additions & 3 deletions latest/api/compas_cgal.reconstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pointset_outlier_removal" href="generated/compas_cgal.reconstruction.pointset_outlier_removal.html" />
<link rel="next" title="pointset_normal_estimation" href="generated/compas_cgal.reconstruction.pointset_normal_estimation.html" />
<link rel="prev" title="mesh_remesh" href="generated/compas_cgal.meshing.mesh_remesh.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -589,10 +589,19 @@
<h1>compas_cgal.reconstruction</h1>
<table class="autosummary longtable table autosummary">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.pointset_outlier_removal.html" title="compas_cgal.reconstruction.pointset_outlier_removal"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pointset_outlier_removal</span></code></a></p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.pointset_normal_estimation.html" title="compas_cgal.reconstruction.pointset_normal_estimation"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pointset_normal_estimation</span></code></a></p></td>
<td><p>Remove outliers from a point cloud using the point set outlier removal algorithm.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.poisson_surface_reconstruction.html" title="compas_cgal.reconstruction.poisson_surface_reconstruction"><code class="xref py py-obj docutils literal notranslate"><span class="pre">poisson_surface_reconstruction</span></code></a></p></td>
<tr class="row-even"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.pointset_outlier_removal.html" title="compas_cgal.reconstruction.pointset_outlier_removal"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pointset_outlier_removal</span></code></a></p></td>
<td><p>Remove outliers from a point cloud using the point set outlier removal algorithm.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.pointset_reduction.html" title="compas_cgal.reconstruction.pointset_reduction"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pointset_reduction</span></code></a></p></td>
<td><p>Remove outliers from a point cloud using the point set outlier removal algorithm.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.pointset_smoothing.html" title="compas_cgal.reconstruction.pointset_smoothing"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pointset_smoothing</span></code></a></p></td>
<td><p>Remove outliers from a point cloud using the point set outlier removal algorithm.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/compas_cgal.reconstruction.poisson_surface_reconstruction.html" title="compas_cgal.reconstruction.poisson_surface_reconstruction"><code class="xref py py-obj docutils literal notranslate"><span class="pre">poisson_surface_reconstruction</span></code></a></p></td>
<td><p>Reconstruct a surface from a point cloud using the Poisson surface reconstruction algorithm.</p></td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 077850c

Please sign in to comment.