public static enum SegmentationInitializer.SegmentationDimension extends Enum<SegmentationInitializer.SegmentationDimension>
Enum Constant and Description |
---|
DIM_2
Initialize an object of type
MTBSegmentation2D . |
DIM_3
Initialize an object of type
MTBSegmentation3D . |
DIM_DATA_DEPENDENT
The type of the initialized objects depends on dimensionality of data.
|
Modifier and Type | Method and Description |
---|---|
static SegmentationInitializer.SegmentationDimension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentationInitializer.SegmentationDimension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentationInitializer.SegmentationDimension DIM_2
MTBSegmentation2D
.public static final SegmentationInitializer.SegmentationDimension DIM_3
MTBSegmentation3D
.public static final SegmentationInitializer.SegmentationDimension DIM_DATA_DEPENDENT
public static SegmentationInitializer.SegmentationDimension[] values()
for (SegmentationInitializer.SegmentationDimension c : SegmentationInitializer.SegmentationDimension.values()) System.out.println(c);
public static SegmentationInitializer.SegmentationDimension valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.