Package boofcv.generate
Enum Class AutoTypeImage
- All Implemented Interfaces:
Serializable
,Comparable<AutoTypeImage>
,java.lang.constant.Constable
Image information for auto generated code
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AutoTypeImage[]
static AutoTypeImage[]
getImageName
(ImageType.Family family) static AutoTypeImage[]
getMax()
getMin()
getName
(ImageType.Family family) static AutoTypeImage[]
static AutoTypeImage[]
static AutoTypeImage[]
static AutoTypeImage[]
boolean
isSigned()
static AutoTypeImage
Returns the enum constant of this class with the specified name.static AutoTypeImage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
I
-
I8
-
U8
-
S8
-
I16
-
U16
-
S16
-
S32
-
S64
-
F32
-
F64
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIntegerTypes
-
getFloatingTypes
-
getGenericTypes
-
getReallyGenericTypes
-
getSpecificTypes
-
getSigned
-
getUnsigned
-
getImageName
-
getBorderNameSB
-
getKernelType
-
getDogArrayType
-
getKernelDataType
-
getInterleavedName
-
getLetter
-
getLetterSum
-
getSingleBandName
-
getName
-
getMaxForSumType
-
getSumNumberToType
-
isSigned
public boolean isSigned() -
getTypeCastFromSum
-
getAbbreviatedType
-
getGenericAbbreviated
-
getRandType
-
getMax
-
getMin
-