[Insight-users] Best way to write transformation reader?

Raghavendra Chandrashekara rc3@doc.ic.ac.uk
Fri, 25 Apr 2003 17:03:27 +0100


Hi Folks,

I was wondering what the best way would be to write a transformation 
reader whose output will be a itk:BSplineDeformableTransform. I was 
thinking that I could write a class derived from itk::ProcessObject 
whose output will be itk::BSplineDeformableTransform. But I ran into a 
problem:

(1) The output from itk::ProcessObject is a itk::DataObject.
(2) itk::BSplineDeformableTransform is not derived from itk::DataObject.

I would be grateful for any advice...

Thanks,

Raghavendra.