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