Package | Description |
---|---|
net.imglib2.transform.integer |
Modifier and Type | Class and Description |
---|---|
class |
TranslationTransform
TODO
|
class |
TranslationTransform.InverseTranslationTransform |
Modifier and Type | Method and Description |
---|---|
Class<Translation> |
TranslationTransform.getConcatenableClass() |
Class<Translation> |
TranslationTransform.InverseTranslationTransform.getConcatenableClass() |
Class<Translation> |
TranslationTransform.getPreConcatenableClass() |
Class<Translation> |
TranslationTransform.InverseTranslationTransform.getPreConcatenableClass() |
Modifier and Type | Method and Description |
---|---|
TranslationTransform |
TranslationTransform.concatenate(Translation t) |
TranslationTransform |
TranslationTransform.InverseTranslationTransform.concatenate(Translation t) |
TranslationTransform |
TranslationTransform.preConcatenate(Translation t) |
TranslationTransform |
TranslationTransform.InverseTranslationTransform.preConcatenate(Translation t) |
void |
TranslationTransform.set(Translation transform)
set parameters to
transform . |
Copyright © 2015–2022 ImgLib2. All rights reserved.