-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_buffered_geometry_8h_source.html
84 lines (84 loc) · 23.9 KB
/
_buffered_geometry_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Gamedev Framework (gf): BufferedGeometry.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gf_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Gamedev Framework (gf)
 <span id="projectnumber">0.15.0</span>
</div>
<div id="projectbrief">A C++14 framework for 2D games</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6d069d519ae9d12fa11dd8e685586b60.html">gf</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">BufferedGeometry.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Gamedev Framework (gf)</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (C) 2016-2019 Julien Bernard</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This software is provided 'as-is', without any express or implied</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * warranty. In no event will the authors be held liable for any damages</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * arising from the use of this software.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * Permission is granted to anyone to use this software for any purpose,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * including commercial applications, and to alter it and redistribute it</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * freely, subject to the following restrictions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. The origin of this software must not be misrepresented; you must not</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * claim that you wrote the original software. If you use this software</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * in a product, an acknowledgment in the product documentation would be</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * appreciated but is not required.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * 2. Altered source versions must be plainly marked as such, and must not be</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * misrepresented as being the original software.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * 3. This notice may not be removed or altered from any source distribution.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> */</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#ifndef GF_BUFFERED_GEOMETRY_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#define GF_BUFFERED_GEOMETRY_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "Portability.h"</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "Rect.h"</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "Texture.h"</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "Transformable.h"</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespacegf.html">gf</a> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">inline</span> <span class="keyword">namespace </span>v1 {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">struct </span>RenderStates;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">class </span>RenderTarget;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">class </span>VertexBuffer;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html"> 55</a></span>  <span class="keyword">class </span>GF_API <a class="code" href="classgf_1_1_buffered_geometry.html">BufferedGeometry</a> : <span class="keyword">public</span> <a class="code" href="classgf_1_1_transformable.html">Transformable</a> {</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classgf_1_1_buffered_geometry.html">BufferedGeometry</a>();</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classgf_1_1_buffered_geometry.html">BufferedGeometry</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a>& <a class="code" href="group__core.html#ga78e5e34b473ff97db167b0d63f8896fd">buffer</a>);</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> </div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <a class="code" href="classgf_1_1_buffered_geometry.html">BufferedGeometry</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a>& buffer, <span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a>& outlineBuffer);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a48a306aae3ff919d7fc43491f94a6349"> 84</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a48a306aae3ff919d7fc43491f94a6349">setBuffer</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a>& buffer) {</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  m_buffer = &<a class="code" href="group__core.html#ga78e5e34b473ff97db167b0d63f8896fd">buffer</a>;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  }</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a0d0666348c6158f445601d664abd2c0f"> 94</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a0d0666348c6158f445601d664abd2c0f">setOutlineBuffer</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a>& outlineBuffer) {</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  m_outlineBuffer = &outlineBuffer;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span> </div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a4b4c46d8b66e5f4e428ebb2feb1795aa"> 111</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a4b4c46d8b66e5f4e428ebb2feb1795aa">setTexture</a>(<span class="keyword">const</span> <a class="code" href="classgf_1_1_bare_texture.html">BareTexture</a>& texture) {</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  m_texture = &texture;</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  }</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a950f1d13063e89bfe314b6d725fec770"> 125</a></span>  <span class="keyword">const</span> <a class="code" href="classgf_1_1_bare_texture.html">BareTexture</a>& <a class="code" href="classgf_1_1_buffered_geometry.html#a950f1d13063e89bfe314b6d725fec770">getTexture</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keywordflow">return</span> *m_texture;</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  }</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span> </div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a5784820ee7936b4fb4be7090bb85cd9b"> 136</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a5784820ee7936b4fb4be7090bb85cd9b">hasTexture</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">return</span> m_texture != <span class="keyword">nullptr</span>;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  }</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span> </div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a647d20add2364d692a9dd81df988980e"> 147</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a647d20add2364d692a9dd81df988980e">unsetTexture</a>() {</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  m_texture = <span class="keyword">nullptr</span>;</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  }</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#a78b8e1fc25fffe7e480595318ac0ccb1"> 160</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgf_1_1_buffered_geometry.html#a78b8e1fc25fffe7e480595318ac0ccb1">setLocalBounds</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_rect.html">RectF</a>& bounds) {</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  m_bounds = bounds;</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  }</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span> </div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classgf_1_1_buffered_geometry.html#ad516d82c8aea4b27aa11f5ada5709346"> 175</a></span>  <a class="code" href="structgf_1_1_rect.html">RectF</a> <a class="code" href="classgf_1_1_buffered_geometry.html#ad516d82c8aea4b27aa11f5ada5709346">getLocalBounds</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keywordflow">return</span> m_bounds;</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  }</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span> </div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="keywordtype">void</span> setAnchor(<a class="code" href="group__graphics.html#gadeb9cdf9d7e8eec2eb8cc638c54b5066">Anchor</a> anchor);</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span> </div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> draw(<a class="code" href="classgf_1_1_render_target.html">RenderTarget</a>& target, <span class="keyword">const</span> <a class="code" href="structgf_1_1_render_states.html">RenderStates</a>& states) <span class="keyword">override</span>;</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span> </div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a> *m_buffer;</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keyword">const</span> <a class="code" href="classgf_1_1_vertex_buffer.html">VertexBuffer</a> *m_outlineBuffer;</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keyword">const</span> <a class="code" href="classgf_1_1_bare_texture.html">BareTexture</a> *m_texture;</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <a class="code" href="structgf_1_1_rect.html">RectF</a> m_bounds;</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  };</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span> </div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span> </div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span> }</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span> }</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span> </div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor">#endif // GF_BUFFERED_GEOMETRY_H</span></div><div class="ttc" id="classgf_1_1_transformable_html"><div class="ttname"><a href="classgf_1_1_transformable.html">gf::Transformable</a></div><div class="ttdoc">Decomposed transform defined by a position, a rotation and a scale. </div><div class="ttdef"><b>Definition:</b> Transformable.h:95</div></div>
<div class="ttc" id="classgf_1_1_render_target_html"><div class="ttname"><a href="classgf_1_1_render_target.html">gf::RenderTarget</a></div><div class="ttdoc">Base class for all render targets (window, texture, ...) </div><div class="ttdef"><b>Definition:</b> RenderTarget.h:73</div></div>
<div class="ttc" id="structgf_1_1_render_states_html"><div class="ttname"><a href="structgf_1_1_render_states.html">gf::RenderStates</a></div><div class="ttdoc">Define the states used for drawing to a RenderTarget. </div><div class="ttdef"><b>Definition:</b> RenderStates.h:82</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a78b8e1fc25fffe7e480595318ac0ccb1"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a78b8e1fc25fffe7e480595318ac0ccb1">gf::BufferedGeometry::setLocalBounds</a></div><div class="ttdeci">void setLocalBounds(const RectF &bounds)</div><div class="ttdoc">Set the local bounds of the geometry. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:160</div></div>
<div class="ttc" id="classgf_1_1_vertex_buffer_html"><div class="ttname"><a href="classgf_1_1_vertex_buffer.html">gf::VertexBuffer</a></div><div class="ttdoc">Data in the graphics memory. </div><div class="ttdef"><b>Definition:</b> VertexBuffer.h:77</div></div>
<div class="ttc" id="group__core_html_ga78e5e34b473ff97db167b0d63f8896fd"><div class="ttname"><a href="group__core.html#ga78e5e34b473ff97db167b0d63f8896fd">gf::buffer</a></div><div class="ttdeci">constexpr BufferRef< T > buffer(T *data, std::size_t size)</div><div class="ttdoc">Create a reference to a buffer. </div><div class="ttdef"><b>Definition:</b> BufferRef.h:211</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a4b4c46d8b66e5f4e428ebb2feb1795aa"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a4b4c46d8b66e5f4e428ebb2feb1795aa">gf::BufferedGeometry::setTexture</a></div><div class="ttdeci">void setTexture(const BareTexture &texture)</div><div class="ttdoc">Change the source texture of the geometry. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:111</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a5784820ee7936b4fb4be7090bb85cd9b"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a5784820ee7936b4fb4be7090bb85cd9b">gf::BufferedGeometry::hasTexture</a></div><div class="ttdeci">bool hasTexture() const</div><div class="ttdoc">Check if a texture is set. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:136</div></div>
<div class="ttc" id="structgf_1_1_rect_html"><div class="ttname"><a href="structgf_1_1_rect.html">gf::Rect< float ></a></div></div>
<div class="ttc" id="namespacegf_html"><div class="ttname"><a href="namespacegf.html">gf</a></div><div class="ttdoc">The namespace for gf classes. </div><div class="ttdef"><b>Definition:</b> Action.h:35</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_ad516d82c8aea4b27aa11f5ada5709346"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#ad516d82c8aea4b27aa11f5ada5709346">gf::BufferedGeometry::getLocalBounds</a></div><div class="ttdeci">RectF getLocalBounds() const</div><div class="ttdoc">Get the local bounding rectangle of the entity. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:175</div></div>
<div class="ttc" id="classgf_1_1_bare_texture_html"><div class="ttname"><a href="classgf_1_1_bare_texture.html">gf::BareTexture</a></div><div class="ttdoc">An image that lives in the graphic memory that can be used for drawing. </div><div class="ttdef"><b>Definition:</b> Texture.h:75</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html">gf::BufferedGeometry</a></div><div class="ttdoc">A drawable for buffers. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:55</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a0d0666348c6158f445601d664abd2c0f"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a0d0666348c6158f445601d664abd2c0f">gf::BufferedGeometry::setOutlineBuffer</a></div><div class="ttdeci">void setOutlineBuffer(const VertexBuffer &outlineBuffer)</div><div class="ttdoc">Set the outline buffer, if any. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:94</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a950f1d13063e89bfe314b6d725fec770"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a950f1d13063e89bfe314b6d725fec770">gf::BufferedGeometry::getTexture</a></div><div class="ttdeci">const BareTexture & getTexture() const</div><div class="ttdoc">Get the source texture of the geometry. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:125</div></div>
<div class="ttc" id="group__graphics_html_gadeb9cdf9d7e8eec2eb8cc638c54b5066"><div class="ttname"><a href="group__graphics.html#gadeb9cdf9d7e8eec2eb8cc638c54b5066">gf::Anchor</a></div><div class="ttdeci">Anchor</div><div class="ttdoc">An anchor of a box. </div><div class="ttdef"><b>Definition:</b> Anchor.h:38</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a48a306aae3ff919d7fc43491f94a6349"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a48a306aae3ff919d7fc43491f94a6349">gf::BufferedGeometry::setBuffer</a></div><div class="ttdeci">void setBuffer(const VertexBuffer &buffer)</div><div class="ttdoc">Set the vertex buffer. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:84</div></div>
<div class="ttc" id="classgf_1_1_buffered_geometry_html_a647d20add2364d692a9dd81df988980e"><div class="ttname"><a href="classgf_1_1_buffered_geometry.html#a647d20add2364d692a9dd81df988980e">gf::BufferedGeometry::unsetTexture</a></div><div class="ttdeci">void unsetTexture()</div><div class="ttdoc">Unset the source texture of the geometry. </div><div class="ttdef"><b>Definition:</b> BufferedGeometry.h:147</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>