Image<T> class abstract

File abstraction

Implementers

Constructors

Image({required int height, required int width, required int maxValue, required T defaultValue})
Image.allParameters({required int maxValue, required StaticMatrix<T> pixels})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
no setter
maxValue int
final
pixels StaticMatrix<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFile(String baseName) → void
Print image to file, extension is automatically asigned
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) List<T>
Override [] operator for direct access to data