public static enum MTBSegmentationInterface.SegmentationDimension extends Enum<MTBSegmentationInterface.SegmentationDimension>
Enum Constant and Description |
---|
dim_2
2D segmentation data.
|
dim_3
3D segmentation data.
|
Modifier and Type | Method and Description |
---|---|
static MTBSegmentationInterface.SegmentationDimension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBSegmentationInterface.SegmentationDimension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBSegmentationInterface.SegmentationDimension dim_2
public static final MTBSegmentationInterface.SegmentationDimension dim_3
public static MTBSegmentationInterface.SegmentationDimension[] values()
for (MTBSegmentationInterface.SegmentationDimension c : MTBSegmentationInterface.SegmentationDimension.values()) System.out.println(c);
public static MTBSegmentationInterface.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.