[Insight-developers] itkLightObject Print() : const

Luis Ibanez ibanez@choroid.cs.unc.edu
Fri, 4 May 2001 17:11:53 -0400 (EDT)


Ok, the Print() method and its relatives:

PrintSelf()
PrintHeader()
PrintTrailer()

are now const.

That was a small modification in a lot of files, so
it is very likely that not everything is in sync yet.

We'll see what the dashboard brings...


Luis


-----------------



On Fri, 4 May 2001, Brad King wrote:
> The print method is a read-only function, and should
> therefore be const.  If this causes problems, then they should be fixed by
> some other method than making the Print method non-const.
>