annotations.py :  » Game-2D-3D » PyOpenGL » PyOpenGL-3.0.1 » OpenGL » raw » GLU » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Game 2D 3D » PyOpenGL 
PyOpenGL » PyOpenGL 3.0.1 » OpenGL » raw » GLU » annotations.py
"""Array-size annotations for OpenGL.raw.GLU

Automatically generated by the generateraw script, do not edit!
"""
from OpenGL.raw import GLU

from ctypes import *
from OpenGL import platform,arrays
from OpenGL.constant import Constant
from OpenGL import constants
GLvoid = GLconstants.GLvoid



gluCheckExtension = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        raw.gluCheckExtension,
        None, # XXX Could not determine size of argument extName for gluCheckExtension arrays.GLubyteArray
        arrays.GLubyteArray, 
        'extName',
    ),
    None, # XXX Could not determine size of argument extString for gluCheckExtension arrays.GLubyteArray
    arrays.GLubyteArray, 
    'extString',
)

gluGetNurbsProperty = arrays.setInputArraySizeType(
    raw.gluGetNurbsProperty,
    None, # XXX Could not determine size of argument data for gluGetNurbsProperty arrays.GLfloatArray
    arrays.GLfloatArray, 
    'data',
)

gluGetTessProperty = arrays.setInputArraySizeType(
    raw.gluGetTessProperty,
    None, # XXX Could not determine size of argument data for gluGetTessProperty arrays.GLdoubleArray
    arrays.GLdoubleArray, 
    'data',
)

gluLoadSamplingMatrices = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        arrays.setInputArraySizeType(
            raw.gluLoadSamplingMatrices,
            None, # XXX Could not determine size of argument model for gluLoadSamplingMatrices arrays.GLfloatArray
            arrays.GLfloatArray, 
            'model',
        ),
        None, # XXX Could not determine size of argument perspective for gluLoadSamplingMatrices arrays.GLfloatArray
        arrays.GLfloatArray, 
        'perspective',
    ),
    None, # XXX Could not determine size of argument view for gluLoadSamplingMatrices arrays.GLintArray
    arrays.GLintArray, 
    'view',
)

gluNurbsCurve = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        raw.gluNurbsCurve,
        None, # XXX Could not determine size of argument knots for gluNurbsCurve arrays.GLfloatArray
        arrays.GLfloatArray, 
        'knots',
    ),
    None, # XXX Could not determine size of argument control for gluNurbsCurve arrays.GLfloatArray
    arrays.GLfloatArray, 
    'control',
)

gluNurbsSurface = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        arrays.setInputArraySizeType(
            raw.gluNurbsSurface,
            None, # XXX Could not determine size of argument sKnots for gluNurbsSurface arrays.GLfloatArray
            arrays.GLfloatArray, 
            'sKnots',
        ),
        None, # XXX Could not determine size of argument tKnots for gluNurbsSurface arrays.GLfloatArray
        arrays.GLfloatArray, 
        'tKnots',
    ),
    None, # XXX Could not determine size of argument control for gluNurbsSurface arrays.GLfloatArray
    arrays.GLfloatArray, 
    'control',
)

gluPickMatrix = arrays.setInputArraySizeType(
    raw.gluPickMatrix,
    None, # XXX Could not determine size of argument viewport for gluPickMatrix arrays.GLintArray
    arrays.GLintArray, 
    'viewport',
)

gluProject = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        arrays.setInputArraySizeType(
            arrays.setInputArraySizeType(
                arrays.setInputArraySizeType(
                    arrays.setInputArraySizeType(
                        raw.gluProject,
                        None, # XXX Could not determine size of argument model for gluProject arrays.GLdoubleArray
                        arrays.GLdoubleArray, 
                        'model',
                    ),
                    None, # XXX Could not determine size of argument proj for gluProject arrays.GLdoubleArray
                    arrays.GLdoubleArray, 
                    'proj',
                ),
                None, # XXX Could not determine size of argument view for gluProject arrays.GLintArray
                arrays.GLintArray, 
                'view',
            ),
            None, # XXX Could not determine size of argument winX for gluProject arrays.GLdoubleArray
            arrays.GLdoubleArray, 
            'winX',
        ),
        None, # XXX Could not determine size of argument winY for gluProject arrays.GLdoubleArray
        arrays.GLdoubleArray, 
        'winY',
    ),
    None, # XXX Could not determine size of argument winZ for gluProject arrays.GLdoubleArray
    arrays.GLdoubleArray, 
    'winZ',
)

