FilterType enum

Represents a filter type.

Inheritance

Constructors

FilterType()
const

Values

UndefinedFilter → const FilterType
PointFilter → const FilterType
BoxFilter → const FilterType
TriangleFilter → const FilterType
HermiteFilter → const FilterType
HannFilter → const FilterType
HammingFilter → const FilterType
BlackmanFilter → const FilterType
GaussianFilter → const FilterType
QuadraticFilter → const FilterType
CubicFilter → const FilterType
CatromFilter → const FilterType
MitchellFilter → const FilterType
JincFilter → const FilterType
SincFilter → const FilterType
SincFastFilter → const FilterType
KaiserFilter → const FilterType
WelchFilter → const FilterType
ParzenFilter → const FilterType
BohmanFilter → const FilterType
BartlettFilter → const FilterType
LagrangeFilter → const FilterType
LanczosFilter → const FilterType
LanczosSharpFilter → const FilterType
Lanczos2Filter → const FilterType
Lanczos2SharpFilter → const FilterType
RobidouxFilter → const FilterType
RobidouxSharpFilter → const FilterType
CosineFilter → const FilterType
SplineFilter → const FilterType
LanczosRadiusFilter → const FilterType
CubicSplineFilter → const FilterType
SentinelFilter → const FilterType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FilterType>
A constant List of the values in this enum, in order of their declaration.