Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.errors | |
com.openinventor.inventor.misc | |
com.openinventor.inventor.misc.callbacks |
Modifier and Type | Method and Description |
---|---|
boolean |
SoInputReader.canConvert(SoInput in)
Returns true if the specified input source can be converted by this plugin.
|
SoSeparator |
SoInputReader.convert(SoInput name_16437)
Returns the specified input source in the form of an Open Inventor scene graph.
|
static SoNode |
SoDB.read(SoInput in)
Reads a graph from the file specified by the given
SoInput , returning the resulting root node. |
static SoSeparator |
SoDB.readAll(SoInput in)
Reads all graphs and paths from the file specified by the given
SoInput . |
static SoVRMLGroup |
SoDB.readAllVRML(SoInput in)
Deprecated.
As of Open Inventor 9810 See documentation for more details
|
static SoNode |
SoDB.readNode(SoInput in) |
static SoPath |
SoDB.readPath(SoInput in)
Reads a graph from the file specified by the given
SoInput , returning the resulting path. |
static SoVRMLPROTODef |
SoDB.readPROTOFromFile(SoInput in,
java.lang.String name)
Reads all PROTOs in the specified input file up to and including the named PROTO and returns the definition of the named PROTO in protoDef.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoReadError.post(SoInput in,
java.lang.String formatString)
Posts an error.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SoTranReceiver.interpret(SoInput in)
Interprets the transcription commands found in the given input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SoDBHeaderCB.invokePost(SoInput s)
Deprecated.
|
void |
SoDBHeaderCB.invokePre(SoInput s)
Deprecated.
This method will be invoked when the native callback will be called so that you only
need to override this method to fill the method's body.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com