[Insight-developers] ThresholdLevelSetSegmentationImageFilter & Borland

Luis Ibanez luis.ibanez@kitware.com
Tue, 19 Nov 2002 09:26:47 -0500


Hi Josh,

Dean suggested yesterday a solution for the
conflicts between the Borland compiler and the
ThresholdLevelSetSegmentationImageFilter.

He proposed to move the body of the Set/Get
methods to the .txx file.  This seems to
get rid of the compiler error about not
being able to interpret the ivar SmartPointer
to the Function.

It looks like there is no drawback in moving
the implementation of the methods to the .txx
file.

The changes were made yesterday and seem to be
passing ok with other compilers.

It is still unclear why Borland had a conflict
with the definitions being done on the header...



   Luis