|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.imp3d.Visitor3D
de.grogra.imp3d.DisplayVisitor
de.grogra.imp3d.glsl.GLDisplay.GLVisitor
public class GLDisplay.GLVisitor
This class is used to traverse the graph and obtain all visible objects and the lights for visualisation.
| Field Summary |
|---|
| Fields inherited from class de.grogra.imp3d.DisplayVisitor |
|---|
lastEntered, lastEnteredIsNode |
| Fields inherited from class de.grogra.imp3d.Visitor3D |
|---|
layer, state, transformation |
| Fields inherited from interface de.grogra.graph.Visitor |
|---|
STOP |
| Constructor Summary | |
|---|---|
GLDisplay.GLVisitor()
|
|
| Method Summary | |
|---|---|
void |
init(GraphState gs,
Matrix4d t,
int minPathLength,
boolean checkLayer)
|
protected void |
visitImpl(java.lang.Object object,
boolean asNode,
Shader s,
Path path)
|
| Methods inherited from class de.grogra.imp3d.DisplayVisitor |
|---|
getCurrentShader, init, isInVisibleLayer, resolveShader, visitEnterImpl, visitLeaveImpl |
| Methods inherited from class de.grogra.imp3d.Visitor3D |
|---|
getCurrentTransformation, getGraphState, init, visitEnter, visitEnter, visitInstanceEnter, visitInstanceLeave, visitLeave |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GLDisplay.GLVisitor()
| Method Detail |
|---|
public void init(GraphState gs,
Matrix4d t,
int minPathLength,
boolean checkLayer)
protected void visitImpl(java.lang.Object object,
boolean asNode,
Shader s,
Path path)
visitImpl in class DisplayVisitor
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||