Hello,

Since a previous update (2014.03 if I'm not mistaken), it is required to
set dependencies using "PACKAGE_DEPENDS" (or "PACKAGE_DEPENDENCIES", but it
is deprecated) in your plugin's CMakeLists.
In your file, you should see :
  EXPORT_DIRECTIVE ...
  EXPORTED_INCLUDE_SUFFIXES ...
  MODULE_DEPENDS ...
  PACKAGE_DEPENDS ITK|ITKBinaryMathematicalMorphology # <---

You can append more using this syntax
: ITK|ITKIOXML+ITKOptimizers+ITKFastMarching (etc.)

To know the correct module, in ITK's documentation, you can search under
the element's name, in your case :
itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > Class
Template Reference
Module ITKBinaryMathematicalMorphology <---


Hope this help,

Pierre-Yves Menguy.



On 26 June 2014 11:14, Michael Smith <[email protected]> wrote:

>  Dear all,
>
>
> I generated a Plugin with the Plugin Generator. The plugin works fine, but
> I have not access to all ITK files, e.g. I can include in my plugin
> "itkRecursiveGaussianImageFilter.h" but not "itkbinarydilateimagefilter.h".
>
>
> Can anyone help me with this?
>
>
> Best,
>
> Michael
>
>
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to