com.sun.j3d.utils.geometry
Class HeapNode

java.lang.Object
  extended by com.sun.j3d.utils.geometry.HeapNode

 class HeapNode
extends java.lang.Object


Field Summary
(package private)  int index
           
(package private)  int next
           
(package private)  int prev
           
(package private)  double ratio
           
 
Constructor Summary
HeapNode()
           
 
Method Summary
(package private)  void copy(HeapNode hNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index

prev

int prev

next

int next

ratio

double ratio
Constructor Detail

HeapNode

HeapNode()
Method Detail

copy

void copy(HeapNode hNode)


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