Package com.openinventor.ldm.nodes
Class SoLDMResourceParameters.FixedResolutionReport
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.ldm.nodes.SoLDMResourceParameters.FixedResolutionReport
-
- Enclosing class:
- SoLDMResourceParameters
public static class SoLDMResourceParameters.FixedResolutionReport extends Inventor
This structure returns information to the application whenfixedResolution
is true andresolution
is not -1.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoLDMResourceParameters.FixedResolutionReport.ReportCodes
Available report code.-
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 FixedResolutionReport()
Default constructor.FixedResolutionReport(SoLDMResourceParameters.FixedResolutionReport copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(SoLDMResourceParameters.FixedResolutionReport copyFrom)
static SoLDMResourceParameters.FixedResolutionReport[]
toArray(long nativeArray, long length)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
FixedResolutionReport
public FixedResolutionReport(SoLDMResourceParameters.FixedResolutionReport copyFrom)
-
FixedResolutionReport
public FixedResolutionReport()
Default constructor.
-
-
Method Detail
-
setValue
public void setValue(SoLDMResourceParameters.FixedResolutionReport copyFrom)
-
toArray
public static SoLDMResourceParameters.FixedResolutionReport[] toArray(long nativeArray, long length)
-
-