Agenda&Status 070408: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: === Project Management === * ITK 3.8 release schedule ** http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.8_Schedule * Moving to CMake 2.6 * [[ITK Adopt a Bug Program|Adopt a Bug ...) |
Agouaillard (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
* Moving to CMake 2.6 | * Moving to CMake 2.6 | ||
* [[ITK Adopt a Bug Program|Adopt a Bug Program]] | * [[ITK Adopt a Bug Program|Adopt a Bug Program]] | ||
=== Technical Topics === | |||
* itk::Mesh | |||
- point traits and itk::MeshToMeshFilter issue (different TInputMeshType and TOutputMeshType lead to crash at run time) | |||
- what happen exactly when the filters copy cells (see itkWarpMeshFIlter for exemple: the outputmesh->SetCell( inputMesh->GetCell( ) ) ) | |||
* QuadEdgeMesh | |||
- Mutable priority list ready (IJ paper written) | |||
- Decimation Ready (IJ paper written) | |||
- Delaunay conform-ization ready (IJ paper written) | |||
- Robust and Direct Spherical Parameterization Ready | |||
- Normal filter Ready | |||
The interest for surface filters was obvious at NAMIC, can we directly move the code to REVIEW ? | |||
Bill was suggesting that we make a package "datasrtucture+filters" for the september release of ITK?? | |||
- update on simplex mesh refactoring. |
Latest revision as of 22:25, 28 June 2008
Project Management
- ITK 3.8 release schedule
- Moving to CMake 2.6
- Adopt a Bug Program
Technical Topics
- itk::Mesh
- point traits and itk::MeshToMeshFilter issue (different TInputMeshType and TOutputMeshType lead to crash at run time)
- what happen exactly when the filters copy cells (see itkWarpMeshFIlter for exemple: the outputmesh->SetCell( inputMesh->GetCell( ) ) )
- QuadEdgeMesh
- Mutable priority list ready (IJ paper written)
- Decimation Ready (IJ paper written)
- Delaunay conform-ization ready (IJ paper written)
- Robust and Direct Spherical Parameterization Ready
- Normal filter Ready
The interest for surface filters was obvious at NAMIC, can we directly move the code to REVIEW ?
Bill was suggesting that we make a package "datasrtucture+filters" for the september release of ITK??
- update on simplex mesh refactoring.