SoLDMGlobalResourceParameters#VisualFeedbackParam
enum instead.@Deprecated public static enum SoVolumeRendering.VisualFeedbackParams extends java.lang.Enum<SoVolumeRendering.VisualFeedbackParams> implements IntegerValuedEnum
Enum Constant and Description |
---|
DRAW_SLICES_TEX
Deprecated.
|
DRAW_TILE_OUTLINE
Deprecated.
|
DRAW_TILES
Deprecated.
|
DRAW_TOPOLOGY
Deprecated.
|
SHOW_LOAD_UNLOAD_TILES
Deprecated.
|
SHOW_TILES_VALUATED
Deprecated.
|
USE_FAKE_DATA
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SoVolumeRendering.VisualFeedbackParams |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Deprecated.
Returns the integer value of the enum constant.
|
static SoVolumeRendering.VisualFeedbackParams |
valueOf(int val)
Deprecated.
Returns the enum constant of this type with the specified integer value
|
static SoVolumeRendering.VisualFeedbackParams |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SoVolumeRendering.VisualFeedbackParams[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final SoVolumeRendering.VisualFeedbackParams DRAW_TILES
SoVolumeRender
or SoVolumeSkin
primitives.
They are drawn by default.@Deprecated public static final SoVolumeRendering.VisualFeedbackParams DRAW_SLICES_TEX
SoOrthoSlice
, SoObliqueSlice
, and SoVolumeSkin
primitives.
They are used by default.@Deprecated public static final SoVolumeRendering.VisualFeedbackParams DRAW_TOPOLOGY
@Deprecated public static final SoVolumeRendering.VisualFeedbackParams DRAW_TILE_OUTLINE
@Deprecated public static final SoVolumeRendering.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.
@Deprecated public static final SoVolumeRendering.VisualFeedbackParams SHOW_LOAD_UNLOAD_TILES
@Deprecated public static final SoVolumeRendering.VisualFeedbackParams USE_FAKE_DATA
public static SoVolumeRendering.VisualFeedbackParams[] values()
for (SoVolumeRendering.VisualFeedbackParams c : SoVolumeRendering.VisualFeedbackParams.values()) System.out.println(c);
public static SoVolumeRendering.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 nullpublic int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
public static SoVolumeRendering.VisualFeedbackParams valueOf(int val)
@Deprecated public static SoVolumeRendering.VisualFeedbackParams fromValue(int val)
valueOf(int)
instead.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com