home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / lib / site-packages / OpenGL / raw / GLU / annotations.py < prev    next >
Encoding:
Python Source  |  2008-12-07  |  6.7 KB  |  224 lines

  1. """Array-size annotations for OpenGL.raw.GLU
  2.  
  3. Automatically generated by the generateraw script, do not edit!
  4. """
  5. from OpenGL.raw import GLU as raw
  6.  
  7. from ctypes import *
  8. from OpenGL import platform, arrays
  9. from OpenGL.constant import Constant
  10. from OpenGL import constants as GLconstants
  11. GLvoid = GLconstants.GLvoid
  12.  
  13.  
  14.  
  15. gluCheckExtension = arrays.setInputArraySizeType(
  16.     arrays.setInputArraySizeType(
  17.         raw.gluCheckExtension,
  18.         None, # XXX Could not determine size of argument extName for gluCheckExtension arrays.GLubyteArray
  19.         arrays.GLubyteArray, 
  20.         'extName',
  21.     ),
  22.     None, # XXX Could not determine size of argument extString for gluCheckExtension arrays.GLubyteArray
  23.     arrays.GLubyteArray, 
  24.     'extString',
  25. )
  26.  
  27. gluGetNurbsProperty = arrays.setInputArraySizeType(
  28.     raw.gluGetNurbsProperty,
  29.     None, # XXX Could not determine size of argument data for gluGetNurbsProperty arrays.GLfloatArray
  30.     arrays.GLfloatArray, 
  31.     'data',
  32. )
  33.  
  34. gluGetTessProperty = arrays.setInputArraySizeType(
  35.     raw.gluGetTessProperty,
  36.     None, # XXX Could not determine size of argument data for gluGetTessProperty arrays.GLdoubleArray
  37.     arrays.GLdoubleArray, 
  38.     'data',
  39. )
  40.  
  41. gluLoadSamplingMatrices = arrays.setInputArraySizeType(
  42.     arrays.setInputArraySizeType(
  43.         arrays.setInputArraySizeType(
  44.             raw.gluLoadSamplingMatrices,
  45.             None, # XXX Could not determine size of argument model for gluLoadSamplingMatrices arrays.GLfloatArray
  46.             arrays.GLfloatArray, 
  47.             'model',
  48.         ),
  49.         None, # XXX Could not determine size of argument perspective for gluLoadSamplingMatrices arrays.GLfloatArray
  50.         arrays.GLfloatArray, 
  51.         'perspective',
  52.     ),
  53.     None, # XXX Could not determine size of argument view for gluLoadSamplingMatrices arrays.GLintArray
  54.     arrays.GLintArray, 
  55.     'view',
  56. )
  57.  
  58. gluNurbsCurve = arrays.setInputArraySizeType(
  59.     arrays.setInputArraySizeType(
  60.         raw.gluNurbsCurve,
  61.         None, # XXX Could not determine size of argument knots for gluNurbsCurve arrays.GLfloatArray
  62.         arrays.GLfloatArray, 
  63.         'knots',
  64.     ),
  65.     None, # XXX Could not determine size of argument control for gluNurbsCurve arrays.GLfloatArray
  66.     arrays.GLfloatArray, 
  67.     'control',
  68. )
  69.  
  70. gluNurbsSurface = arrays.setInputArraySizeType(
  71.     arrays.setInputArraySizeType(
  72.         arrays.setInputArraySizeType(
  73.             raw.gluNurbsSurface,
  74.             None, # XXX Could not determine size of argument sKnots for gluNurbsSurface arrays.GLfloatArray
  75.             arrays.GLfloatArray, 
  76.             'sKnots',
  77.         ),
  78.         None, # XXX Could not determine size of argument tKnots for gluNurbsSurface arrays.GLfloatArray
  79.         arrays.GLfloatArray, 
  80.         'tKnots',
  81.     ),
  82.     None, # XXX Could not determine size of argument control for gluNurbsSurface arrays.GLfloatArray
  83.     arrays.GLfloatArray, 
  84.     'control',
  85. )
  86.  
  87. gluPickMatrix = arrays.setInputArraySizeType(
  88.     raw.gluPickMatrix,
  89.     None, # XXX Could not determine size of argument viewport for gluPickMatrix arrays.GLintArray
  90.     arrays.GLintArray, 
  91.     'viewport',
  92. )
  93.  
  94. gluProject = arrays.setInputArraySizeType(
  95.     arrays.setInputArraySizeType(
  96.         arrays.setInputArraySizeType(
  97.             arrays.setInputArraySizeType(
  98.                 arrays.setInputArraySizeType(
  99.                     arrays.setInputArraySizeType(
  100.                         raw.gluProject,
  101.                         None, # XXX Could not determine size of argument model for gluProject arrays.GLdoubleArray
  102.                         arrays.GLdoubleArray, 
  103.                         'model',
  104.                     ),
  105.                     None, # XXX Could not determine size of argument proj for gluProject arrays.GLdoubleArray
  106.                     arrays.GLdoubleArray, 
  107.                     'proj',
  108.                 ),
  109.                 None, # XXX Could not determine size of argument view for gluProject arrays.GLintArray
  110.                 arrays.GLintArray, 
  111.                 'view',
  112.             ),
  113.             None, # XXX Could not determine size of argument winX for gluProject arrays.GLdoubleArray
  114.             arrays.GLdoubleArray, 
  115.             'winX',
  116.         ),
  117.         None, # XXX Could not determine size of argument winY for gluProject arrays.GLdoubleArray
  118.         arrays.GLdoubleArray, 
  119.         'winY',
  120.     ),
  121.     None, # XXX Could not determine size of argument winZ for gluProject arrays.GLdoubleArray
  122.     arrays.GLdoubleArray, 
  123.     'winZ',
  124. )
  125.  
  126. gluPwlCurve = arrays.setInputArraySizeType(
  127.     raw.gluPwlCurve,
  128.     None, # XXX Could not determine size of argument data for gluPwlCurve arrays.GLfloatArray
  129.     arrays.GLfloatArray, 
  130.     'data',
  131. )
  132.  
  133. gluTessVertex = arrays.setInputArraySizeType(
  134.     raw.gluTessVertex,
  135.     None, # XXX Could not determine size of argument location for gluTessVertex arrays.GLdoubleArray
  136.     arrays.GLdoubleArray, 
  137.     'location',
  138. )
  139.  
  140. gluUnProject = arrays.setInputArraySizeType(
  141.     arrays.setInputArraySizeType(
  142.         arrays.setInputArraySizeType(
  143.             arrays.setInputArraySizeType(
  144.                 arrays.setInputArraySizeType(
  145.                     arrays.setInputArraySizeType(
  146.                         raw.gluUnProject,
  147.                         None, # XXX Could not determine size of argument model for gluUnProject arrays.GLdoubleArray
  148.                         arrays.GLdoubleArray, 
  149.                         'model',
  150.                     ),
  151.                     None, # XXX Could not determine size of argument proj for gluUnProject arrays.GLdoubleArray
  152.                     arrays.GLdoubleArray, 
  153.                     'proj',
  154.                 ),
  155.                 None, # XXX Could not determine size of argument view for gluUnProject arrays.GLintArray
  156.                 arrays.GLintArray, 
  157.                 'view',
  158.             ),
  159.             None, # XXX Could not determine size of argument objX for gluUnProject arrays.GLdoubleArray
  160.             arrays.GLdoubleArray, 
  161.             'objX',
  162.         ),
  163.         None, # XXX Could not determine size of argument objY for gluUnProject arrays.GLdoubleArray
  164.         arrays.GLdoubleArray, 
  165.         'objY',
  166.     ),
  167.     None, # XXX Could not determine size of argument objZ for gluUnProject arrays.GLdoubleArray
  168.     arrays.GLdoubleArray, 
  169.     'objZ',
  170. )
  171.  
  172. gluUnProject4 = arrays.setInputArraySizeType(
  173.     arrays.setInputArraySizeType(
  174.         arrays.setInputArraySizeType(
  175.             arrays.setInputArraySizeType(
  176.                 arrays.setInputArraySizeType(
  177.                     arrays.setInputArraySizeType(
  178.                         arrays.setInputArraySizeType(
  179.                             raw.gluUnProject4,
  180.                             None, # XXX Could not determine size of argument model for gluUnProject4 arrays.GLdoubleArray
  181.                             arrays.GLdoubleArray, 
  182.                             'model',
  183.                         ),
  184.                         None, # XXX Could not determine size of argument proj for gluUnProject4 arrays.GLdoubleArray
  185.                         arrays.GLdoubleArray, 
  186.                         'proj',
  187.                     ),
  188.                     None, # XXX Could not determine size of argument view for gluUnProject4 arrays.GLintArray
  189.                     arrays.GLintArray, 
  190.                     'view',
  191.                 ),
  192.                 None, # XXX Could not determine size of argument objX for gluUnProject4 arrays.GLdoubleArray
  193.                 arrays.GLdoubleArray, 
  194.                 'objX',
  195.             ),
  196.             None, # XXX Could not determine size of argument objY for gluUnProject4 arrays.GLdoubleArray
  197.             arrays.GLdoubleArray, 
  198.             'objY',
  199.         ),
  200.         None, # XXX Could not determine size of argument objZ for gluUnProject4 arrays.GLdoubleArray
  201.         arrays.GLdoubleArray, 
  202.         'objZ',
  203.     ),
  204.     None, # XXX Could not determine size of argument objW for gluUnProject4 arrays.GLdoubleArray
  205.     arrays.GLdoubleArray, 
  206.     'objW',
  207. )
  208.  
  209. __all__ = [
  210.     'gluCheckExtension',
  211.     'gluGetNurbsProperty',
  212.     'gluGetTessProperty',
  213.     'gluLoadSamplingMatrices',
  214.     'gluNurbsCurve',
  215.     'gluNurbsSurface',
  216.     'gluPickMatrix',
  217.     'gluProject',
  218.     'gluPwlCurve',
  219.     'gluTessVertex',
  220.     'gluUnProject',
  221.     'gluUnProject4'
  222. ]
  223.  
  224.