LinearImageInterpolator3D

scalismo.common.interpolation.LinearImageInterpolator3D
case class LinearImageInterpolator3D[A]()(implicit evidence$3: ValueInterpolator[A]) extends LinearImageInterpolator[_3D, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Interpolates a given discrete field using the given interpolator.

Interpolates a given discrete field using the given interpolator.

Attributes

df

the discrete field to be interpolated

Returns:

A continuous field of the same type.

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product