[Insight-developers] ImageIntensity module missing from CMake?
David Doria
daviddoria at gmail.com
Tue Jun 28 09:52:40 EDT 2011
On Tue, Jun 28, 2011 at 9:13 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> You must turn off ITK_BUILD_ALL_MODULES to see the individual module options.
>
> However, if you cd into Modules/Filtering/ImageIntensity/test and do a
> make. This will just build that module and its dependencies.
>
> Bill
Thanks for the tips. Would "how to build a specific module" and "how
to build tests for a specific module" be appropriate to add here:
http://itk.org/Wiki/ITK_Release_4/Modularization/Configure_and_build_ITK
?
Bill - Even with ITK_BUILD_ALL_MODULES=OFF, only a seemingly strange
subset of the modules is visible.
These are the ones I see:
Module_ITK-BioCell OFF
Module_ITK-Blox OFF
Module_ITK-Classifiers OFF
Module_ITK-DICOMParser OFF
Module_ITK-DeformableMesh OFF
Module_ITK-Deprecated OFF
Module_ITK-Eigen OFF
Module_ITK-FEM OFF
Module_ITK-FEMRegistration OFF
Module_ITK-IO-BioRad OFF
Module_ITK-IO-GE OFF
Module_ITK-IO-HDF5 OFF
Module_ITK-IO-IPL OFF
Module_ITK-IO-LSM OFF
Module_ITK-IO-RAW OFF
Module_ITK-IO-Siemens OFF
Module_ITK-IO-Stimulate OFF
Module_ITK-IntegratedTest OFF
Module_ITK-KLMRegionGrowing OFF
Module_ITK-MarkovRandomFieldsC OFF
Module_ITK-NeuralNetworks OFF
Module_ITK-PDEDeformableRegist OFF
Module_ITK-RegionGrowing OFF
Module_ITK-Review OFF
Module_ITK-VTK OFF
Module_ITK-Voronoi OFF
Module_ITK-Watersheds OFF
I thought it might have to do with which groups are turned on, but I have:
ITKGroup_Filtering ON
ITKGroup_IO OFF
yet I see several of the individual IO modules but none of the
individual Filtering modules.
David
More information about the Insight-developers
mailing list