Uses of Class
com.openinventor.inventor.SoInput
-
Packages that use SoInput 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 -
-
Uses of SoInput in com.openinventor.inventor
Methods in com.openinventor.inventor with parameters of type SoInput Modifier and Type Method Description boolean
SoInputReader. canConvert(SoInput in)
Returns true if the specified input source can be converted by this plugin.SoSeparator
SoInputReader. convert(SoInput name_13974)
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 givenSoInput
, returning the resulting root node.static SoSeparator
SoDB. readAll(SoInput in)
Reads all graphs and paths from the file specified by the givenSoInput
.static SoNode
SoDB. readNode(SoInput in)
static SoPath
SoDB. readPath(SoInput in)
Reads a graph from the file specified by the givenSoInput
, returning the resulting path. -
Uses of SoInput in com.openinventor.inventor.errors
Methods in com.openinventor.inventor.errors with parameters of type SoInput Modifier and Type Method Description static void
SoReadError. post(SoInput in, java.lang.String formatString)
Posts an error. -
Uses of SoInput in com.openinventor.inventor.misc
Methods in com.openinventor.inventor.misc with parameters of type SoInput Modifier and Type Method Description boolean
SoTranReceiver. interpret(SoInput in)
Interprets the transcription commands found in the given input stream.
-