NumericalImage

case class NumericalImage(map: Map[(Double, Double), Double], name: String) extends Data
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any

Value members

Concrete methods

override def hashCode(): Int
Definition Classes
Any
override def isEmpty: Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product