.. _package-rst-scene: =================== Package rst.scene =================== *Not documented* Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/corlab.css"; node [fontsize=11] node [fontname="Arial"] edge [fontsize=11] edge [fontname="Arial"] "1" [label=<
SceneObjectQuery
ASCII-STRINGname_filter
ASCII-STRINGkind_filter
>,shape=box,style=filled,fillcolor="white"]; .. container:: mess4ge-list .. container:: messages * :ref:`SceneObjectQuery ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-scene-sceneobjectquery: Message SceneObjectQuery ------------------------ .. container:: message-rst-scene-sceneobjectquery-multi .. container:: message-rst-scene-sceneobjectquery-documentation .. py:class:: rst.scene.SceneObjectQuery Query specification for selecting scene object by name and/or kind. .. codeauthor:: David Klotz .. py:attribute:: name_filter :type: :py:class:`ASCII-STRING` Regular expression selecting only objects with matching names. .. py:attribute:: kind_filter :type: :py:class:`ASCII-STRING` Regular expression selecting only objects with matching kinds. Hint: to match multiple object kinds in a query, use the regular expression construct: (KIND1|KIND2|...) .. container:: message-rst-scene-sceneobjectquery-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.11-merge-simulator/rst-manual/../rst-proto/proto/sandbox/rst/scene/SceneObjectQuery.proto :lines: 10-27 :language: protobuf :emphasize-lines: 6-6,16-16