[Insight-users] [ITK Community] Importing Const Data Buffer

Matt McCormick matt.mccormick at kitware.com
Fri Jan 17 12:55:02 EST 2014


Hi Andrew,

> Does a ConstPointer allow any changes to the underlying
> pixels/PixelContainer?
> This hails from the whole const pointer to a mutable type, and the
> possibility that the data can still be changed when the pointer itself is
> const.
>

Since ITK has fairly good const-correctness, changes will not occur in
the underlying pixel buffer.

Thanks,
Matt


More information about the Insight-users mailing list