1 | <html> |
---|
2 | <head> |
---|
3 | <title>Ogre::Box struct 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::Box Struct Reference</h1>Structure used to define a box in a 3-D integer space. |
---|
11 | <a href="#_details">More...</a> |
---|
12 | <p> |
---|
13 | <code>#include <<a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>></code> |
---|
14 | <p> |
---|
15 | <p>Inheritance diagram for Ogre::Box: |
---|
16 | <p><center><img src="structOgre_1_1Box.png" usemap="#Ogre::Box_map" border="0" alt=""></center> |
---|
17 | <map name="Ogre::Box_map"> |
---|
18 | <area href="classOgre_1_1PixelBox.html" alt="Ogre::PixelBox" shape="rect" coords="0,56,95,80"> |
---|
19 | </map> |
---|
20 | <a href="structOgre_1_1Box-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="structOgre_1_1Box.html#Ogre_1_1Boxa0">Box</a> ()</td></tr> |
---|
24 | |
---|
25 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Parameterless constructor for setting the members manually. <a href="#Ogre_1_1Boxa0"></a><br><br></td></tr> |
---|
26 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1Boxa1">Box</a> (size_t l, size_t t, size_t r, size_t b)</td></tr> |
---|
27 | |
---|
28 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Define a box from left, top, right and bottom coordinates This box will have depth one (front=0 and back=1). <a href="#Ogre_1_1Boxa1"></a><br><br></td></tr> |
---|
29 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1Boxa2">Box</a> (size_t l, size_t t, size_t ff, size_t r, size_t b, size_t bb)</td></tr> |
---|
30 | |
---|
31 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Define a box from left, top, front, right, bottom and back coordinates. <a href="#Ogre_1_1Boxa2"></a><br><br></td></tr> |
---|
32 | <tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxa9">contains</a> (const <a class="el" href="structOgre_1_1Box.html">Box</a> &def) const </td></tr> |
---|
33 | |
---|
34 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Return true if the other box is a part of this one. <a href="#Ogre_1_1PixelBoxa9"></a><br><br></td></tr> |
---|
35 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxa10">getWidth</a> () const </td></tr> |
---|
36 | |
---|
37 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Get the width of this box. <a href="#Ogre_1_1PixelBoxa10"></a><br><br></td></tr> |
---|
38 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxa11">getHeight</a> () const </td></tr> |
---|
39 | |
---|
40 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Get the height of this box. <a href="#Ogre_1_1PixelBoxa11"></a><br><br></td></tr> |
---|
41 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxa12">getDepth</a> () const </td></tr> |
---|
42 | |
---|
43 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Get the depth of this box. <a href="#Ogre_1_1PixelBoxa12"></a><br><br></td></tr> |
---|
44 | <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr> |
---|
45 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo4">left</a></td></tr> |
---|
46 | |
---|
47 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo5">top</a></td></tr> |
---|
48 | |
---|
49 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo6">right</a></td></tr> |
---|
50 | |
---|
51 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo7">bottom</a></td></tr> |
---|
52 | |
---|
53 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo8">front</a></td></tr> |
---|
54 | |
---|
55 | <tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo9">back</a></td></tr> |
---|
56 | |
---|
57 | </table> |
---|
58 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
59 | Structure used to define a box in a 3-D integer space. |
---|
60 | <p> |
---|
61 | Note that the left, top, and front edges are included but the right, bottom and top ones are not. |
---|
62 | <p> |
---|
63 | |
---|
64 | <p> |
---|
65 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00291">291</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>.<hr><h2>Constructor & Destructor Documentation</h2> |
---|
66 | <a class="anchor" name="Ogre_1_1Boxa0" doxytag="Ogre::Box::Box" ></a><p> |
---|
67 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
68 | <tr> |
---|
69 | <td class="mdRow"> |
---|
70 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
71 | <tr> |
---|
72 | <td class="md" nowrap valign="top"> Ogre::Box::Box </td> |
---|
73 | <td class="md" valign="top">( </td> |
---|
74 | <td class="mdname1" valign="top" nowrap> </td> |
---|
75 | <td class="md" valign="top"> ) </td> |
---|
76 | <td class="md" nowrap></td> |
---|
77 | </tr> |
---|
78 | |
---|
79 | </table> |
---|
80 | </td> |
---|
81 | </tr> |
---|
82 | </table> |
---|
83 | <table cellspacing=5 cellpadding=0 border=0> |
---|
84 | <tr> |
---|
85 | <td> |
---|
86 | |
---|
87 | </td> |
---|
88 | <td> |
---|
89 | |
---|
90 | <p> |
---|
91 | Parameterless constructor for setting the members manually. |
---|
92 | <p> |
---|
93 | |
---|
94 | <p> |
---|
95 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00295">295</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. </td> |
---|
96 | </tr> |
---|
97 | </table> |
---|
98 | <a class="anchor" name="Ogre_1_1Boxa1" doxytag="Ogre::Box::Box" ></a><p> |
---|
99 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
100 | <tr> |
---|
101 | <td class="mdRow"> |
---|
102 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
103 | <tr> |
---|
104 | <td class="md" nowrap valign="top"> Ogre::Box::Box </td> |
---|
105 | <td class="md" valign="top">( </td> |
---|
106 | <td class="md" nowrap valign="top">size_t </td> |
---|
107 | <td class="mdname" nowrap> <em>l</em>, </td> |
---|
108 | </tr> |
---|
109 | <tr> |
---|
110 | <td class="md" nowrap align="right"></td> |
---|
111 | <td></td> |
---|
112 | <td class="md" nowrap>size_t </td> |
---|
113 | <td class="mdname" nowrap> <em>t</em>, </td> |
---|
114 | </tr> |
---|
115 | <tr> |
---|
116 | <td class="md" nowrap align="right"></td> |
---|
117 | <td></td> |
---|
118 | <td class="md" nowrap>size_t </td> |
---|
119 | <td class="mdname" nowrap> <em>r</em>, </td> |
---|
120 | </tr> |
---|
121 | <tr> |
---|
122 | <td class="md" nowrap align="right"></td> |
---|
123 | <td></td> |
---|
124 | <td class="md" nowrap>size_t </td> |
---|
125 | <td class="mdname" nowrap> <em>b</em></td> |
---|
126 | </tr> |
---|
127 | <tr> |
---|
128 | <td></td> |
---|
129 | <td class="md">) </td> |
---|
130 | <td class="md" colspan="2"></td> |
---|
131 | </tr> |
---|
132 | |
---|
133 | </table> |
---|
134 | </td> |
---|
135 | </tr> |
---|
136 | </table> |
---|
137 | <table cellspacing=5 cellpadding=0 border=0> |
---|
138 | <tr> |
---|
139 | <td> |
---|
140 | |
---|
141 | </td> |
---|
142 | <td> |
---|
143 | |
---|
144 | <p> |
---|
145 | Define a box from left, top, right and bottom coordinates This box will have depth one (front=0 and back=1). |
---|
146 | <p> |
---|
147 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
148 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
149 | <tr><td valign=top><em>l</em> </td><td>x value of left edge </td></tr> |
---|
150 | <tr><td valign=top><em>t</em> </td><td>y value of top edge </td></tr> |
---|
151 | <tr><td valign=top><em>r</em> </td><td>x value of right edge </td></tr> |
---|
152 | <tr><td valign=top><em>b</em> </td><td>y value of bottom edge </td></tr> |
---|
153 | </table> |
---|
154 | </dl> |
---|
155 | <dl compact><dt><b>Note:</b></dt><dd>Note that the left, top, and front edges are included but the right, bottom and top ones are not. </dd></dl> |
---|
156 | |
---|
157 | <p> |
---|
158 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00307">307</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
159 | <p> |
---|
160 | References <a class="el" href="OgreCommon_8h-source.html#l00293">back</a>, and <a class="el" href="OgreCommon_8h-source.html#l00293">front</a>. </td> |
---|
161 | </tr> |
---|
162 | </table> |
---|
163 | <a class="anchor" name="Ogre_1_1Boxa2" doxytag="Ogre::Box::Box" ></a><p> |
---|
164 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
165 | <tr> |
---|
166 | <td class="mdRow"> |
---|
167 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
168 | <tr> |
---|
169 | <td class="md" nowrap valign="top"> Ogre::Box::Box </td> |
---|
170 | <td class="md" valign="top">( </td> |
---|
171 | <td class="md" nowrap valign="top">size_t </td> |
---|
172 | <td class="mdname" nowrap> <em>l</em>, </td> |
---|
173 | </tr> |
---|
174 | <tr> |
---|
175 | <td class="md" nowrap align="right"></td> |
---|
176 | <td></td> |
---|
177 | <td class="md" nowrap>size_t </td> |
---|
178 | <td class="mdname" nowrap> <em>t</em>, </td> |
---|
179 | </tr> |
---|
180 | <tr> |
---|
181 | <td class="md" nowrap align="right"></td> |
---|
182 | <td></td> |
---|
183 | <td class="md" nowrap>size_t </td> |
---|
184 | <td class="mdname" nowrap> <em>ff</em>, </td> |
---|
185 | </tr> |
---|
186 | <tr> |
---|
187 | <td class="md" nowrap align="right"></td> |
---|
188 | <td></td> |
---|
189 | <td class="md" nowrap>size_t </td> |
---|
190 | <td class="mdname" nowrap> <em>r</em>, </td> |
---|
191 | </tr> |
---|
192 | <tr> |
---|
193 | <td class="md" nowrap align="right"></td> |
---|
194 | <td></td> |
---|
195 | <td class="md" nowrap>size_t </td> |
---|
196 | <td class="mdname" nowrap> <em>b</em>, </td> |
---|
197 | </tr> |
---|
198 | <tr> |
---|
199 | <td class="md" nowrap align="right"></td> |
---|
200 | <td></td> |
---|
201 | <td class="md" nowrap>size_t </td> |
---|
202 | <td class="mdname" nowrap> <em>bb</em></td> |
---|
203 | </tr> |
---|
204 | <tr> |
---|
205 | <td></td> |
---|
206 | <td class="md">) </td> |
---|
207 | <td class="md" colspan="2"></td> |
---|
208 | </tr> |
---|
209 | |
---|
210 | </table> |
---|
211 | </td> |
---|
212 | </tr> |
---|
213 | </table> |
---|
214 | <table cellspacing=5 cellpadding=0 border=0> |
---|
215 | <tr> |
---|
216 | <td> |
---|
217 | |
---|
218 | </td> |
---|
219 | <td> |
---|
220 | |
---|
221 | <p> |
---|
222 | Define a box from left, top, front, right, bottom and back coordinates. |
---|
223 | <p> |
---|
224 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
225 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
226 | <tr><td valign=top><em>l</em> </td><td>x value of left edge </td></tr> |
---|
227 | <tr><td valign=top><em>t</em> </td><td>y value of top edge </td></tr> |
---|
228 | <tr><td valign=top><em>ff</em> </td><td>z value of front edge </td></tr> |
---|
229 | <tr><td valign=top><em>r</em> </td><td>x value of right edge </td></tr> |
---|
230 | <tr><td valign=top><em>b</em> </td><td>y value of bottom edge </td></tr> |
---|
231 | <tr><td valign=top><em>bb</em> </td><td>z value of back edge </td></tr> |
---|
232 | </table> |
---|
233 | </dl> |
---|
234 | <dl compact><dt><b>Note:</b></dt><dd>Note that the left, top, and front edges are included but the right, bottom and top ones are not. </dd></dl> |
---|
235 | |
---|
236 | <p> |
---|
237 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00328">328</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
238 | <p> |
---|
239 | References <a class="el" href="OgreCommon_8h-source.html#l00293">back</a>, and <a class="el" href="OgreCommon_8h-source.html#l00293">front</a>. </td> |
---|
240 | </tr> |
---|
241 | </table> |
---|
242 | <hr><h2>Member Function Documentation</h2> |
---|
243 | <a class="anchor" name="Ogre_1_1PixelBoxa9" doxytag="Ogre::Box::contains" ></a><p> |
---|
244 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
245 | <tr> |
---|
246 | <td class="mdRow"> |
---|
247 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
248 | <tr> |
---|
249 | <td class="md" nowrap valign="top"> bool Ogre::Box::contains </td> |
---|
250 | <td class="md" valign="top">( </td> |
---|
251 | <td class="md" nowrap valign="top">const <a class="el" href="structOgre_1_1Box.html">Box</a> & </td> |
---|
252 | <td class="mdname1" valign="top" nowrap> <em>def</em> </td> |
---|
253 | <td class="md" valign="top"> ) </td> |
---|
254 | <td class="md" nowrap> const</td> |
---|
255 | </tr> |
---|
256 | |
---|
257 | </table> |
---|
258 | </td> |
---|
259 | </tr> |
---|
260 | </table> |
---|
261 | <table cellspacing=5 cellpadding=0 border=0> |
---|
262 | <tr> |
---|
263 | <td> |
---|
264 | |
---|
265 | </td> |
---|
266 | <td> |
---|
267 | |
---|
268 | <p> |
---|
269 | Return true if the other box is a part of this one. |
---|
270 | <p> |
---|
271 | |
---|
272 | <p> |
---|
273 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00340">340</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
274 | <p> |
---|
275 | References <a class="el" href="OgreCommon_8h-source.html#l00293">back</a>, <a class="el" href="OgreCommon_8h-source.html#l00293">bottom</a>, <a class="el" href="OgreCommon_8h-source.html#l00293">front</a>, <a class="el" href="OgreCommon_8h-source.html#l00293">left</a>, <a class="el" href="OgreCommon_8h-source.html#l00293">right</a>, and <a class="el" href="OgreCommon_8h-source.html#l00293">top</a>. </td> |
---|
276 | </tr> |
---|
277 | </table> |
---|
278 | <a class="anchor" name="Ogre_1_1PixelBoxa12" doxytag="Ogre::Box::getDepth" ></a><p> |
---|
279 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
280 | <tr> |
---|
281 | <td class="mdRow"> |
---|
282 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
283 | <tr> |
---|
284 | <td class="md" nowrap valign="top"> size_t Ogre::Box::getDepth </td> |
---|
285 | <td class="md" valign="top">( </td> |
---|
286 | <td class="mdname1" valign="top" nowrap> </td> |
---|
287 | <td class="md" valign="top"> ) </td> |
---|
288 | <td class="md" nowrap> const</td> |
---|
289 | </tr> |
---|
290 | |
---|
291 | </table> |
---|
292 | </td> |
---|
293 | </tr> |
---|
294 | </table> |
---|
295 | <table cellspacing=5 cellpadding=0 border=0> |
---|
296 | <tr> |
---|
297 | <td> |
---|
298 | |
---|
299 | </td> |
---|
300 | <td> |
---|
301 | |
---|
302 | <p> |
---|
303 | Get the depth of this box. |
---|
304 | <p> |
---|
305 | |
---|
306 | <p> |
---|
307 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00351">351</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
308 | <p> |
---|
309 | References <a class="el" href="OgreCommon_8h-source.html#l00293">back</a>, and <a class="el" href="OgreCommon_8h-source.html#l00293">front</a>. |
---|
310 | <p> |
---|
311 | Referenced by <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
312 | </tr> |
---|
313 | </table> |
---|
314 | <a class="anchor" name="Ogre_1_1PixelBoxa11" doxytag="Ogre::Box::getHeight" ></a><p> |
---|
315 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
316 | <tr> |
---|
317 | <td class="mdRow"> |
---|
318 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
319 | <tr> |
---|
320 | <td class="md" nowrap valign="top"> size_t Ogre::Box::getHeight </td> |
---|
321 | <td class="md" valign="top">( </td> |
---|
322 | <td class="mdname1" valign="top" nowrap> </td> |
---|
323 | <td class="md" valign="top"> ) </td> |
---|
324 | <td class="md" nowrap> const</td> |
---|
325 | </tr> |
---|
326 | |
---|
327 | </table> |
---|
328 | </td> |
---|
329 | </tr> |
---|
330 | </table> |
---|
331 | <table cellspacing=5 cellpadding=0 border=0> |
---|
332 | <tr> |
---|
333 | <td> |
---|
334 | |
---|
335 | </td> |
---|
336 | <td> |
---|
337 | |
---|
338 | <p> |
---|
339 | Get the height of this box. |
---|
340 | <p> |
---|
341 | |
---|
342 | <p> |
---|
343 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00349">349</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
344 | <p> |
---|
345 | Referenced by <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
346 | </tr> |
---|
347 | </table> |
---|
348 | <a class="anchor" name="Ogre_1_1PixelBoxa10" doxytag="Ogre::Box::getWidth" ></a><p> |
---|
349 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
350 | <tr> |
---|
351 | <td class="mdRow"> |
---|
352 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
353 | <tr> |
---|
354 | <td class="md" nowrap valign="top"> size_t Ogre::Box::getWidth </td> |
---|
355 | <td class="md" valign="top">( </td> |
---|
356 | <td class="mdname1" valign="top" nowrap> </td> |
---|
357 | <td class="md" valign="top"> ) </td> |
---|
358 | <td class="md" nowrap> const</td> |
---|
359 | </tr> |
---|
360 | |
---|
361 | </table> |
---|
362 | </td> |
---|
363 | </tr> |
---|
364 | </table> |
---|
365 | <table cellspacing=5 cellpadding=0 border=0> |
---|
366 | <tr> |
---|
367 | <td> |
---|
368 | |
---|
369 | </td> |
---|
370 | <td> |
---|
371 | |
---|
372 | <p> |
---|
373 | Get the width of this box. |
---|
374 | <p> |
---|
375 | |
---|
376 | <p> |
---|
377 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00347">347</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
378 | <p> |
---|
379 | Referenced by <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
380 | </tr> |
---|
381 | </table> |
---|
382 | <hr><h2>Member Data Documentation</h2> |
---|
383 | <a class="anchor" name="Ogre_1_1PixelBoxo9" doxytag="Ogre::Box::back" ></a><p> |
---|
384 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
385 | <tr> |
---|
386 | <td class="mdRow"> |
---|
387 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
388 | <tr> |
---|
389 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo9">Ogre::Box::back</a> |
---|
390 | </table> |
---|
391 | </td> |
---|
392 | </tr> |
---|
393 | </table> |
---|
394 | <table cellspacing=5 cellpadding=0 border=0> |
---|
395 | <tr> |
---|
396 | <td> |
---|
397 | |
---|
398 | </td> |
---|
399 | <td> |
---|
400 | |
---|
401 | <p> |
---|
402 | |
---|
403 | <p> |
---|
404 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
405 | <p> |
---|
406 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00307">Box()</a>, <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreCommon_8h-source.html#l00351">getDepth()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
407 | </tr> |
---|
408 | </table> |
---|
409 | <a class="anchor" name="Ogre_1_1PixelBoxo7" doxytag="Ogre::Box::bottom" ></a><p> |
---|
410 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
411 | <tr> |
---|
412 | <td class="mdRow"> |
---|
413 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
414 | <tr> |
---|
415 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo7">Ogre::Box::bottom</a> |
---|
416 | </table> |
---|
417 | </td> |
---|
418 | </tr> |
---|
419 | </table> |
---|
420 | <table cellspacing=5 cellpadding=0 border=0> |
---|
421 | <tr> |
---|
422 | <td> |
---|
423 | |
---|
424 | </td> |
---|
425 | <td> |
---|
426 | |
---|
427 | <p> |
---|
428 | |
---|
429 | <p> |
---|
430 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
431 | <p> |
---|
432 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
433 | </tr> |
---|
434 | </table> |
---|
435 | <a class="anchor" name="Ogre_1_1PixelBoxo8" doxytag="Ogre::Box::front" ></a><p> |
---|
436 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
437 | <tr> |
---|
438 | <td class="mdRow"> |
---|
439 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
440 | <tr> |
---|
441 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo8">Ogre::Box::front</a> |
---|
442 | </table> |
---|
443 | </td> |
---|
444 | </tr> |
---|
445 | </table> |
---|
446 | <table cellspacing=5 cellpadding=0 border=0> |
---|
447 | <tr> |
---|
448 | <td> |
---|
449 | |
---|
450 | </td> |
---|
451 | <td> |
---|
452 | |
---|
453 | <p> |
---|
454 | |
---|
455 | <p> |
---|
456 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
457 | <p> |
---|
458 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00307">Box()</a>, <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreCommon_8h-source.html#l00351">getDepth()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
459 | </tr> |
---|
460 | </table> |
---|
461 | <a class="anchor" name="Ogre_1_1PixelBoxo4" doxytag="Ogre::Box::left" ></a><p> |
---|
462 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
463 | <tr> |
---|
464 | <td class="mdRow"> |
---|
465 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
466 | <tr> |
---|
467 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo4">Ogre::Box::left</a> |
---|
468 | </table> |
---|
469 | </td> |
---|
470 | </tr> |
---|
471 | </table> |
---|
472 | <table cellspacing=5 cellpadding=0 border=0> |
---|
473 | <tr> |
---|
474 | <td> |
---|
475 | |
---|
476 | </td> |
---|
477 | <td> |
---|
478 | |
---|
479 | <p> |
---|
480 | |
---|
481 | <p> |
---|
482 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
483 | <p> |
---|
484 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
485 | </tr> |
---|
486 | </table> |
---|
487 | <a class="anchor" name="Ogre_1_1PixelBoxo6" doxytag="Ogre::Box::right" ></a><p> |
---|
488 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
489 | <tr> |
---|
490 | <td class="mdRow"> |
---|
491 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
492 | <tr> |
---|
493 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo6">Ogre::Box::right</a> |
---|
494 | </table> |
---|
495 | </td> |
---|
496 | </tr> |
---|
497 | </table> |
---|
498 | <table cellspacing=5 cellpadding=0 border=0> |
---|
499 | <tr> |
---|
500 | <td> |
---|
501 | |
---|
502 | </td> |
---|
503 | <td> |
---|
504 | |
---|
505 | <p> |
---|
506 | |
---|
507 | <p> |
---|
508 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
509 | <p> |
---|
510 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
511 | </tr> |
---|
512 | </table> |
---|
513 | <a class="anchor" name="Ogre_1_1PixelBoxo5" doxytag="Ogre::Box::top" ></a><p> |
---|
514 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
515 | <tr> |
---|
516 | <td class="mdRow"> |
---|
517 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
518 | <tr> |
---|
519 | <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1Box.html#Ogre_1_1PixelBoxo5">Ogre::Box::top</a> |
---|
520 | </table> |
---|
521 | </td> |
---|
522 | </tr> |
---|
523 | </table> |
---|
524 | <table cellspacing=5 cellpadding=0 border=0> |
---|
525 | <tr> |
---|
526 | <td> |
---|
527 | |
---|
528 | </td> |
---|
529 | <td> |
---|
530 | |
---|
531 | <p> |
---|
532 | |
---|
533 | <p> |
---|
534 | Definition at line <a class="el" href="OgreCommon_8h-source.html#l00293">293</a> of file <a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a>. |
---|
535 | <p> |
---|
536 | Referenced by <a class="el" href="OgreCommon_8h-source.html#l00340">contains()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00284">Ogre::LinearResampler_Byte< channels >::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00176">Ogre::LinearResampler_Float32::scale()</a>, <a class="el" href="OgreImageResampler_8h-source.html#l00093">Ogre::LinearResampler::scale()</a>, and <a class="el" href="OgreImageResampler_8h-source.html#l00053">Ogre::NearestResampler< elemsize >::scale()</a>. </td> |
---|
537 | </tr> |
---|
538 | </table> |
---|
539 | <hr>The documentation for this struct was generated from the following file:<ul> |
---|
540 | <li><a class="el" href="OgreCommon_8h-source.html">OgreCommon.h</a></ul> |
---|
541 | <hr> |
---|
542 | <p> |
---|
543 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
544 | <!--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/> |
---|
545 | 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/> |
---|
546 | <!--/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#"> |
---|
547 | <Work rdf:about=""> |
---|
548 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
549 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
550 | </Work> |
---|
551 | <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> --> |
---|
552 | |
---|
553 | Last modified Sun Mar 12 14:38:23 2006 |
---|
554 | </p> |
---|
555 | </body> |
---|
556 | </html> |
---|