Packages

c

scalismo.transformations

TranslationAfterScalingAfterRotation

case class TranslationAfterScalingAfterRotation[D](translation: Translation[D], scaling: Scaling[D], rotation: Rotation[D]) extends SimilarityTransformation[D] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TranslationAfterScalingAfterRotation
  2. Serializable
  3. Product
  4. Equals
  5. SimilarityTransformation
  6. CanInvert
  7. CanDifferentiateWRTPosition
  8. ParametricTransformation
  9. Transformation
  10. Field
  11. Function1
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TranslationAfterScalingAfterRotation(translation: Translation[D], scaling: Scaling[D], rotation: Rotation[D])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(d: Double)(implicit scalar: Scalar[Point[D]]): Field[D, Double]
    Definition Classes
    Field
  4. def +(that: Field[D, Point[D]])(implicit scalar: Scalar[Point[D]]): Field[D, Point[D]]
    Definition Classes
    Field
  5. def -(that: Field[D, Point[D]])(implicit scalar: Scalar[Point[D]]): Field[D, Point[D]]
    Definition Classes
    Field
  6. def :*(that: Field[D, Point[D]])(implicit scalar: Scalar[Point[D]]): Field[D, Point[D]]
    Definition Classes
    Field
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def andThen[B](g: (Point[D]) => B): Field[D, B]
    Definition Classes
    Field → Function1
  9. def apply(x: Point[D]): Point[D]

    The value of the image at a given point.

    The value of the image at a given point. if an image is accessed outside of its definition, an exception is thrown

    Definition Classes
    Field → Function1
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val compTrans: CompositeDifferentiableTransformation[D, Translation, ScalingAfterRotation]
  13. def compose(t: (Point[D]) => Point[D]): Field[D, Point[D]]
    Definition Classes
    Field
  14. def compose[A](g: (A) => Point[D]): (A) => Point[D]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def derivativeWRTParameters: JacobianField[D]
  16. def derivativeWRTPosition: (Point[D]) => SquareMatrix[D]

    Derivative of the transform evaluated at a point

    Derivative of the transform evaluated at a point

    Definition Classes
    TranslationAfterScalingAfterRotationCanDifferentiateWRTPosition
  17. def discretize[DDomain[DD] <: DiscreteDomain[DD]](domain: DDomain[D], outsideValue: Point[D]): DiscreteField[D, DDomain, Point[D]]
    Definition Classes
    Field
  18. def domain: Domain[D]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def f: (Point[D]) => Point[D]
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def inverse: RotationAfterScalingAfterTranslation[D]
  24. def isDefinedAt(pt: Point[D]): Boolean

    True if the image is defined at the given point

    True if the image is defined at the given point

    Definition Classes
    Field
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def liftValues: Field[D, Option[Point[D]]]

    Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is outside of the domain

    Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is outside of the domain

    Definition Classes
    Field
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def numberOfParameters: Int
  31. def parameters: DenseVector[Double]
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. val rotation: Rotation[D]
  34. val scaling: Scaling[D]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  37. val translation: Translation[D]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def takeDerivative(p: Point[D]): SquareMatrix[D]
    Definition Classes
    CanDifferentiateWRTPosition
    Annotations
    @deprecated
    Deprecated

    (Since version v0.19) please use derivative instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimilarityTransformation[D]

Inherited from CanDifferentiateWRTPosition[D]

Inherited from ParametricTransformation[D]

Inherited from Transformation[D]

Inherited from Field[D, Point[D]]

Inherited from (Point[D]) => Point[D]

Inherited from AnyRef

Inherited from Any

Ungrouped