|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.ray.intersection.DefaultCellGenerator
public class DefaultCellGenerator
| Nested Class Summary | |
|---|---|
class |
DefaultCellGenerator.BoxIntersectionInput
|
class |
DefaultCellGenerator.BoxIntersectionLocals
|
class |
DefaultCellGenerator.BoxIntersectionOutput
|
class |
DefaultCellGenerator.FirstCellLocals
|
| Nested classes/interfaces inherited from interface de.grogra.ray.intersection.CellGenerator |
|---|
CellGenerator.NextCellOutput |
| Field Summary | |
|---|---|
int |
m_different
|
int |
m_same
|
| Constructor Summary | |
|---|---|
DefaultCellGenerator()
|
|
| Method Summary | |
|---|---|
static void |
getBoxEnteringIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.BoxIntersectionOutput output)
|
void |
getBoxLeavingIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.BoxIntersectionOutput output)
|
void |
initialize(OctreeCell sceneNode,
int maxDepth)
|
void |
nextCell(CellGenerator.NextCellOutput output)
|
void |
setRay(Ray ray)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int m_different
public int m_same
| Constructor Detail |
|---|
public DefaultCellGenerator()
| Method Detail |
|---|
public static void getBoxEnteringIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.BoxIntersectionOutput output)
public void getBoxLeavingIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.BoxIntersectionOutput output)
public void initialize(OctreeCell sceneNode,
int maxDepth)
initialize in interface CellGeneratorpublic void nextCell(CellGenerator.NextCellOutput output)
nextCell in interface CellGeneratorpublic void setRay(Ray ray)
setRay in interface CellGenerator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||