public static enum SoLDMResourceParameters.FixedResolutionReport.ReportCodes extends java.lang.Enum<SoLDMResourceParameters.FixedResolutionReport.ReportCodes> implements IntegerValuedEnum
Enum Constant and Description |
---|
ABORT
If LDM cannot grant a fixed resolution request, the callback function is called with an ABORT report code.
|
PROGRESS
Loading in progress.
|
Modifier and Type | Method and Description |
---|---|
static SoLDMResourceParameters.FixedResolutionReport.ReportCodes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoLDMResourceParameters.FixedResolutionReport.ReportCodes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoLDMResourceParameters.FixedResolutionReport.ReportCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoLDMResourceParameters.FixedResolutionReport.ReportCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoLDMResourceParameters.FixedResolutionReport.ReportCodes PROGRESS
public static final SoLDMResourceParameters.FixedResolutionReport.ReportCodes ABORT
SoVolumeRender
, SoVolumeSkin
, SoOrthoSlice
, SoObliqueSlice
, volume geometries, or other LDM based render nodes) is not possible because the main memory space (set by the setMaxMainMemory function) is not large enough. In this case, the callback is called with an ABORT code immediately after the first sceneGraph traversal, once the fixed resolution mode has been enabled.
public static SoLDMResourceParameters.FixedResolutionReport.ReportCodes[] values()
for (SoLDMResourceParameters.FixedResolutionReport.ReportCodes c : SoLDMResourceParameters.FixedResolutionReport.ReportCodes.values()) System.out.println(c);
public static SoLDMResourceParameters.FixedResolutionReport.ReportCodes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoLDMResourceParameters.FixedResolutionReport.ReportCodes fromValue(int val)
valueOf(int)
instead.public static SoLDMResourceParameters.FixedResolutionReport.ReportCodes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com