MITKRegistrationHelper.
More...
#include <mitkRegistrationHelper.h>
MITKRegistrationHelper.
- Warning
- This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
Definition at line 39 of file mitkRegistrationHelper.h.
◆ Affine3DTransformType
◆ Registration3DType
◆ RegistrationBaseType
◆ getAffineMatrix() [1/2]
static Affine3DTransformType::Pointer mitk::MITKRegistrationHelper::getAffineMatrix |
( |
const mitk::MAPRegistrationWrapper * |
wrapper, |
|
|
bool |
inverseKernel |
|
) |
| |
|
static |
Extracts the affine transformation, if possible, of the selected kernel.
- Parameters
-
wrapper | Pointer to the registration that is target of the extraction |
inverseKernel | Indicates from which kernel the matrix should be extract. True: inverse kernel, False: direct kernel. |
- Returns
- Pointer to the extracted transform. If it is not possible to convert the kernel into an affine transform a null pointer is returned.
- Precondition
- wrapper must point to a valid instance.
-
wrapper must be a 3D-3D registration.
◆ getAffineMatrix() [2/2]
static Affine3DTransformType::Pointer mitk::MITKRegistrationHelper::getAffineMatrix |
( |
const RegistrationBaseType * |
registration, |
|
|
bool |
inverseKernel |
|
) |
| |
|
static |
◆ ImageNodePredicate()
Returns a node predicate that identifies image nodes.
◆ is3D() [1/2]
◆ is3D() [2/2]
◆ IsRegNode()
static bool mitk::MITKRegistrationHelper::IsRegNode |
( |
const mitk::DataNode * |
node | ) |
|
|
static |
Checks if the passed Node contains a MatchPoint registration
- Parameters
-
node | Pointer to the node to be checked.* |
- Returns
- true: node contains a MAPRegistrationWrapper. false: "node" does not point to a valid instance or does not contain a registration wrapper.
◆ MaskNodePredicate()
Returns a node predicate that identifies segmentation/mask nodes.
◆ PointSetNodePredicate()
Returns a node predicate that identifies point set nodes.
◆ RegNodePredicate()
Returns a node predicate that identifies registration nodes.
The documentation for this class was generated from the following file: