Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 852
    • Issues 852
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 238
    • Merge requests 238
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Merge requests
  • !385

ENH: Remote module capability

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bill Lorensen requested to merge lorensen/vtk:RemoteModules into master Jul 08, 2015
  • Overview 26
  • Commits 1
  • Pipelines 0
  • Changes

An implementation of Remote modules. This approach follows the ITK implementation.

Three remote modules are included for testing David Doria's Poisson 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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: RemoteModules