ProductTransformationSpace

scalismo.transformations.ProductTransformationSpace
case class ProductTransformationSpace[D, OuterTS <: (TransformationSpaceWithDifferentiableTransforms), InnerTS <: (TransformationSpace)](outerTS: OuterTS[D], innerTS: InnerTS[D]) extends TransformationSpace[D]

Attributes

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

Members list

Concise view

Type members

Types

override type T[D] = CompositeTransformation[D, T, T]

Value members

Concrete methods

override def domain: Domain[D]

Attributes

Definition Classes
override def identityTransformation: T[D]

returns identity transformation)

returns identity transformation)

Attributes

Definition Classes
override def numberOfParameters: Int

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Deprecated and Inherited methods

Attributes

Deprecated
true
Inherited from:
TransformationSpace