> Assume that I have two cxx files: a.cxx and b.cxx and two head files: a.h > and b.h. > > > > I would like to define a global itk reader in a and then use that reader in > b. > > > > How to achieve this? > Add a third header file defining the global. John