]> Creatis software - clitk.git/blobdiff - registration/clitkMultipleBSplineDeformableTransform.h
Added Get function for the vector of transforms
[clitk.git] / registration / clitkMultipleBSplineDeformableTransform.h
index 09f008faa65ffe3f04d560038ce87770ff74c3ce..84e8f7494b4918dfcf465f961c830bf82c56a9fc 100644 (file)
@@ -233,6 +233,8 @@ namespace clitk
 
     typedef  clitk::BSplineDeformableTransform<TCoordRep,InputDimension, OutputDimension > TransformType;
 
+    const std::vector<typename TransformType::Pointer> &GetTransforms() { return m_trans; }
+
   protected:
 
     void PrintSelf(std::ostream &os, itk::Indent indent) const;