|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--hak.Octree
| Field Summary | |
static int |
MAXDEPTH
|
| Constructor Summary | |
Octree()
|
|
| Method Summary | |
int |
findColor(hak.Node tree,
hak.RGB color)
|
void |
initVGAPalette(hak.Node tree,
int[] index)
|
hak.Node |
insertNode(hak.Node node,
hak.RGB color,
int depth)
|
hak.Node |
killTree(hak.Node tree)
|
void |
octreeQuantization(short[][] ra,
short[][] ga,
short[][] ba,
int ki)
|
void |
reduceTree()
|
void |
reMap(short[][] r,
short[][] g,
short[][] b)
|
void |
setColor()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MAXDEPTH
| Constructor Detail |
public Octree()
| Method Detail |
public int findColor(hak.Node tree,
hak.RGB color)
public void initVGAPalette(hak.Node tree,
int[] index)
public hak.Node insertNode(hak.Node node,
hak.RGB color,
int depth)
public hak.Node killTree(hak.Node tree)
public void octreeQuantization(short[][] ra,
short[][] ga,
short[][] ba,
int ki)
public void reduceTree()
public void reMap(short[][] r,
short[][] g,
short[][] b)
public void setColor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||