RotationAfterScaling
scalismo.transformations.RotationAfterScaling
case class RotationAfterScaling[D](rotation: Rotation[D], scaling: Scaling[D]) extends SimilarityTransformation[D]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait SimilarityTransformation[D]trait CanDifferentiateWRTPosition[D]trait ParametricTransformation[D]trait Transformation[D]class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
Attributes
- Definition Classes
Derivative of the transform evaluated at a point
Derivative of the transform evaluated at a point
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Transformation
Attributes
- Definition Classes
- Inherited from:
- Transformation
def discretize[DDomain <: (DiscreteDomain)](domain: DDomain[D], outsideValue: Point[D]): DiscreteField[D, DDomain, A]
Attributes
- Inherited from:
- Field
True if the image is defined at the given point
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
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Function1 -> Any
- Inherited from:
- Function1
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Inherited from:
- CanDifferentiateWRTPosition