com.sun.j3d.utils.geometry.compression
Class CompressionStream.IndexedInterleavedGeometryFloat

java.lang.Object
  extended by com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometry
      extended by com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometryFloat
          extended by com.sun.j3d.utils.geometry.compression.CompressionStream.IndexedInterleavedGeometryFloat
All Implemented Interfaces:
CompressionStream.GeometryAccessor
Enclosing class:
CompressionStream

private class CompressionStream.IndexedInterleavedGeometryFloat
extends CompressionStream.InterleavedGeometryFloat

This class implements the GeometryAccessor interface for indexed interleaved geometry arrays.


Field Summary
(package private)  CompressionStream.IndexArrays ia
           
(package private)  CompressionStream.VertexIndices vi
           
 
Fields inherited from class com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometryFloat
vdata
 
Fields inherited from class com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometry
coffset, noffset, poffset, tcount, tstride, vc, vstride
 
Constructor Summary
CompressionStream.IndexedInterleavedGeometryFloat(GeometryArray ga)
           
 
Method Summary
 void processVertex(int v, int stripFlag)
           
 
Methods inherited from class com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometryFloat
copyVertex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ia

CompressionStream.IndexArrays ia

vi

CompressionStream.VertexIndices vi
Constructor Detail

CompressionStream.IndexedInterleavedGeometryFloat

CompressionStream.IndexedInterleavedGeometryFloat(GeometryArray ga)
Method Detail

processVertex

public void processVertex(int v,
                          int stripFlag)
Specified by:
processVertex in interface CompressionStream.GeometryAccessor
Overrides:
processVertex in class CompressionStream.InterleavedGeometry


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.