Skip to content

Commit

Permalink
deploy: e031c8d
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Nov 27, 2024
1 parent 3793b02 commit cf72a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ <h1>API Reference Python<a class="headerlink" href="#api-reference-python" title
<span class="sig-prename descclassname"><span class="pre">roofer.</span></span><span class="sig-name descname"><span class="pre">reconstruct</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#roofer.reconstruct" title="Link to this definition"></a></dt>
<dd><p>Overloaded function.</p>
<ol class="arabic simple">
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], points_ground: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f1187a52970&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], points_ground: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7faa99b8ef30&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
</ol>
<p>Reconstruct a single instance of a building from a point cloud with ground points</p>
<ol class="arabic simple" start="2">
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f1187a52b30&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7faa99b8f0f0&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
</ol>
<p>Reconstruct a single instance of a building from a point cloud without ground points</p>
</dd></dl>
Expand Down
Loading

0 comments on commit cf72a79

Please sign in to comment.