[Insight-developers] ImageIntensity module missing from CMake?

Cory Quammen cquammen at cs.unc.edu
Tue Jun 28 08:52:58 EDT 2011


David,

I don't think the modules are exposed at that granularity.
ImageIntensity is under "ITKGroup_Filtering", so if you turn that on,
it will be available. To check, that the ImageIntensity module is
enabled, use

make help | grep ImageIntensity

You should get the build targets

... ITK-ImageIntensity-all
... ITK-ImageIntensityTestDriver

One other note: even if you enable all modules, you can build just the
ITK-ImageIntensity tests with

make ITK-ImageIntensityTestDriver

- Cory

On Tue, Jun 28, 2011 at 8:34 AM, David Doria <daviddoria at gmail.com> wrote:
> I am making a small change in one of the classes in the ImageIntensity
> module. I thought I would take advantage of the new modularity and
> only build the module I was interested in so the tests would build in
> a much shorter time than for the whole toolkit. However, even in the
> advanced CMake options, I did not see a "Module_ITK-ImageIntensity".
> Should it be listed?
>
> Thanks,
>
> David
> _______________________________________________
> 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://kitware.com/products/protraining.html
>
> 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://www.itk.org/mailman/listinfo/insight-developers
>



-- 
Cory Quammen
Research Associate
Department of Computer Science
University of North Carolina at Chapel Hill
http://www.cs.unc.edu/~cquammen


More information about the Insight-developers mailing list