com.jogamp.opengl.impl.glu.nurbs
Class Patchlist

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.Patchlist

public class Patchlist
extends Object

List of patches

Author:
Tomáš Hráský

Field Summary
 Pspec[] pspec
          Array of ranges
 
Constructor Summary
Patchlist(Patchlist patchlist, int param, float mid)
          Empty constructor
Patchlist(Quilt quilts, float[] pta, float[] ptb)
          Makes new list of patches
 
Method Summary
 void bbox()
          Empty method
 int cullCheck()
          Empty method
 void getstepsize()
          Empty method
 boolean needsNonSamplingSubdivision()
          Empty method
 boolean needsSamplingSubdivision()
          Empty method
 boolean needsSubdivision(int i)
          Empty method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pspec

public Pspec[] pspec
Array of ranges

Constructor Detail

Patchlist

public Patchlist(Quilt quilts,
                 float[] pta,
                 float[] ptb)
Makes new list of patches

Parameters:
quilts - list of quilts
pta - low border
ptb - high border

Patchlist

public Patchlist(Patchlist patchlist,
                 int param,
                 float mid)
Empty constructor

Parameters:
patchlist -
param -
mid -
Method Detail

cullCheck

public int cullCheck()
Empty method

Returns:
0

getstepsize

public void getstepsize()
Empty method


needsSamplingSubdivision

public boolean needsSamplingSubdivision()
Empty method

Returns:
false

needsSubdivision

public boolean needsSubdivision(int i)
Empty method

Parameters:
i -
Returns:
false

needsNonSamplingSubdivision

public boolean needsNonSamplingSubdivision()
Empty method

Returns:
false

bbox

public void bbox()
Empty method



Copyright 2010 JogAmp Community.