[Insight-developers] itk::Path needs static dimension constant
Luis Ibanez
luis.ibanez at kitware.com
Wed Mar 1 16:16:53 EST 2006
Hi Zach,
The ITK release 2.6 has not been tagged yet.
We are sorting out the issues related to copyright of contributed code.
We appreciate that you were thoughtful and avoided to commit these
changes in the middle of the release process. However, the modification
seems to be benign enough for not raising any concerns. Please go ahead
and commit this change.
Thanks
Luis
=========================
Zachary Pincus wrote:
> Hi folks,
>
> I have noticed that itk::Path does not define a static dimensionality
> constant like all other classes which take a VDimension template
> parameter.
>
> I propose to add these lines to the header:
> /** Path dimension. The dimension of a path is fixed at construction. */
> itkStaticConstMacro(PathDimension, unsigned int, VDimension);
>
> I would ordinarily just commit the changes, but since I don't know the
> status of the 2.6 release (and the cvs might be locked down anyway), I
> won't. However, I propose that this change be incorporated sooner
> rather than later. Since there's no way this can break anything, and
> since the Path class is far less useful without it, this constant ought
> to make it in soon.
>
> Zach
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
>
>
More information about the Insight-developers
mailing list