Package com.openinventor.inventor
Class SoInputParameters
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.SoInputParameters
-
- Direct Known Subclasses:
SoCADInputReaderParameters
public class SoInputParameters extends Inventor
Base class for file reader parameters.SoInputParameters
is a base class and needs to be specialized to be effective. The goal ofSoInputParameters
is to provide a way to control/modify processing of a file during the read. Each implementation ofSoInputParameters
is free to publish parameters (for example the desired tesselation level if you are reading a CAD file) or to notify during the read of the file using an abstract method implemented by the application.This class is used with the
SoInput.setInputParameters()
method.- See Also:
SoInput
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoInputParameters()
-
Method Summary
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-