maplibre-rs/docs/api/maplibre/io/pipeline/trait.PipelineProcessor.html

23 lines
20 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Processes events which happen during the pipeline execution"><meta name="keywords" content="rust, rustlang, rust-lang, PipelineProcessor"><title>PipelineProcessor in maplibre::io::pipeline - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../storage.js"></script><script src="../../../crates.js"></script><script defer src="../../../main.js"></script>
<noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../favicon.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../maplibre/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div>
</a><h2 class="location"></h2>
</nav>
<nav class="sidebar"><a class="sidebar-logo" href="../../../maplibre/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div>
</a><h2 class="location"><a href="#">PipelineProcessor</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#provided-methods">Provided Methods</a></h3><ul><li><a href="#method.layer_indexing_finished">layer_indexing_finished</a></li><li><a href="#method.layer_tesselation_finished">layer_tesselation_finished</a></li><li><a href="#method.layer_unavailable">layer_unavailable</a></li><li><a href="#method.tile_finished">tile_finished</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementations">Methods</a></h3><ul><li><a href="#method.downcast">downcast</a></li><li><a href="#method.downcast_mut">downcast_mut</a></li><li><a href="#method.downcast_rc">downcast_rc</a></li><li><a href="#method.downcast_ref">downcast_ref</a></li><li><a href="#method.is">is</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementors">Implementors</a></h3></div></section><h2 class="location"><a href="index.html">In maplibre::io::pipeline</a></h2><div id="sidebar-vars" data-name="PipelineProcessor" data-ty="trait" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../../maplibre/index.html"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../../../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
<h1 class="fqn"><span class="in-band">Trait <a href="../../index.html">maplibre</a>::<wbr><a href="../index.html">io</a>::<wbr><a href="index.html">pipeline</a>::<wbr><a class="trait" href="#">PipelineProcessor</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#12-29">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust trait"><code>pub trait PipelineProcessor: Downcast {
fn <a href="#method.tile_finished" class="fnname">tile_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_request_id: <a class="type" href="../type.TileRequestID.html" title="type maplibre::io::TileRequestID">TileRequestID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a><br>&nbsp;&nbsp;&nbsp;&nbsp;) { ... }
<span class="item-spacer"></span> fn <a href="#method.layer_unavailable" class="fnname">layer_unavailable</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_layer_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.str.html">str</a><br>&nbsp;&nbsp;&nbsp;&nbsp;) { ... }
<span class="item-spacer"></span> fn <a href="#method.layer_tesselation_finished" class="fnname">layer_tesselation_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_buffer: <a class="struct" href="../../benchmarking/tessellation/struct.OverAlignedVertexBuffer.html" title="struct maplibre::benchmarking::tessellation::OverAlignedVertexBuffer">OverAlignedVertexBuffer</a>&lt;<a class="struct" href="../../render/shaders/struct.ShaderVertex.html" title="struct maplibre::render::shaders::ShaderVertex">ShaderVertex</a>, <a class="type" href="../../benchmarking/tessellation/type.IndexDataType.html" title="type maplibre::benchmarking::tessellation::IndexDataType">IndexDataType</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_feature_indices: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.u32.html">u32</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_layer_data: <a class="struct" href="../struct.RawLayer.html" title="struct maplibre::io::RawLayer">Layer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;) { ... }
<span class="item-spacer"></span> fn <a href="#method.layer_indexing_finished" class="fnname">layer_indexing_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_geometries: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../geometry_index/struct.IndexedGeometry.html" title="struct maplibre::io::geometry_index::IndexedGeometry">IndexedGeometry</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.f64.html">f64</a>&gt;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;) { ... }
}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Processes events which happen during the pipeline execution</p>
</div></details><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor"></a></h2><div class="methods"><div id="method.tile_finished" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#13">source</a></div><h4 class="code-header">fn <a href="#method.tile_finished" class="fnname">tile_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;_request_id: <a class="type" href="../type.TileRequestID.html" title="type maplibre::io::TileRequestID">TileRequestID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a><br>)</h4></div><div id="method.layer_unavailable" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#14">source</a></div><h4 class="code-header">fn <a href="#method.layer_unavailable" class="fnname">layer_unavailable</a>(&amp;mut self, _coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, _layer_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.str.html">str</a>)</h4></div><div id="method.layer_tesselation_finished" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#15-22">source</a></div><h4 class="code-header">fn <a href="#method.layer_tesselation_finished" class="fnname">layer_tesselation_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;_buffer: <a class="struct" href="../../benchmarking/tessellation/struct.OverAlignedVertexBuffer.html" title="struct maplibre::benchmarking::tessellation::OverAlignedVertexBuffer">OverAlignedVertexBuffer</a>&lt;<a class="struct" href="../../render/shaders/struct.ShaderVertex.html" title="struct maplibre::render::shaders::ShaderVertex">ShaderVertex</a>, <a class="type" href="../../benchmarking/tessellation/type.IndexDataType.html" title="type maplibre::benchmarking::tessellation::IndexDataType">IndexDataType</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;_feature_indices: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.u32.html">u32</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;_layer_data: <a class="struct" href="../struct.RawLayer.html" title="struct maplibre::io::RawLayer">Layer</a><br>)</h4></div><div id="method.layer_indexing_finished" class="method has-srclink"><div class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#23-28">source</a></div><h4 class="code-header">fn <a href="#method.layer_indexing_finished" class="fnname">layer_indexing_finished</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;_coords: &amp;<a class="struct" href="../../coords/struct.WorldTileCoords.html" title="struct maplibre::coords::WorldTileCoords">WorldTileCoords</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;_geometries: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../geometry_index/struct.IndexedGeometry.html" title="struct maplibre::io::geometry_index::IndexedGeometry">IndexedGeometry</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.f64.html">f64</a>&gt;&gt;<br>)</h4></div></div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#impl" class="anchor"></a><h3 class="code-header in-band">impl dyn <a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is" class="method has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#method.is" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.is" class="fnname">is</a>&lt;__T:&nbsp;<a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a>&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if the trait object wraps an object of type <code>__T</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.downcast" class="method has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#method.downcast" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.downcast" class="fnname">downcast</a>&lt;__T:&nbsp;<a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;self: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;Self&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.62.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;__T&gt;, <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;Self&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns a boxed object from a boxed trait object if the underlying object is of type
<code>__T</code>. Returns the original boxed trait if it isnt.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.downcast_rc" class="method has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#method.downcast_rc" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.downcast_rc" class="fnname">downcast_rc</a>&lt;__T:&nbsp;<a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;self: <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a>&lt;Self&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.62.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a>&lt;__T&gt;, <a class="struct" href="https://doc.rust-lang.org/1.62.0/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a>&lt;Self&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns an <code>Rc</code>-ed object from an <code>Rc</code>-ed trait object if the underlying object is of
type <code>__T</code>. Returns the original <code>Rc</code>-ed trait if it isnt.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.downcast_ref" class="method has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#method.downcast_ref" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.downcast_ref" class="fnname">downcast_ref</a>&lt;__T:&nbsp;<a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a>&gt;(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.62.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.reference.html">&amp;</a>__T&gt;</h4></section></summary><div class="docblock"><p>Returns a reference to the object within the trait object if it is of type <code>__T</code>, or
<code>None</code> if it isnt.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.downcast_mut" class="method has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/io/pipeline.rs.html#31">source</a></span><a href="#method.downcast_mut" class="anchor"></a><h4 class="code-header">pub fn <a href="#method.downcast_mut" class="fnname">downcast_mut</a>&lt;__T:&nbsp;<a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a>&gt;(&amp;mut self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.62.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.62.0/std/primitive.reference.html">&amp;mut </a>__T&gt;</h4></section></summary><div class="docblock"><p>Returns a mutable reference to the object within the trait object if it is of type
<code>__T</code>, or <code>None</code> if it isnt.</p>
</div></details></div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"><section id="impl-PipelineProcessor" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../../../src/maplibre/stages/mod.rs.html#63-115">source</a></span><a href="#impl-PipelineProcessor" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="trait.PipelineProcessor.html" title="trait maplibre::io::pipeline::PipelineProcessor">PipelineProcessor</a> for <a class="struct" href="../../stages/struct.HeadedPipelineProcessor.html" title="struct maplibre::stages::HeadedPipelineProcessor">HeadedPipelineProcessor</a></h3></section></div><script type="text/javascript" src="../../../implementors/maplibre/io/pipeline/trait.PipelineProcessor.js" data-ignore-extern-crates="" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="maplibre" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.62.0 (a8314ef7d 2022-06-27)" ></div>
</body></html>