Package | Description |
---|---|
org.scijava.java3d.utils.scenegraph.io |
This package provides a Java3D SceneGraph IO capability.
|
org.scijava.java3d.utils.scenegraph.io.retained |
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphIO.createSceneGraphObjectReferences(SceneGraphObjectReferenceControl ref)
The method is called before writeSGObject and gives the user the chance
to create references to other Nodes and NodeComponents.
|
void |
SceneGraphIO.restoreSceneGraphObjectReferences(SceneGraphObjectReferenceControl ref)
Within this method the user should restore references to the SceneGraphObjects
whose nodeID's were created with createSceneGraphObjectReferences
This method is called once the all objects in the scenegraph have been loaded.
|
Modifier and Type | Class and Description |
---|---|
class |
SymbolTable
SymbolTable class for SceneGraph I/O.
|
Copyright © 2016–2022 SciJava. All rights reserved.