Remove tractography parts of vtkTeem, and SlicerDMRI remote module
Regarding vtkTeem: as far as I can tell, the removed libraries are only used by SlicerDMRI modules. I checked this by doing git clone
or svn co
on all registered extension scmurl
, and grep'ing for vtkTeem
. The only matches are:
- 'LASegmenter': specifying
vtkTeem_INCLUDES
is not necessary because it does not actually use vtkTeem. - 'Sequences': only used for vtkNRRD{Reader,Writer}, which are not being removed from base.
The vtkTeem history is being migrated, to the extent possible (goes back as far as svn can provide, to a rename in 2007). See https://github.com/SlicerDMRI/SlicerDMRI/tree/merge_vtkteem
SlicerDMRI will be distributed as an extension.
cc @ljod @pieper