[Insight-developers] typedef name changes

Will Schroeder will.schroeder@kitware.com
Tue, 05 Dec 2000 11:20:22 -0500


Hi Folks-

I've changed several typedef names. In itkImage and itkImageRegion I changed

  Region to RegionType
  Index to IndexType
  Size to SizeType

I've tried to fix the filters, code, and tests that depend on these 
typedefs, but without 100% compilation
it's easy to miss something.

Will