1 | <html> |
---|
2 | <head> |
---|
3 | <title>Ogre::QueuedRenderableVisitor class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
4 | <link type="text/css" rel="stylesheet" href="style.css"> |
---|
5 | </head> |
---|
6 | |
---|
7 | <body> |
---|
8 | <!-- Generated by Doxygen 1.3.6 --> |
---|
9 | <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
---|
10 | <h1>Ogre::QueuedRenderableVisitor Class Reference</h1>Visitor interface for items in a <a class="el" href="classOgre_1_1QueuedRenderableCollection.html">QueuedRenderableCollection</a>. |
---|
11 | <a href="#_details">More...</a> |
---|
12 | <p> |
---|
13 | <code>#include <<a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html">OgreRenderQueueSortingGrouping.h</a>></code> |
---|
14 | <p> |
---|
15 | <p>Inheritance diagram for Ogre::QueuedRenderableVisitor: |
---|
16 | <p><center><img src="classOgre_1_1QueuedRenderableVisitor.png" usemap="#Ogre::QueuedRenderableVisitor_map" border="0" alt=""></center> |
---|
17 | <map name="Ogre::QueuedRenderableVisitor_map"> |
---|
18 | <area href="classOgre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitor.html" alt="Ogre::SceneManager::SceneMgrQueuedRenderableVisitor" shape="rect" coords="0,56,345,80"> |
---|
19 | </map> |
---|
20 | <a href="classOgre_1_1QueuedRenderableVisitor-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0> |
---|
21 | <tr><td></td></tr> |
---|
22 | <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> |
---|
23 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1QueuedRenderableVisitor.html#Ogre_1_1QueuedRenderableVisitora0">QueuedRenderableVisitor</a> ()</td></tr> |
---|
24 | |
---|
25 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1QueuedRenderableVisitor.html#Ogre_1_1QueuedRenderableVisitora1">~QueuedRenderableVisitor</a> ()</td></tr> |
---|
26 | |
---|
27 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1QueuedRenderableVisitor.html#Ogre_1_1QueuedRenderableVisitora2">visit</a> (const <a class="el" href="structOgre_1_1RenderablePass.html">RenderablePass</a> *rp)=0</td></tr> |
---|
28 | |
---|
29 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Called when visiting a <a class="el" href="structOgre_1_1RenderablePass.html">RenderablePass</a>, ie items in a sorted collection where items are not grouped by pass. <a href="#Ogre_1_1QueuedRenderableVisitora2"></a><br><br></td></tr> |
---|
30 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1QueuedRenderableVisitor.html#Ogre_1_1QueuedRenderableVisitora3">visit</a> (const <a class="el" href="classOgre_1_1Pass.html">Pass</a> *p)=0</td></tr> |
---|
31 | |
---|
32 | <tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1QueuedRenderableVisitor.html#Ogre_1_1QueuedRenderableVisitora4">visit</a> (const <a class="el" href="classOgre_1_1Renderable.html">Renderable</a> *r)=0</td></tr> |
---|
33 | |
---|
34 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Visit method called once per <a class="el" href="classOgre_1_1Renderable.html">Renderable</a> on a grouped collection. <a href="#Ogre_1_1QueuedRenderableVisitora4"></a><br><br></td></tr> |
---|
35 | </table> |
---|
36 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
37 | Visitor interface for items in a <a class="el" href="classOgre_1_1QueuedRenderableCollection.html">QueuedRenderableCollection</a>. |
---|
38 | <p> |
---|
39 | <dl compact><dt><b>Remarks:</b></dt><dd>Those wishing to iterate over the items in a <a class="el" href="classOgre_1_1QueuedRenderableCollection.html">QueuedRenderableCollection</a> should implement this visitor pattern, since internal organisation of the collection depends on the sorting method in use.</dd></dl> |
---|
40 | |
---|
41 | <p> |
---|
42 | |
---|
43 | <p> |
---|
44 | Definition at line <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html#l00060">60</a> of file <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html">OgreRenderQueueSortingGrouping.h</a>.<hr><h2>Constructor & Destructor Documentation</h2> |
---|
45 | <a class="anchor" name="Ogre_1_1QueuedRenderableVisitora0" doxytag="Ogre::QueuedRenderableVisitor::QueuedRenderableVisitor" ></a><p> |
---|
46 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
47 | <tr> |
---|
48 | <td class="mdRow"> |
---|
49 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
50 | <tr> |
---|
51 | <td class="md" nowrap valign="top"> Ogre::QueuedRenderableVisitor::QueuedRenderableVisitor </td> |
---|
52 | <td class="md" valign="top">( </td> |
---|
53 | <td class="mdname1" valign="top" nowrap> </td> |
---|
54 | <td class="md" valign="top"> ) </td> |
---|
55 | <td class="md" nowrap></td> |
---|
56 | </tr> |
---|
57 | |
---|
58 | </table> |
---|
59 | </td> |
---|
60 | </tr> |
---|
61 | </table> |
---|
62 | <table cellspacing=5 cellpadding=0 border=0> |
---|
63 | <tr> |
---|
64 | <td> |
---|
65 | |
---|
66 | </td> |
---|
67 | <td> |
---|
68 | |
---|
69 | <p> |
---|
70 | |
---|
71 | <p> |
---|
72 | Definition at line <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html#l00063">63</a> of file <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html">OgreRenderQueueSortingGrouping.h</a>. </td> |
---|
73 | </tr> |
---|
74 | </table> |
---|
75 | <a class="anchor" name="Ogre_1_1QueuedRenderableVisitora1" doxytag="Ogre::QueuedRenderableVisitor::~QueuedRenderableVisitor" ></a><p> |
---|
76 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
77 | <tr> |
---|
78 | <td class="mdRow"> |
---|
79 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
80 | <tr> |
---|
81 | <td class="md" nowrap valign="top"> virtual Ogre::QueuedRenderableVisitor::~<a class="el" href="classOgre_1_1QueuedRenderableVisitor.html">QueuedRenderableVisitor</a> </td> |
---|
82 | <td class="md" valign="top">( </td> |
---|
83 | <td class="mdname1" valign="top" nowrap> </td> |
---|
84 | <td class="md" valign="top"> ) </td> |
---|
85 | <td class="md" nowrap><code> [virtual]</code></td> |
---|
86 | </tr> |
---|
87 | |
---|
88 | </table> |
---|
89 | </td> |
---|
90 | </tr> |
---|
91 | </table> |
---|
92 | <table cellspacing=5 cellpadding=0 border=0> |
---|
93 | <tr> |
---|
94 | <td> |
---|
95 | |
---|
96 | </td> |
---|
97 | <td> |
---|
98 | |
---|
99 | <p> |
---|
100 | |
---|
101 | <p> |
---|
102 | Definition at line <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html#l00064">64</a> of file <a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html">OgreRenderQueueSortingGrouping.h</a>. </td> |
---|
103 | </tr> |
---|
104 | </table> |
---|
105 | <hr><h2>Member Function Documentation</h2> |
---|
106 | <a class="anchor" name="Ogre_1_1QueuedRenderableVisitora4" doxytag="Ogre::QueuedRenderableVisitor::visit" ></a><p> |
---|
107 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
108 | <tr> |
---|
109 | <td class="mdRow"> |
---|
110 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
111 | <tr> |
---|
112 | <td class="md" nowrap valign="top"> virtual void Ogre::QueuedRenderableVisitor::visit </td> |
---|
113 | <td class="md" valign="top">( </td> |
---|
114 | <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Renderable.html">Renderable</a> * </td> |
---|
115 | <td class="mdname1" valign="top" nowrap> <em>r</em> </td> |
---|
116 | <td class="md" valign="top"> ) </td> |
---|
117 | <td class="md" nowrap><code> [pure virtual]</code></td> |
---|
118 | </tr> |
---|
119 | |
---|
120 | </table> |
---|
121 | </td> |
---|
122 | </tr> |
---|
123 | </table> |
---|
124 | <table cellspacing=5 cellpadding=0 border=0> |
---|
125 | <tr> |
---|
126 | <td> |
---|
127 | |
---|
128 | </td> |
---|
129 | <td> |
---|
130 | |
---|
131 | <p> |
---|
132 | Visit method called once per <a class="el" href="classOgre_1_1Renderable.html">Renderable</a> on a grouped collection. |
---|
133 | <p> |
---|
134 | <dl compact><dt><b>Remarks:</b></dt><dd>If this method is called, the <a class="el" href="structOgre_1_1RenderablePass.html">RenderablePass</a> visit method will not be called for this collection.</dd></dl> |
---|
135 | |
---|
136 | <p> |
---|
137 | Implemented in <a class="el" href="classOgre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitor.html#Ogre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitora2">Ogre::SceneManager::SceneMgrQueuedRenderableVisitor</a>. </td> |
---|
138 | </tr> |
---|
139 | </table> |
---|
140 | <a class="anchor" name="Ogre_1_1QueuedRenderableVisitora3" doxytag="Ogre::QueuedRenderableVisitor::visit" ></a><p> |
---|
141 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
142 | <tr> |
---|
143 | <td class="mdRow"> |
---|
144 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
145 | <tr> |
---|
146 | <td class="md" nowrap valign="top"> virtual bool Ogre::QueuedRenderableVisitor::visit </td> |
---|
147 | <td class="md" valign="top">( </td> |
---|
148 | <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Pass.html">Pass</a> * </td> |
---|
149 | <td class="mdname1" valign="top" nowrap> <em>p</em> </td> |
---|
150 | <td class="md" valign="top"> ) </td> |
---|
151 | <td class="md" nowrap><code> [pure virtual]</code></td> |
---|
152 | </tr> |
---|
153 | |
---|
154 | </table> |
---|
155 | </td> |
---|
156 | </tr> |
---|
157 | </table> |
---|
158 | <table cellspacing=5 cellpadding=0 border=0> |
---|
159 | <tr> |
---|
160 | <td> |
---|
161 | |
---|
162 | </td> |
---|
163 | <td> |
---|
164 | |
---|
165 | <p> |
---|
166 | |
---|
167 | <p> |
---|
168 | Implemented in <a class="el" href="classOgre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitor.html#Ogre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitora3">Ogre::SceneManager::SceneMgrQueuedRenderableVisitor</a>. </td> |
---|
169 | </tr> |
---|
170 | </table> |
---|
171 | <a class="anchor" name="Ogre_1_1QueuedRenderableVisitora2" doxytag="Ogre::QueuedRenderableVisitor::visit" ></a><p> |
---|
172 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
173 | <tr> |
---|
174 | <td class="mdRow"> |
---|
175 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
176 | <tr> |
---|
177 | <td class="md" nowrap valign="top"> virtual void Ogre::QueuedRenderableVisitor::visit </td> |
---|
178 | <td class="md" valign="top">( </td> |
---|
179 | <td class="md" nowrap valign="top">const <a class="el" href="structOgre_1_1RenderablePass.html">RenderablePass</a> * </td> |
---|
180 | <td class="mdname1" valign="top" nowrap> <em>rp</em> </td> |
---|
181 | <td class="md" valign="top"> ) </td> |
---|
182 | <td class="md" nowrap><code> [pure virtual]</code></td> |
---|
183 | </tr> |
---|
184 | |
---|
185 | </table> |
---|
186 | </td> |
---|
187 | </tr> |
---|
188 | </table> |
---|
189 | <table cellspacing=5 cellpadding=0 border=0> |
---|
190 | <tr> |
---|
191 | <td> |
---|
192 | |
---|
193 | </td> |
---|
194 | <td> |
---|
195 | |
---|
196 | <p> |
---|
197 | Called when visiting a <a class="el" href="structOgre_1_1RenderablePass.html">RenderablePass</a>, ie items in a sorted collection where items are not grouped by pass. |
---|
198 | <p> |
---|
199 | <dl compact><dt><b>Remarks:</b></dt><dd>If this is called, neither of the other 2 visit methods will be called.</dd></dl> |
---|
200 | |
---|
201 | <p> |
---|
202 | Implemented in <a class="el" href="classOgre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitor.html#Ogre_1_1SceneManager_1_1SceneMgrQueuedRenderableVisitora4">Ogre::SceneManager::SceneMgrQueuedRenderableVisitor</a>. </td> |
---|
203 | </tr> |
---|
204 | </table> |
---|
205 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
206 | <li><a class="el" href="OgreRenderQueueSortingGrouping_8h-source.html">OgreRenderQueueSortingGrouping.h</a></ul> |
---|
207 | <hr> |
---|
208 | <p> |
---|
209 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
210 | <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/> |
---|
211 | This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/> |
---|
212 | <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
---|
213 | <Work rdf:about=""> |
---|
214 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
215 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
216 | </Work> |
---|
217 | <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> |
---|
218 | |
---|
219 | Last modified Sun Mar 12 14:42:06 2006 |
---|
220 | </p> |
---|
221 | </body> |
---|
222 | </html> |
---|