Skip to content
Snippets Groups Projects
  1. Jul 20, 2015
  2. Jul 19, 2015
  3. Jul 18, 2015
  4. Jul 17, 2015
  5. Jul 16, 2015
  6. Jul 15, 2015
    • Bill Lorensen's avatar
      ENH: Remote module capability · ef927f02
      Bill Lorensen authored
      A preliminary implementation of Remote modules. This approach follows
      the ITK implementation.
      
      Three remote modules are included for testing
       David Doria's Poissoin Reconstruction, David Gobbi's vtkDICOM and Slicer's vtkAddon.
      
      To configure vtk with these remote modules:
      cmake -DvtkAddon:BOOL=ON -DModule_PoissonReconstruction:BOOL=ON -DModule_vtkDICOM:BOOL=ON vtk_source_dir
      make
      ef927f02
Loading