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