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