This class implements the Transformer functor interface (specifically, the isAffine(), transform() and invTransform() methods) for a transform that maps an A grid into a B grid's index space such that, after resampling, A's index space and transform match B's index space and transform.
More...
#include <GridTransformer.h>
This class implements the Transformer functor interface (specifically, the isAffine(), transform() and invTransform() methods) for a transform that maps an A grid into a B grid's index space such that, after resampling, A's index space and transform match B's index space and transform.
§ ABTransform()
- Parameters
-
aXform | the A grid's transform |
bXform | the B grid's transform |
§ getA()
§ getB()
§ invTransform()
§ isAffine()
§ isIdentity()
bool isIdentity |
( |
| ) |
const |
|
inline |
§ transform()
The documentation for this class was generated from the following file: