Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 6309

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>freeglut_ext.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">freeglut_ext.h</div>  </div>
</div>
<div class="contents">
<a href="freeglut__ext_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef  __FREEGLUT_EXT_H__</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define  __FREEGLUT_EXT_H__</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="comment">/*</span>
<a name="l00005"></a>00005 <span class="comment"> * freeglut_ext.h</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * The non-GLUT-compatible extensions to the freeglut library include file</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.</span>
<a name="l00010"></a>00010 <span class="comment"> * Written by Pawel W. Olszta, &lt;olszta@sourceforge.net&gt;</span>
<a name="l00011"></a>00011 <span class="comment"> * Creation date: Thu Dec 2 1999</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a</span>
<a name="l00014"></a>00014 <span class="comment"> * copy of this software and associated documentation files (the &quot;Software&quot;),</span>
<a name="l00015"></a>00015 <span class="comment"> * to deal in the Software without restriction, including without limitation</span>
<a name="l00016"></a>00016 <span class="comment"> * the rights to use, copy, modify, merge, publish, distribute, sublicense,</span>
<a name="l00017"></a>00017 <span class="comment"> * and/or sell copies of the Software, and to permit persons to whom the</span>
<a name="l00018"></a>00018 <span class="comment"> * Software is furnished to do so, subject to the following conditions:</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> * The above copyright notice and this permission notice shall be included</span>
<a name="l00021"></a>00021 <span class="comment"> * in all copies or substantial portions of the Software.</span>
<a name="l00022"></a>00022 <span class="comment"> *</span>
<a name="l00023"></a>00023 <span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS</span>
<a name="l00024"></a>00024 <span class="comment"> * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00025"></a>00025 <span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL</span>
<a name="l00026"></a>00026 <span class="comment"> * PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER</span>
<a name="l00027"></a>00027 <span class="comment"> * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN</span>
<a name="l00028"></a>00028 <span class="comment"> * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span>    <span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00033"></a>00033 <span class="preprocessor">#endif</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="comment">/*</span>
<a name="l00036"></a>00036 <span class="comment"> * GLUT API Extension macro definitions -- behaviour when the user clicks on an &quot;x&quot; to close a window</span>
<a name="l00037"></a>00037 <span class="comment"> */</span>
<a name="l00038"></a><a class="code" href="freeglut__ext_8h.html#afd0be6a00ae9f8c204c2989a81cf8328">00038</a> <span class="preprocessor">#define GLUT_ACTION_EXIT                         0</span>
<a name="l00039"></a><a class="code" href="freeglut__ext_8h.html#a31645582890ce22c225d33fcd2c4e303">00039</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_ACTION_GLUTMAINLOOP_RETURNS         1</span>
<a name="l00040"></a><a class="code" href="freeglut__ext_8h.html#a0e0a287babe8d4b54b2ce867c6cbd291">00040</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_ACTION_CONTINUE_EXECUTION           2</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span>
<a name="l00042"></a>00042 <span class="comment">/*</span>
<a name="l00043"></a>00043 <span class="comment"> * Create a new rendering context when the user opens a new window?</span>
<a name="l00044"></a>00044 <span class="comment"> */</span>
<a name="l00045"></a><a class="code" href="freeglut__ext_8h.html#a675a424ad1520ab6d27821753b9450d3">00045</a> <span class="preprocessor">#define GLUT_CREATE_NEW_CONTEXT                  0</span>
<a name="l00046"></a><a class="code" href="freeglut__ext_8h.html#a16148fe2711c0e8e001d1d91e2672692">00046</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_USE_CURRENT_CONTEXT                 1</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span>
<a name="l00048"></a>00048 <span class="comment">/*</span>
<a name="l00049"></a>00049 <span class="comment"> * Direct/Indirect rendering context options (has meaning only in Unix/X11)</span>
<a name="l00050"></a>00050 <span class="comment"> */</span>
<a name="l00051"></a><a class="code" href="freeglut__ext_8h.html#a72004074b5d9a2a24678a384a1d80764">00051</a> <span class="preprocessor">#define GLUT_FORCE_INDIRECT_CONTEXT              0</span>
<a name="l00052"></a><a class="code" href="freeglut__ext_8h.html#a34219dc7cb4017c248bb37b10ff8da68">00052</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_ALLOW_DIRECT_CONTEXT                1</span>
<a name="l00053"></a><a class="code" href="freeglut__ext_8h.html#a231a34307085019df418c6a92ff8f0ef">00053</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_TRY_DIRECT_CONTEXT                  2</span>
<a name="l00054"></a><a class="code" href="freeglut__ext_8h.html#adc60ca8afb0dcbca161260f353d286dd">00054</a> <span class="preprocessor"></span><span class="preprocessor">#define GLUT_FORCE_DIRECT_CONTEXT                3</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
<a name="l00056"></a>00056 <span class="comment">/*</span>
<a name="l00057"></a>00057 <span class="comment"> * GLUT API Extension macro definitions -- the glutGet parameters</span>
<a name="l00058"></a>00058 <span class="comment"> */</span>
<a name="l00059"></a><a class="code" href="freeglut__ext_8h.html#ace20ae5a0f4d4e23014f190b00aeab6f">00059</a> <span class="preprocessor">#define  GLUT_ACTION_ON_WINDOW_CLOSE        0x01F9</span>
<a name="l00060"></a>00060 <span class="preprocessor"></span>
<a name="l00061"></a><a class="code" href="freeglut__ext_8h.html#ae0bb1de0cb531d7d29152c7b258a47f9">00061</a> <span class="preprocessor">#define  GLUT_WINDOW_BORDER_WIDTH           0x01FA</span>
<a name="l00062"></a><a class="code" href="freeglut__ext_8h.html#a208018159647fb801fd550c56a6f54ba">00062</a> <span class="preprocessor"></span><span class="preprocessor">#define  GLUT_WINDOW_HEADER_HEIGHT          0x01FB</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span>
<a name="l00064"></a><a class="code" href="freeglut__ext_8h.html#a4d2e63523cbd4c3f0b71f4f7fcecd4f5">00064</a> <span class="preprocessor">#define  GLUT_VERSION                       0x01FC</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span>
<a name="l00066"></a><a class="code" href="freeglut__ext_8h.html#ac4cad3cad0e362ee5506bfe17f7ac671">00066</a> <span class="preprocessor">#define  GLUT_RENDERING_CONTEXT             0x01FD</span>
<a name="l00067"></a><a class="code" href="freeglut__ext_8h.html#aecd17a8a361d7cba6793b371c5bb07c9">00067</a> <span class="preprocessor"></span><span class="preprocessor">#define  GLUT_DIRECT_RENDERING              0x01FE</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span>
<a name="l00069"></a>00069 <span class="comment">/*</span>
<a name="l00070"></a>00070 <span class="comment"> * New tokens for glutInitDisplayMode.</span>
<a name="l00071"></a>00071 <span class="comment"> * Only one GLUT_AUXn bit may be used at a time.</span>
<a name="l00072"></a>00072 <span class="comment"> * Value 0x0400 is defined in OpenGLUT.</span>
<a name="l00073"></a>00073 <span class="comment"> */</span>
<a name="l00074"></a><a class="code" href="freeglut__ext_8h.html#a7ca0aedd93dcaec8c4d759509d2f5e00">00074</a> <span class="preprocessor">#define  GLUT_AUX1                          0x1000</span>
<a name="l00075"></a><a class="code" href="freeglut__ext_8h.html#a95f362751944799cf69656aa646d8a6d">00075</a> <span class="preprocessor"></span><span class="preprocessor">#define  GLUT_AUX2                          0x2000</span>
<a name="l00076"></a><a class="code" href="freeglut__ext_8h.html#ac1259e84e57f9597327cdd8d9493ab6b">00076</a> <span class="preprocessor"></span><span class="preprocessor">#define  GLUT_AUX3                          0x4000</span>
<a name="l00077"></a><a class="code" href="freeglut__ext_8h.html#a9dfc07c3e6836560404d0ac0d42ef74c">00077</a> <span class="preprocessor"></span><span class="preprocessor">#define  GLUT_AUX4                          0x8000</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span>
<a name="l00079"></a>00079 <span class="comment">/*</span>
<a name="l00080"></a>00080 <span class="comment"> * Process loop function, see freeglut_main.c</span>
<a name="l00081"></a>00081 <span class="comment"> */</span>
<a name="l00082"></a>00082 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a6ab07848a855e45793d05bcce93faba3">glutMainLoopEvent</a>( <span class="keywordtype">void</span> );
<a name="l00083"></a>00083 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a49fa089383daefbddc005f2bfcd04071">glutLeaveMainLoop</a>( <span class="keywordtype">void</span> );
<a name="l00084"></a>00084 
<a name="l00085"></a>00085 <span class="comment">/*</span>
<a name="l00086"></a>00086 <span class="comment"> * Window-specific callback functions, see freeglut_callbacks.c</span>
<a name="l00087"></a>00087 <span class="comment"> */</span>
<a name="l00088"></a>00088 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a9161e4426b136e1929b95c1780acba81">glutMouseWheelFunc</a>( <span class="keywordtype">void</span> (* callback)( <span class="keywordtype">int</span>, <span class="keywordtype">int</span>, <span class="keywordtype">int</span>, <span class="keywordtype">int</span> ) );
<a name="l00089"></a>00089 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#aefa43f2bacd50aa3fb851ed50af99520">glutCloseFunc</a>( <span class="keywordtype">void</span> (* callback)( <span class="keywordtype">void</span> ) );
<a name="l00090"></a>00090 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a1f14c9f686d40ac81838ba0096c64815">glutWMCloseFunc</a>( <span class="keywordtype">void</span> (* callback)( <span class="keywordtype">void</span> ) );
<a name="l00091"></a>00091 <span class="comment">/* A. Donev: Also a destruction callback for menus */</span>
<a name="l00092"></a>00092 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#afe6f085e3599cda08e5b784a1a5f499f">glutMenuDestroyFunc</a>( <span class="keywordtype">void</span> (* callback)( <span class="keywordtype">void</span> ) );
<a name="l00093"></a>00093 
<a name="l00094"></a>00094 <span class="comment">/*</span>
<a name="l00095"></a>00095 <span class="comment"> * State setting and retrieval functions, see freeglut_state.c</span>
<a name="l00096"></a>00096 <span class="comment"> */</span>
<a name="l00097"></a>00097 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a18f94be444502efce3eee0ca1c5fd5b3">glutSetOption</a> ( GLenum option_flag, <span class="keywordtype">int</span> value ) ;
<a name="l00098"></a>00098 <span class="comment">/* A.Donev: User-data manipulation */</span>
<a name="l00099"></a>00099 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>*   <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a59fc2ca766faed45184291b1db1f5b41">glutGetWindowData</a>( <span class="keywordtype">void</span> );
<a name="l00100"></a>00100 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a77097f59115b3fdc6e4c7b1a05a30688">glutSetWindowData</a>(<span class="keywordtype">void</span>* data);
<a name="l00101"></a>00101 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>*   <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a2b5d7a167b80cec5effe50267eb19a62">glutGetMenuData</a>( <span class="keywordtype">void</span> );
<a name="l00102"></a>00102 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#af89db03e5b31ffe1bb56b91c57f94e8a">glutSetMenuData</a>(<span class="keywordtype">void</span>* data);
<a name="l00103"></a>00103 
<a name="l00104"></a>00104 <span class="comment">/*</span>
<a name="l00105"></a>00105 <span class="comment"> * Font stuff, see freeglut_font.c</span>
<a name="l00106"></a>00106 <span class="comment"> */</span>
<a name="l00107"></a>00107 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">int</span>     <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a5b6f22e0919265e3f1f2a5fe0267b4e9">glutBitmapHeight</a>( <span class="keywordtype">void</span>* font );
<a name="l00108"></a>00108 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> GLfloat <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#aa92ad14a94a3e52fbce036983f7cb81b">glutStrokeHeight</a>( <span class="keywordtype">void</span>* font );
<a name="l00109"></a>00109 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a49d2f57dbb22d136b9843e48bc4f6936">glutBitmapString</a>( <span class="keywordtype">void</span>* font, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *<span class="keywordtype">string</span> );
<a name="l00110"></a>00110 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#aa08192f6d743e1db38a54d0ffdcdf813">glutStrokeString</a>( <span class="keywordtype">void</span>* font, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *<span class="keywordtype">string</span> );
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 <span class="comment">/*</span>
<a name="l00113"></a>00113 <span class="comment"> * Geometry functions, see freeglut_geometry.c</span>
<a name="l00114"></a>00114 <span class="comment"> */</span>
<a name="l00115"></a>00115 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a0646e97fa16eae6264801a2a5a20ebb7">glutWireRhombicDodecahedron</a>( <span class="keywordtype">void</span> );
<a name="l00116"></a>00116 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a5bbf9c4c34980fb79b34ce6f8237f80e">glutSolidRhombicDodecahedron</a>( <span class="keywordtype">void</span> );
<a name="l00117"></a>00117 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a6fac6d6a4a8f7a2f8050a8ed6ff53d03">glutWireSierpinskiSponge</a> ( <span class="keywordtype">int</span> num_levels, GLdouble offset[3], GLdouble scale ) ;
<a name="l00118"></a>00118 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a50409328e958d946d5e3219e15015d34">glutSolidSierpinskiSponge</a> ( <span class="keywordtype">int</span> num_levels, GLdouble offset[3], GLdouble scale ) ;
<a name="l00119"></a>00119 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a9e89165415295a9db5904929d70b6cbb">glutWireCylinder</a>( GLdouble radius, GLdouble height, GLint slices, GLint stacks);
<a name="l00120"></a>00120 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <span class="keywordtype">void</span>    <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#a7415d348b7ea09c2281e52bc9df1d2bb">glutSolidCylinder</a>( GLdouble radius, GLdouble height, GLint slices, GLint stacks);
<a name="l00121"></a>00121 
<a name="l00122"></a>00122 <span class="comment">/*</span>
<a name="l00123"></a>00123 <span class="comment"> * Extension functions, see freeglut_ext.c</span>
<a name="l00124"></a>00124 <span class="comment"> */</span>
<a name="l00125"></a><a class="code" href="freeglut__ext_8h.html#a174e812c673840793f25673ecf2338d8">00125</a> <span class="keyword">typedef</span> void (*<a class="code" href="freeglut__ext_8h.html#a174e812c673840793f25673ecf2338d8">GLUTproc</a>)();
<a name="l00126"></a>00126 <a class="code" href="freeglut__std_8h.html#a0c13890087e4c32266826db56c710098">FGAPI</a> <a class="code" href="freeglut__ext_8h.html#a174e812c673840793f25673ecf2338d8">GLUTproc</a> <a class="code" href="freeglut__std_8h.html#acfe8e7260770f0d6471764f95864489c">FGAPIENTRY</a> <a class="code" href="freeglut__ext_8h.html#ae4d0f4651650924d24ce5c13edee0e06">glutGetProcAddress</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> *procName );
<a name="l00127"></a>00127 
<a name="l00128"></a>00128 
<a name="l00129"></a>00129 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span>    }
<a name="l00131"></a>00131 <span class="preprocessor">#endif</span>
<a name="l00132"></a>00132 <span class="preprocessor"></span>
<a name="l00133"></a>00133 <span class="comment">/*** END OF FILE ***/</span>
<a name="l00134"></a>00134 
<a name="l00135"></a>00135 <span class="preprocessor">#endif </span><span class="comment">/* __FREEGLUT_EXT_H__ */</span>
</pre></div></div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>