gluPwlCurve = arrays.setInputArraySizeType(
    raw.gluPwlCurve,
    None, # XXX Could not determine size of argument data for gluPwlCurve arrays.GLfloatArray
    arrays.GLfloatArray, 
    'data',
)

gluTessVertex = arrays.setInputArraySizeType(
    raw.gluTessVertex,
    None, # XXX Could not determine size of argument location for gluTessVertex arrays.GLdoubleArray
    arrays.GLdoubleArray, 
    'location',
)

gluUnProject = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        arrays.setInputArraySizeType(
            arrays.setInputArraySizeType(
                arrays.setInputArraySizeType(
                    arrays.setInputArraySizeType(
                        raw.gluUnProject,
                        None, # XXX Could not determine size of argument model for gluUnProject arrays.GLdoubleArray
                        arrays.GLdoubleArray, 
                        'model',
                    ),
                    None, # XXX Could not determine size of argument proj for gluUnProject arrays.GLdoubleArray
                    arrays.GLdoubleArray, 
                    'proj',
                ),
                None, # XXX Could not determine size of argument view for gluUnProject arrays.GLintArray
                arrays.GLintArray, 
                'view',
            ),
            None, # XXX Could not determine size of argument objX for gluUnProject arrays.GLdoubleArray
            arrays.GLdoubleArray, 
            'objX',
        ),
        None, # XXX Could not determine size of argument objY for gluUnProject arrays.GLdoubleArray
        arrays.GLdoubleArray, 
        'objY',
    ),
    None, # XXX Could not determine size of argument objZ for gluUnProject arrays.GLdoubleArray
    arrays.GLdoubleArray, 
    'objZ',
)

gluUnProject4 = arrays.setInputArraySizeType(
    arrays.setInputArraySizeType(
        arrays.setInputArraySizeType(
            arrays.setInputArraySizeType(
                arrays.setInputArraySizeType(
                    arrays.setInputArraySizeType(
                        arrays.setInputArraySizeType(
                            raw.gluUnProject4,
                            None, # XXX Could not determine size of argument model for gluUnProject4 arrays.GLdoubleArray
                            arrays.GLdoubleArray, 
                            'model',
                        ),
                        None, # XXX Could not determine size of argument proj for gluUnProject4 arrays.GLdoubleArray
                        arrays.GLdoubleArray, 
                        'proj',
                    ),
                    None, # XXX Could not determine size of argument view for gluUnProject4 arrays.GLintArray
                    arrays.GLintArray, 
                    'view',
                ),
                None, # XXX Could not determine size of argument objX for gluUnProject4 arrays.GLdoubleArray
                arrays.GLdoubleArray, 
                'objX',
            ),
            None, # XXX Could not determine size of argument objY for gluUnProject4 arrays.GLdoubleArray
            arrays.GLdoubleArray, 
            'objY',
        ),
        None, # XXX Could not determine size of argument objZ for gluUnProject4 arrays.GLdoubleArray
        arrays.GLdoubleArray, 
        'objZ',
    ),
    None, # XXX Could not determine size of argument objW for gluUnProject4 arrays.GLdoubleArray
    arrays.GLdoubleArray, 
    'objW',
)

__all__ = [
    'gluCheckExtension',
    'gluGetNurbsProperty',
    'gluGetTessProperty',
    'gluLoadSamplingMatrices',
    'gluNurbsCurve',
    'gluNurbsSurface',
    'gluPickMatrix',
    'gluProject',
    'gluPwlCurve',
    'gluTessVertex',
    'gluUnProject',
    'gluUnProject4'
]
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.