[Insight-developers] changes in itk::Mesh

Luis Ibanez ibanez@choroid.cs.unc.edu
Wed, 10 Oct 2001 23:26:40 -0400 (EDT)


Hi,

some changes were introduced in itk::Mesh.

The mesh has the following containers:

- PointsContainer
- PointDataContainer
- CellsContainer
- CellDataContainer

The cell data types and point data types were
previously declared as being of the same type.

A different type has been introduced such that
cell data can have a different type from the
point data.



Luis