Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields

glu4gcj::GLU Class Reference


Static Public Member Functions

static native int gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, float[] data)
static native int gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, byte[] data)
static native int gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, short[] data)
static native int gluBuild1DMipmapLevels (int target, int internalFormat, int width, int format, int type, int level, int base, int max, int[] data)
static native int gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, float[] data)
static native int gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, byte[] data)
static native int gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, short[] data)
static native int gluBuild1DMipmaps (int target, int internalFormat, int width, int format, int type, int[] data)
static native int gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, float[] data)
static native int gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, byte[] data)
static native int gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, short[] data)
static native int gluBuild2DMipmapLevels (int target, int internalFormat, int width, int height, int format, int type, int level, int base, int max, int[] data)
static native int gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, float[] data)
static native int gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, byte[] data)
static native int gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, short[] data)
static native int gluBuild2DMipmaps (int target, int internalFormat, int width, int height, int format, int type, int[] data)
static native int gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, float[] data)
static native int gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, byte[] data)
static native int gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, short[] data)
static native int gluBuild3DMipmapLevels (int target, int internalFormat, int width, int height, int depth, int format, int type, int level, int base, int max, int[] data)
static native int gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, float[] data)
static native int gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, byte[] data)
static native int gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, short[] data)
static native int gluBuild3DMipmaps (int target, int internalFormat, int width, int height, int depth, int format, int type, int[] data)
static native String gluErrorString (int error)
static native String gluGetString (int name)
static native void gluLookAt (double eyeX, double eyeY, double eyeZ, double centerX, double centerY, double centerZ, double upX, double upY, double upZ)
static native void gluOrtho2D (double left, double right, double bottom, double top)
static native void gluPerspective (double fovy, double aspect, double zNear, double zFar)
static native void gluPickMatrix (double x, double y, double delX, double delY, int[] viewport)
static native int gluProject (double objX, double objY, double objZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] winX, double[] winY, double[] winZ)
static native int gluProject (double objX, double objY, double objZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] winCorrd)
static native int gluUnProject (double winX, double winY, double winZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] objX, double[] objY, double[] objZ)
static native int gluUnProject (double winX, double winY, double winZ, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double[] objCoord)
static native int gluUnProject4 (double winX, double winY, double winZ, double clipW, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double near, double far, double[] objX, double[] objY, double[] objZ, double[] objW)
static native int gluUnProject4 (double winX, double winY, double winZ, double clipW, double[] modelMatrix, double[] projectionMatrix, int[] viewport, double near, double far, double[] objCoord)
static native int gluScaleImage (int format, int wIn, int hIn, int typeIn, float[] dataIn, int wOut, int hOut, int typeOut, float[] dataOut)
static native int gluScaleImage (int format, int wIn, int hIn, int typeIn, byte[] dataIn, int wOut, int hOut, int typeOut, byte[] dataOut)
static native int gluScaleImage (int format, int wIn, int hIn, int typeIn, short[] dataIn, int wOut, int hOut, int typeOut, short[] dataOut)
static native int gluScaleImage (int format, int wIn, int hIn, int typeIn, int[] dataIn, int wOut, int hOut, int typeOut, int[] dataOut)
static Quadric gluNewQuadric ()
static void gluQuadricDrawStyle (Quadric quad, int draw)
static void gluQuadricNormals (Quadric quad, int normal)
static void gluQuadricOrientation (Quadric quad, int orientation)
static void gluQuadricTexture (Quadric quad, boolean texture)
static void gluCylinder (Quadric quad, double base, double top, double height, int slices, int stacks)
static void gluDeleteQuadric (Quadric quad)
static void gluDisk (Quadric quad, double inner, double outer, int slices, int loops)
static void gluPartialDisk (Quadric quad, double inner, double outer, int slices, int loops, double start, double sweep)
static void gluSphere (Quadric quad, double radius, int slices, int stacks)
static Tesselator gluNewTess ()
static void gluDeleteTess (Tesselator tess)
static void gluTessCallback (Tesselator tess, TesselatorListener callback)
static void gluBeginPolygon (Tesselator tess)
static void gluEndPolygon (Tesselator tess)
static void gluTessBeginPolygon (Tesselator tess)
static void gluTessBeginPolygon (Tesselator tess, Object polygonObject)
static void gluTessEndPolygon (Tesselator tess)
static void gluNextContour (Tesselator tess, int type)
static void gluTessBeginContour (Tesselator tess)
static void gluTessEndContour (Tesselator tess)
static void gluTessNormal (Tesselator tess, double valueX, double valueY, double valueZ)
static void gluTessVertex (Tesselator tess, double[] location, Object vertexObject)
static void gluTessProperty (Tesselator tess, int which, double data)
static double gluGetTessProperty (Tesselator tess, int which)
static Nurbs gluNewNurbsRenderer ()
static void gluDeleteNurbsRenderer (Nurbs nurbs)
static void gluBeginCurve (Nurbs nurbs)
static void gluPwlCurve (Nurbs nurbs, int count, float[] data, int stride, int type)
static void gluNurbsCurve (Nurbs nurbs, int knotCount, float[] knotsArray, int stride, float[] controlArray, int order, int type)
static void gluEndCurve (Nurbs nurbs)
static void gluBeginSurface (Nurbs nurbs)
static void gluNurbsSurface (Nurbs nurbs, int sKnotCount, float[] sKnots, int tKnotCount, float[] tKnots, int sStride, int tStride, float[] control, int sOrder, int tOrder, int type)
static void gluEndSurface (Nurbs nurbs)
static void gluBeginTrim (Nurbs nurbs)
static void gluEndTrim (Nurbs nurbs)
static float gluGetNurbsProperty (Nurbs nurbs, int property)
static void gluNurbsProperty (Nurbs nurbs, int property, float value)
static void gluLoadSamplingMatrices (Nurbs nurbs, float[] modelviewMatrix, float[] projectionMatrix, int[] viewport)
static void gluNurbsCallback (Nurbs nurbs, NurbsListener listener)
static void gluNurbsCallbackData (Nurbs nurbs, Object callbackData)

Member Function Documentation

static void glu4gcj::GLU::gluBeginCurve Nurbs  nurbs  )  [inline, static]
 

static void glu4gcj::GLU::gluBeginPolygon Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluBeginSurface Nurbs  nurbs  )  [inline, static]
 

static void glu4gcj::GLU::gluBeginTrim Nurbs  nurbs  )  [inline, static]
 

static native int glu4gcj::GLU::gluBuild1DMipmapLevels int  target,
int  internalFormat,
int  width,
int  format,
int  type,
int  level,
int  base,
int  max,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmapLevels int  target,
int  internalFormat,
int  width,
int  format,
int  type,
int  level,
int  base,
int  max,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmapLevels int  target,
int  internalFormat,
int  width,
int  format,
int  type,
int  level,
int  base,
int  max,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmapLevels int  target,
int  internalFormat,
int  width,
int  format,
int  type,
int  level,
int  base,
int  max,
float[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmaps int  target,
int  internalFormat,
int  width,
int  format,
int  type,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmaps int  target,
int  internalFormat,
int  width,
int  format,
int  type,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmaps int  target,
int  internalFormat,
int  width,
int  format,
int  type,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild1DMipmaps int  target,
int  internalFormat,
int  width,
int  format,
int  type,
float[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
int  level,
int  base,
int  max,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
int  level,
int  base,
int  max,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
int  level,
int  base,
int  max,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
int  level,
int  base,
int  max,
float[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild2DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  format,
int  type,
float[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
int  level,
int  base,
int  max,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
int  level,
int  base,
int  max,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
int  level,
int  base,
int  max,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmapLevels int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
int  level,
int  base,
int  max,
float[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
int[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
short[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
byte[]  data
[static]
 

static native int glu4gcj::GLU::gluBuild3DMipmaps int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  format,
int  type,
float[]  data
[static]
 

static void glu4gcj::GLU::gluCylinder Quadric  quad,
double  base,
double  top,
double  height,
int  slices,
int  stacks
[inline, static]
 

static void glu4gcj::GLU::gluDeleteNurbsRenderer Nurbs  nurbs  )  [inline, static]
 

static void glu4gcj::GLU::gluDeleteQuadric Quadric  quad  )  [inline, static]
 

static void glu4gcj::GLU::gluDeleteTess Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluDisk Quadric  quad,
double  inner,
double  outer,
int  slices,
int  loops
[inline, static]
 

static void glu4gcj::GLU::gluEndCurve Nurbs  nurbs  )  [inline, static]
 

static void glu4gcj::GLU::gluEndPolygon Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluEndSurface Nurbs  nurbs  )  [inline, static]
 

static void glu4gcj::GLU::gluEndTrim Nurbs  nurbs  )  [inline, static]
 

static native String glu4gcj::GLU::gluErrorString int  error  )  [static]
 

static float glu4gcj::GLU::gluGetNurbsProperty Nurbs  nurbs,
int  property
[inline, static]
 

static native String glu4gcj::GLU::gluGetString int  name  )  [static]
 

static double glu4gcj::GLU::gluGetTessProperty Tesselator  tess,
int  which
[inline, static]
 

static void glu4gcj::GLU::gluLoadSamplingMatrices Nurbs  nurbs,
float[]  modelviewMatrix,
float[]  projectionMatrix,
int[]  viewport
[inline, static]
 

static native void glu4gcj::GLU::gluLookAt double  eyeX,
double  eyeY,
double  eyeZ,
double  centerX,
double  centerY,
double  centerZ,
double  upX,
double  upY,
double  upZ
[static]
 

static Nurbs glu4gcj::GLU::gluNewNurbsRenderer  )  [inline, static]
 

static Quadric glu4gcj::GLU::gluNewQuadric  )  [inline, static]
 

static Tesselator glu4gcj::GLU::gluNewTess  )  [inline, static]
 

static void glu4gcj::GLU::gluNextContour Tesselator  tess,
int  type
[inline, static]
 

static void glu4gcj::GLU::gluNurbsCallback Nurbs  nurbs,
NurbsListener  listener
[inline, static]
 

static void glu4gcj::GLU::gluNurbsCallbackData Nurbs  nurbs,
Object  callbackData
[inline, static]
 

static void glu4gcj::GLU::gluNurbsCurve Nurbs  nurbs,
int  knotCount,
float[]  knotsArray,
int  stride,
float[]  controlArray,
int  order,
int  type
[inline, static]
 

static void glu4gcj::GLU::gluNurbsProperty Nurbs  nurbs,
int  property,
float  value
[inline, static]
 

static void glu4gcj::GLU::gluNurbsSurface Nurbs  nurbs,
int  sKnotCount,
float[]  sKnots,
int  tKnotCount,
float[]  tKnots,
int  sStride,
int  tStride,
float[]  control,
int  sOrder,
int  tOrder,
int  type
[inline, static]
 

static native void glu4gcj::GLU::gluOrtho2D double  left,
double  right,
double  bottom,
double  top
[static]
 

static void glu4gcj::GLU::gluPartialDisk Quadric  quad,
double  inner,
double  outer,
int  slices,
int  loops,
double  start,
double  sweep
[inline, static]
 

static native void glu4gcj::GLU::gluPerspective double  fovy,
double  aspect,
double  zNear,
double  zFar
[static]
 

static native void glu4gcj::GLU::gluPickMatrix double  x,
double  y,
double  delX,
double  delY,
int[]  viewport
[static]
 

static native int glu4gcj::GLU::gluProject double  objX,
double  objY,
double  objZ,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double[]  winCorrd
[static]
 

static native int glu4gcj::GLU::gluProject double  objX,
double  objY,
double  objZ,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double[]  winX,
double[]  winY,
double[]  winZ
[static]
 

static void glu4gcj::GLU::gluPwlCurve Nurbs  nurbs,
int  count,
float[]  data,
int  stride,
int  type
[inline, static]
 

static void glu4gcj::GLU::gluQuadricDrawStyle Quadric  quad,
int  draw
[inline, static]
 

static void glu4gcj::GLU::gluQuadricNormals Quadric  quad,
int  normal
[inline, static]
 

static void glu4gcj::GLU::gluQuadricOrientation Quadric  quad,
int  orientation
[inline, static]
 

static void glu4gcj::GLU::gluQuadricTexture Quadric  quad,
boolean  texture
[inline, static]
 

static native int glu4gcj::GLU::gluScaleImage int  format,
int  wIn,
int  hIn,
int  typeIn,
int[]  dataIn,
int  wOut,
int  hOut,
int  typeOut,
int[]  dataOut
[static]
 

static native int glu4gcj::GLU::gluScaleImage int  format,
int  wIn,
int  hIn,
int  typeIn,
short[]  dataIn,
int  wOut,
int  hOut,
int  typeOut,
short[]  dataOut
[static]
 

static native int glu4gcj::GLU::gluScaleImage int  format,
int  wIn,
int  hIn,
int  typeIn,
byte[]  dataIn,
int  wOut,
int  hOut,
int  typeOut,
byte[]  dataOut
[static]
 

static native int glu4gcj::GLU::gluScaleImage int  format,
int  wIn,
int  hIn,
int  typeIn,
float[]  dataIn,
int  wOut,
int  hOut,
int  typeOut,
float[]  dataOut
[static]
 

static void glu4gcj::GLU::gluSphere Quadric  quad,
double  radius,
int  slices,
int  stacks
[inline, static]
 

static void glu4gcj::GLU::gluTessBeginContour Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluTessBeginPolygon Tesselator  tess,
Object  polygonObject
[inline, static]
 

static void glu4gcj::GLU::gluTessBeginPolygon Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluTessCallback Tesselator  tess,
TesselatorListener  callback
[inline, static]
 

static void glu4gcj::GLU::gluTessEndContour Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluTessEndPolygon Tesselator  tess  )  [inline, static]
 

static void glu4gcj::GLU::gluTessNormal Tesselator  tess,
double  valueX,
double  valueY,
double  valueZ
[inline, static]
 

static void glu4gcj::GLU::gluTessProperty Tesselator  tess,
int  which,
double  data
[inline, static]
 

static void glu4gcj::GLU::gluTessVertex Tesselator  tess,
double[]  location,
Object  vertexObject
[inline, static]
 

static native int glu4gcj::GLU::gluUnProject double  winX,
double  winY,
double  winZ,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double[]  objCoord
[static]
 

static native int glu4gcj::GLU::gluUnProject double  winX,
double  winY,
double  winZ,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double[]  objX,
double[]  objY,
double[]  objZ
[static]
 

static native int glu4gcj::GLU::gluUnProject4 double  winX,
double  winY,
double  winZ,
double  clipW,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double  near,
double  far,
double[]  objCoord
[static]
 

static native int glu4gcj::GLU::gluUnProject4 double  winX,
double  winY,
double  winZ,
double  clipW,
double[]  modelMatrix,
double[]  projectionMatrix,
int[]  viewport,
double  near,
double  far,
double[]  objX,
double[]  objY,
double[]  objZ,
double[]  objW
[static]
 


The documentation for this class was generated from the following file:
Generated on Mon Apr 24 14:22:16 2006 for gl4gcj by  doxygen 1.4.3