You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen_cxx/classdrake_1_1geometry_1_1_scene_graph-members.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,8 @@
384
384
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system_base.html#aaf07bedd6db91eb448279aaea8254aa4">GetOutputPortBaseOrThrow</a>(const char *func, int port_index, bool warn_deprecated) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system_base.html">SystemBase</a></td><tdclass="entry"><spanclass="mlabel">protected</span></td></tr>
385
385
<tr><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html#adf1f428d7eb6e62bcdd26e9d5a770cba">GetPeriodicEvents</a>(const Context< T > &context, CompositeEventCollection< T > *events) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html">System< T ></a></td><tdclass="entry"></td></tr>
386
386
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html#ad8a24b8f910f9d990db8e59bf2bae6d0">GetPerStepEvents</a>(const Context< T > &context, CompositeEventCollection< T > *events) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html">System< T ></a></td><tdclass="entry"></td></tr>
387
+
<tr><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html#ac8c1ac8044652913df21017b283382b5">GetRendererParameterYaml</a>(const std::string &name) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html">SceneGraph< T ></a></td><tdclass="entry"></td></tr>
388
+
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html#ad1eb0f1b0743edb7a468a2cc77955733">GetRendererParameterYaml</a>(const systems::Context< T > &context, const std::string &name) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html">SceneGraph< T ></a></td><tdclass="entry"></td></tr>
387
389
<tr><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html#a9cdf0a6693c255362906281ff2f7d880">GetRendererTypeName</a>(const std::string &name) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html">SceneGraph< T ></a></td><tdclass="entry"></td></tr>
388
390
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html#a2bbf224327b53543c185b2c926821019">GetRendererTypeName</a>(const systems::Context< T > &context, const std::string &name) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1geometry_1_1_scene_graph.html">SceneGraph< T ></a></td><tdclass="entry"></td></tr>
389
391
<tr><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html#a3aec45c8e257774b5fbf2356e8db3e03">GetSubsystemContext</a>(const System< T > &subsystem, const Context< T > &context) const</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html">System< T ></a></td><tdclass="entry"></td></tr>
<tr class="memdesc:a2bbf224327b53543c185b2c926821019"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classdrake_1_1systems_1_1_context.html" title="Context is an abstract class template that represents all the typed values that are used in a System'...">systems::Context</a>-query variant of <a class="el" href="classdrake_1_1geometry_1_1_scene_graph.html#a9cdf0a6693c255362906281ff2f7d880" title="Reports the type name for the RenderEngine registered with the given name.">GetRendererTypeName()</a>. <a href="#a2bbf224327b53543c185b2c926821019">More...</a><br /></td></tr>
<tr class="memdesc:ac8c1ac8044652913df21017b283382b5"><td class="mdescLeft"> </td><td class="mdescRight">Creates a Yaml-formatted string representing the named engine's parameters. <a href="#ac8c1ac8044652913df21017b283382b5">More...</a><br /></td></tr>
<tr class="memdesc:ad1eb0f1b0743edb7a468a2cc77955733"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classdrake_1_1systems_1_1_context.html" title="Context is an abstract class template that represents all the typed values that are used in a System'...">systems::Context</a>-query variant of <a class="el" href="classdrake_1_1geometry_1_1_scene_graph.html#ac8c1ac8044652913df21017b283382b5" title="Creates a Yaml-formatted string representing the named engine's parameters.">GetRendererParameterYaml()</a>. <a href="#ad1eb0f1b0743edb7a468a2cc77955733">More...</a><br /></td></tr>
<tr class="memdesc:ae614976e788b66b5ceed6df5fa7fba5e"><td class="mdescLeft"> </td><td class="mdescRight">Reports the number of renderers registered to this SceneGraph. <a href="#ae614976e788b66b5ceed6df5fa7fba5e">More...</a><br /></td></tr>
<p><a class="el" href="classdrake_1_1systems_1_1_context.html" title="Context is an abstract class template that represents all the typed values that are used in a System'...">systems::Context</a>-query variant of <a class="el" href="classdrake_1_1geometry_1_1_scene_graph.html#ac8c1ac8044652913df21017b283382b5" title="Creates a Yaml-formatted string representing the named engine's parameters.">GetRendererParameterYaml()</a>. </p>
2458
+
<p>Rather than querying SceneGraph's model, it queries the copy of the model stored in the provided context. </p>
0 commit comments