All Packages Class Hierarchy This Package Previous Next Index
Class hak.Octree
java.lang.Object
|
+----hak.Octree
- public class Octree
- extends java.lang.Object
-
MAXDEPTH
-
-
Octree()
-
-
findColor(Node, RGB)
-
-
initVGAPalette(Node, int[])
-
-
insertNode(Node, RGB, int)
-
-
killTree(Node)
-
-
octreeQuantization(short[][], short[][], short[][], int)
-
-
reduceTree()
-
-
reMap(short[][], short[][], short[][])
-
-
setColor()
-
MAXDEPTH
public static final int MAXDEPTH
Octree
public Octree()
octreeQuantization
public void octreeQuantization(short ra[][],
short ga[][],
short ba[][],
int ki)
reMap
public void reMap(short r[][],
short g[][],
short b[][])
setColor
public void setColor()
findColor
public int findColor(hak.Node tree,
hak.RGB color)
insertNode
public hak.Node insertNode(hak.Node node,
hak.RGB color,
int depth)
killTree
public hak.Node killTree(hak.Node tree)
reduceTree
public void reduceTree()
initVGAPalette
public void initVGAPalette(hak.Node tree,
int index[])
All Packages Class Hierarchy This Package Previous Next Index