[Insight-users] Name conflict

Dill, John john-dill at uiowa.edu
Wed, 28 Jan 2004 15:15:56 -0600


I am having issues with my application and one of the itk txx files.  I am
integrating some itk code into my application which uses motif.  A motif
header file defines Dimension, which is also used in
itkDiscreteGaussianImageFilter.txx, is giving a name conflict.  I include
both headers in the same file at the moment, but am looking for a way to get
around this.  I will try to separate the registration algorithm into a
separate file if possible and see if that fixes it.  If anyone has dealt
with this before and has a solution, let me know.

Thanks,
John