Agenda&Status 110306: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
 
Line 14: Line 14:


* Copyright Cleansing
* Copyright Cleansing
** dsrc2c.c file: Copyright owned by IMSL Inc. No license available
** FEM Linear Solver Itpack depended on dsrc2c.c
** FEM Sparse Itkpack matrix depended on dsrc2c.c
** These files were removed from the toolkit.
** We are left with the VNL linear solver, we need a new one suitable for sparse large matrices.
* Inlining issues
* Inlining issues
* SGI fixed:  
* SGI fixed:  

Latest revision as of 17:40, 3 November 2006

Agenda

Project Management

  • ITK 3.0 Release for October 31
    • Schedule
    • In Process, Delayed
    • New target
      • Tagging on Monday November 6th
      • Cutting tarballs on November 8th

Technical Topics

  • Copyright Cleansing
    • dsrc2c.c file: Copyright owned by IMSL Inc. No license available
    • FEM Linear Solver Itpack depended on dsrc2c.c
    • FEM Sparse Itkpack matrix depended on dsrc2c.c
    • These files were removed from the toolkit.
    • We are left with the VNL linear solver, we need a new one suitable for sparse large matrices.
  • Inlining issues
  • SGI fixed:
    • ResampleImageFilter Overused dynamic_casting: non-scalable method
    • Transforms now have an IsLinear() method to be used instead
    • The method is defined in two transform: itkTransform and itkKernelTransform.
  • SpatialOrientationAdapter is not templated anymore.
    • Link problems. In general from methods that have switch statements.