[ITK] [ITK-users] Where can I get ItKVtkGlue

Matt McCormick matt.mccormick at kitware.com
Wed Oct 29 11:29:44 EDT 2014


Hi Abdul,

ITKVtkGlue used to be a separate project, but it is now integrated
into ITK as the module ITKVtkGlue.  You can enable in your ITK CMake
configuration by setting

  Module_ITKVtkGlue

to ON.

It requires a build of VTK.

Hope this helps,
Matt

On Wed, Oct 29, 2014 at 10:10 AM, Abdul Abdul <abdul.sw84 at gmail.com> wrote:
> Hello,
>
> I'm trying to run this example:
> http://www.itk.org/Wiki/ITK/Examples/IO/ImageFileReader
>
> But, get the following when I "configure" in CMake:
>
> CMake Error at CMakeLists.txt:11 (find_package):
> By not providing "FindItkVtkGlue.cmake" in CMAKE_MODULE_PATH this project
> has asked CMake to find a package configuration file provided by
> "ItkVtkGlue", but CMake did not find one.
>
> Could not find a package configuration file provided by "ItkVtkGlue" with
> any of the following names:
>
> ItkVtkGlueConfig.cmake
> itkvtkglue-config.cmake
>
> Add the installation prefix of "ItkVtkGlue" to CMAKE_PREFIX_PATH or set
> "ItkVtkGlue_DIR" to a directory containing one of the above files. If
> "ItkVtkGlue" provides a separate development package or SDK, be sure it has
> been installed.
>
> It seems I need "ItkVtkGlue"? Where can I download it? And, what should I do
> to combine it with the program?
>
> Thanks.
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list