public static enum SoLDMGlobalResourceParameters.VisualFeedbackParams extends java.lang.Enum<SoLDMGlobalResourceParameters.VisualFeedbackParams> implements IntegerValuedEnum
setVisualFeedbackParam()
method.Enum Constant and Description |
---|
DRAW_SLICES_TEX
Use texturing for
SoOrthoSlice , SoObliqueSlice , and SoVolumeGeometry primitives. |
DRAW_TILE_OUTLINE
Draw tile outlines for all primitives.
|
DRAW_TILES
Draw the tiles of
SoVolumeRender or SoVolumeSkin primitives. |
DRAW_TOPOLOGY
Show tiles loaded in main memory.
|
SHOW_LOAD_UNLOAD_TILES
Show tiles loaded (in red) and unloaded (in blue) in texture memory.
|
SHOW_TILES_VALUATED
Show tiles visited by the Tile Visitor.
|
USE_FAKE_DATA
Use fake data instead of the real data during loading into main memory.
|
Modifier and Type | Method and Description |
---|---|
static SoLDMGlobalResourceParameters.VisualFeedbackParams |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoLDMGlobalResourceParameters.VisualFeedbackParams |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoLDMGlobalResourceParameters.VisualFeedbackParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoLDMGlobalResourceParameters.VisualFeedbackParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoLDMGlobalResourceParameters.VisualFeedbackParams DRAW_TILES
SoVolumeRender
or SoVolumeSkin
primitives.
They are drawn by default.public static final SoLDMGlobalResourceParameters.VisualFeedbackParams DRAW_SLICES_TEX
SoOrthoSlice
, SoObliqueSlice
, and SoVolumeGeometry primitives.
They are used by default.public static final SoLDMGlobalResourceParameters.VisualFeedbackParams DRAW_TOPOLOGY
public static final SoLDMGlobalResourceParameters.VisualFeedbackParams DRAW_TILE_OUTLINE
public static final SoLDMGlobalResourceParameters.VisualFeedbackParams SHOW_TILES_VALUATED
For the default LDM implementation, displays an octree representation showing traversal of the octree. Red dots are tiles that have been valuated. Blue indicates the minimum and maximum resolution thresholds. Yellow shows the octree itself.
public static final SoLDMGlobalResourceParameters.VisualFeedbackParams SHOW_LOAD_UNLOAD_TILES
public static final SoLDMGlobalResourceParameters.VisualFeedbackParams USE_FAKE_DATA
public static SoLDMGlobalResourceParameters.VisualFeedbackParams[] values()
for (SoLDMGlobalResourceParameters.VisualFeedbackParams c : SoLDMGlobalResourceParameters.VisualFeedbackParams.values()) System.out.println(c);
public static SoLDMGlobalResourceParameters.VisualFeedbackParams 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 SoLDMGlobalResourceParameters.VisualFeedbackParams fromValue(int val)
valueOf(int)
instead.public static SoLDMGlobalResourceParameters.VisualFeedbackParams 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