User:Dgobbi: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Projects == | |||
=== Active Projects === | |||
* [[VTK/Image Rendering Classes|Image rendering classes (start Dec 20, 2010)]] | |||
=== Ongoing Projects === | |||
* [[VTK/Python Wrapper Enhancement|Python wrapper enhancements]] | |||
=== Completed Projects === | |||
* [[VTK/New CellPicker | New Cell Picker and Volume Picking (start Nov 2010, finish Feb 2010)]] | |||
* [[VTK/Closed Surface Clipping | Clipping of closed surfaces (start Mar 26, 2010, finish Apr 22, 2010)]] | |||
* [[VTK/Wrapper Update 2010 | New wrappers (start Apr 28, 2010)]] | |||
=== Projects On Hold === | |||
* [[VTK/Image Stencil Improvements | Improved image stencil support (start Nov 3, 2010)]] | |||
** requires better integration with imaging pipeline | |||
* [[VTK/MNI File Formats | MNI file formats]] | |||
** requires support for hdf/minc2, but otherwise complete | |||
== Maintenance == | |||
* Python wrappers | |||
* Core wrapper infrastructure | |||
* Imaging pipeline | |||
* Anything transform related | |||
== VTK Reorg == | == VTK Reorg == | ||
Line 83: | Line 113: | ||
</pre> | </pre> | ||
Revision as of 22:52, 7 April 2011
Projects
Active Projects
Ongoing Projects
Completed Projects
- New Cell Picker and Volume Picking (start Nov 2010, finish Feb 2010)
- Clipping of closed surfaces (start Mar 26, 2010, finish Apr 22, 2010)
- New wrappers (start Apr 28, 2010)
Projects On Hold
- Improved image stencil support (start Nov 3, 2010)
- requires better integration with imaging pipeline
- MNI file formats
- requires support for hdf/minc2, but otherwise complete
Maintenance
- Python wrappers
- Core wrapper infrastructure
- Imaging pipeline
- Anything transform related
VTK Reorg
[Core/ComputationalGeometry] -> [Core/Math] Filtering/vtkCardinalSpline.cxx: Filtering/vtkCardinalSpline.h: Filtering/vtkKochanekSpline.cxx: Filtering/vtkKochanekSpline.h: [Core/DataModel] -> [Core/Math] Filtering/vtkSpline.cxx: Filtering/vtkSpline.h: {IO/Exporters] -> [IO/Core] (or [IO/Image]) - these aren't exporters in the VTK sense Imaging/vtkImageExport.cxx: Imaging/vtkImageExport.h: {IO/Importers] -> [IO/Core] (or [IO/Image]) - these aren't importers in the VTK sense Imaging/vtkImageImport.cxx: Imaging/vtkImageImport.h: Imaging/vtkImageImportExecutive.cxx: Imaging/vtkImageImportExecutive.h: [IO/Image] ->[IO/Core] - not image-specific IO/vtkZLibDataCompressor.cxx: IO/vtkZLibDataCompressor.h: [IO/Geometry] -> [IO/Core] - definitely go in core IO/vtkSortFileNames.cxx: IO/vtkSortFileNames.h: [IO/MNIT] -> [IO/MINC] - these are closely related to MINC files and should go with them Hybrid/vtkMNIObjectReader.cxx: Hybrid/vtkMNIObjectReader.h: Hybrid/vtkMNIObjectWriter.cxx: Hybrid/vtkMNIObjectWriter.h: Hybrid/vtkMNITagPointReader.cxx: Hybrid/vtkMNITagPointReader.h: Hybrid/vtkMNITagPointWriter.cxx: Hybrid/vtkMNITagPointWriter.h: Hybrid/vtkMNITransformReader.cxx: Hybrid/vtkMNITransformReader.h: Hybrid/vtkMNITransformWriter.cxx: Hybrid/vtkMNITransformWriter.h: [Filters/Video] -> [IO/Video] - these talk to the hardware, so are really IO Hybrid/vtkMILVideoSource.cxx: Hybrid/vtkMILVideoSource.h: Hybrid/vtkVideoSource.cxx: Hybrid/vtkVideoSource.h: Hybrid/vtkWin32VideoSource.cxx: Hybrid/vtkWin32VideoSource.h: