[vtkusers] vtk dicom module

David Gobbi david.gobbi at gmail.com
Tue Feb 23 08:53:37 EST 2016


To build vtk-dicom as a remote module, you can do this:

1) Rename vtk-dicom to vtkDICOM and move it into the "Remote" directory in
the VTK source tree. (It must be the VTK source tree.  Do not move it into
the VTK build tree.)

2) Edit the file Remote/vtkDICOM.remote.cmake in the VTK source tree, and
replace it with this text:

vtk_fetch_module(vtkDICOM
  "Dicom classes and utilities"
  GIT_REPOSITORY https://github.com/dgobbi/vtk-dicom
  GIT_TAG 59be8005b676e5ad27ca9001289438e242dc0ea3
  )

3) Run cmake on VTK, with "Module_vtkDICOM:BOOL=ON"

4) Re-build VTK


On Tue, Feb 23, 2016 at 6:28 AM, emredeniz <emredeniz18 at hotmail.com> wrote:

> Hi all, ı'have downloaded and cloned vtk dicom module but could not
> entegrate
> in my project.
> I'm using vtk 6.3 on windows, what should ı do to use remoote module in vtk
> and how should ı install this module in cmake.
> thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160223/7cba8bf7/attachment.html>


More information about the vtkusers mailing list