Package georegression.transform
Class InvertibleTransformSequence<T extends InvertibleTransform>
java.lang.Object
georegression.transform.InvertibleTransformSequence<T>
Given a sequence of InvertibleTransform
transforms it will compute a single
equivalent transform.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTransform
(boolean forward, T tran) Adds the next transform in the sequence.void
clear()
Clears the sequence of transform.void
computeTransform
(T result) getPath()
-
Constructor Details
-
InvertibleTransformSequence
public InvertibleTransformSequence()
-
-
Method Details
-
addTransform
Adds the next transform in the sequence.- Parameters:
forward
- Does the transform work in the forward or reverse direction.tran
- The transform.
-
clear
public void clear()Clears the sequence of transform. -
computeTransform
-
getPath
-