[Insight-developers] Examples/Morphogenesis OperatingRoom

Luis Ibanez ibanez@choroid.cs.unc.edu
Tue, 16 Oct 2001 12:10:21 -0400 (EDT)


Hi,

Some comments/questions:

1) Shouldn't we avoid to mix C-like
   headers with C++-like headers ?

2) Should we eventually create the same
   relay mechanism of vcl for selecting
   <cmath> in some platforms and <math.h>
   in others ?

   by having our own headers with #ifdef's
   inside selecting cmath, or math.h for
   example. Something like:

   itkCmath.h
   itkCstdio.h
   itkCstdlib.h


 So far we have succed pretty well in
 keeping ITK clean from platform dependent
 #ifdef's,... and that's really good for
 future maintenance.


In the meantime,  I'll replace the c*.h
with  C-like includes, and maybe we could
talk about that on next friday TCon.


Luis