public static enum OverlapTracker.IoUCalculation extends Enum<OverlapTracker.IoUCalculation>
| Modifier and Type | Method and Description |
|---|---|
String |
getInfoText() |
String |
toString() |
static OverlapTracker.IoUCalculation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlapTracker.IoUCalculation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlapTracker.IoUCalculation FAST
public static final OverlapTracker.IoUCalculation PRECISE
public static OverlapTracker.IoUCalculation[] values()
for (OverlapTracker.IoUCalculation c : OverlapTracker.IoUCalculation.values()) System.out.println(c);
public static OverlapTracker.IoUCalculation 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 nullpublic String getInfoText()
public String toString()
toString in class Enum<OverlapTracker.IoUCalculation>Copyright © 2015–2021 Fiji. All rights reserved.