public class RealTransformSequence extends AbstractRealTransformSequence<RealTransform>
RealTransforms
. If empty, will behave as the identity transformation.nSource, nTarget, ptmp, tmp, transforms
Constructor and Description |
---|
RealTransformSequence() |
Modifier and Type | Method and Description |
---|---|
RealTransformSequence |
copy()
Create a deep copy of this
RealTransform . |
add, apply, apply, apply, isIdentity, numSourceDimensions, numTargetDimensions
public RealTransformSequence copy()
RealTransform
RealTransform
.
Deep copying is required to make sure that stateful RealTransforms
can be duplicated for concurrent code.
copy
in interface RealTransform
copy
in class AbstractRealTransformSequence<RealTransform>
Copyright © 2015–2022 ImgLib2. All rights reserved.