[Insight-users] Rigid3DTransform make error

Nicholas Tustison ntustison at gmail.com
Sat Jan 7 10:06:17 EST 2012


Hi all,

If you look at the itkv4 Rigid3DTransform.h file, you'll see the following
(lines 59-62):

#ifdef ITKV3_COMPATIBILITY
  /** Run-time type information (and related methods).   */
  itkNewMacro(Self);
#endif

I'm guessing what happened is that going from itkv3 to itkv4 caused the 
powers-that-be to remove this transform from possible conventional use 
(similar to MatrixOffsetTransformBase) as Sara found and for the reasons 
that Brian gave.  So when people switch from ITKv3 to ITKv4, they should 
keep this in mind.  I'm sure there's a migration document somewhere but
I'm too lazy to look for it.

Nick 


On Jan 7, 2012, at 8:28 AM, David Doria wrote:

> On Fri, Jan 6, 2012 at 8:28 PM, Sara Rolfe <smrolfe at u.washington.edu> wrote:
>> I've discovered that this was probably related to a problem in ITK 3.18.  I
>> just switched to a machine with ITK 3.20 and it compiled with no errors.
>> 
>> Thanks,
>> Sara
> 
> I tried it with git master and it did not compile - the same error as
> you stated originally.
> 
> David
> _____________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> 
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
> 
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list