• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MomentInvariants.remote.cmakeH A D04-Nov-2021220 108

PoissonReconstruction.remote.cmakeH A D04-Nov-2021265 109

Powercrust.remote.cmakeH A D04-Nov-2021250 119

README.mdH A D04-Nov-2021924 2116

RenderingLookingGlass.remote.cmakeH A D04-Nov-2021253 108

SignedTensor.remote.cmakeH A D04-Nov-2021266 119

SplineDrivenImageSlicer.remote.cmakeH A D04-Nov-2021295 108

vtkDICOM.remote.cmakeH A D04-Nov-2021231 119

README.md

1Remote Modules
2==============
3
4This directory is a place-holder for all remote modules distributed
5outside VTK's main repository.  Remote modules share the same
6directory structure as modules in the main repository.  They will be
7picked up by the configuration system and entered into the build after
8they are downloaded into this directory.
9
10Modules can be easily downloaded and accessible to the community by
11listing the module in the current directory.  For more information on
12adding a new module to the list of new modules, see the page that
13describes the policy and procedures for adding a new module:
14
15[Adding Remote Modules to VTK](http://www.vtk.org/Wiki/VTK/Remote_Modules)
16
17__NOTE__ that in each `<remote module name>.remote.cmake`, the first
18argument of the function vtk_fetch_module() is the name of the remote
19module, and it has to be consistent with the module name defined in
20the corresponding module.cmake.
21