public static enum SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes extends java.lang.Enum<SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes> implements IntegerValuedEnum
Enum Constant and Description |
---|
BALL
The set of all points situated at a distance less or equal to textonSize from the center.
|
CUBE
The set of all points associated to corners, middles of edges and middles of faces of a cube of size textonSize.
|
SPHERE
The set of all points situated at the same euclidean distance textonSize from the center.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes CUBE
public static final SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes SPHERE
public static final SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes BALL
public static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes[] values()
for (SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes c : SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes.values()) System.out.println(c);
public static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes 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 static SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com