public interface SceneGraphObjectReferenceControl
| Modifier and Type | Method and Description |
|---|---|
int |
addReference(org.scijava.java3d.SceneGraphObject object)
Add a reference to the scenegraph object specified and return
the nodeID for the object
Use only during the save cycle
|
org.scijava.java3d.SceneGraphObject |
resolveReference(int nodeID)
Given a nodeID return the corresponding scene graph object.
|
int addReference(org.scijava.java3d.SceneGraphObject object)
org.scijava.java3d.SceneGraphObject resolveReference(int nodeID)
Copyright © 2015. All rights reserved.