public static enum RoiManagerAdapter.RoiReader.TargetFormat extends Enum<RoiManagerAdapter.RoiReader.TargetFormat>
Enum Constant and Description |
---|
POLYGONS
Convert into
MTBPolygon2D and get a MTBPolygon2DSet . |
REGIONS
Convert into
MTBRegion2D and get a MTBRegion2DSet . |
SNAKES
Convert into
MTBSnake and get a MTBPolygon2DSet . |
Modifier and Type | Method and Description |
---|---|
static RoiManagerAdapter.RoiReader.TargetFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoiManagerAdapter.RoiReader.TargetFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoiManagerAdapter.RoiReader.TargetFormat POLYGONS
MTBPolygon2D
and get a MTBPolygon2DSet
.public static final RoiManagerAdapter.RoiReader.TargetFormat SNAKES
MTBSnake
and get a MTBPolygon2DSet
.public static final RoiManagerAdapter.RoiReader.TargetFormat REGIONS
MTBRegion2D
and get a MTBRegion2DSet
.public static RoiManagerAdapter.RoiReader.TargetFormat[] values()
for (RoiManagerAdapter.RoiReader.TargetFormat c : RoiManagerAdapter.RoiReader.TargetFormat.values()) System.out.println(c);
public static RoiManagerAdapter.RoiReader.TargetFormat 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.