[med-svn] r2208 - in trunk/packages/insighttoolkit/trunk/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Wed Jul 9 04:01:16 UTC 2008


Author: smr
Date: 2008-07-09 04:01:15 +0000 (Wed, 09 Jul 2008)
New Revision: 2208

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
Log:
Qualify typedefs in itkAutomaticTopologyMeshSource.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-07-09 01:31:54 UTC (rev 2207)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-07-09 04:01:15 UTC (rev 2208)
@@ -2,7 +2,7 @@
 
   [Steve M. Robbins]
   * debian/patches/gcc43.patch: Include <cstring> in itkColorTable.txx and
-    itkMetaDataObject.h
+    itkMetaDataObject.h.  Qualify typedefs in itkAutomaticTopologyMeshSource.
   
   * debian/control: Update dependency on debhelper to (>=6.0.7) to account
     for use of dh_lintian.

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch	2008-07-09 01:31:54 UTC (rev 2207)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch	2008-07-09 04:01:15 UTC (rev 2208)
@@ -274,3 +274,24 @@
  
  namespace itk
  {
+--- insighttoolkit-3.6.0.orig/Code/Algorithms/itkAutomaticTopologyMeshSource.h
++++ insighttoolkit-3.6.0/Code/Algorithms/itkAutomaticTopologyMeshSource.h
+@@ -127,12 +127,12 @@
+   typedef typename CellType::CellAutoPointer CellAutoPointer;
+ 
+   /** Different kinds of cells. */
+-  typedef VertexCell< CellType >             VertexCell;
+-  typedef LineCell< CellType >               LineCell;
+-  typedef TriangleCell< CellType >           TriangleCell;
+-  typedef QuadrilateralCell< CellType >      QuadrilateralCell;
+-  typedef TetrahedronCell< CellType >        TetrahedronCell;
+-  typedef HexahedronCell< CellType >         HexahedronCell;
++  typedef itk::VertexCell< CellType >        VertexCell;
++  typedef itk::LineCell< CellType >          LineCell;
++  typedef itk::TriangleCell< CellType >      TriangleCell;
++  typedef itk::QuadrilateralCell< CellType > QuadrilateralCell;
++  typedef itk::TetrahedronCell< CellType >   TetrahedronCell;
++  typedef itk::HexahedronCell< CellType >    HexahedronCell;
+ 
+   /** This class requires that the mesh being built use unsigned long
+    * as the identifier type for all its elements. */




More information about the debian-med-commit mailing list