[Insight-developers] Typedef style changes...
Will Schroeder
will.schroeder@kitware.com
Mon, 04 Dec 2000 16:27:40 -0500
Hi Folks-
I've changed several typedefs (mainly in the itkMesh class and related
classes) to be
consistent with the typedef style guidelines. I've tried to catch
everything, but beware
until we are compiling and testing everything.
The changes were things like adding "Type" to the end:
typedef typename MeshType::CoordRepType CoordRepType;
I'll work on the image classes tomorrow.
Will