Skip to content
Snippets Groups Projects
Commit a997d49a authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : add getters on First & Second Transform in GenericRSTransform

parent 05558938
Branches
Tags
No related merge requests found
...@@ -111,6 +111,10 @@ public : ...@@ -111,6 +111,10 @@ public :
/** Set second transformation */ /** Set second transformation */
itkSetObjectMacro(SecondTransform,SecondTransformType); itkSetObjectMacro(SecondTransform,SecondTransformType);
/** Get First and second transform*/
itkGetConstReferenceMacro(FirstTransform,FirstTransformPointerType);
itkGetConstReferenceMacro(SecondTransform,SecondTransformPointerType);
/** Method to transform a point. */ /** Method to transform a point. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment