[Insight-developers] MetaDataObject Checkins

Lorensen, William E (Research) lorensen@crd.ge.com
Mon, 10 Mar 2003 09:13:16 -0500


Hans,

I corrected a couple of problems with your checkins.

1) itkMetaDataObject.txx did not have #define guards around the code. In itk, all .txx files must be
includable on their own. To enforce this, the header test generator will include the .txx file if one
exists. I added guards.

2) I removed the specialization of the printself methods. The usage was not portable, but looking
into at the code it l;ooks like you don't need the specialization. I moved the output into the
class's PrintSelf. I lalso removed all the code form the itkMetaDataObject.cxx file. I did not remove
that file form CMakeLists.txt file because I wasn't sure if you have future plans for this file.

I made the changes so that we can get some clean continuous builds early today. I know that Bill Hoff
is ready to check in his vnl changes.

Bill