X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FImage.h;h=729acdf682aaaa382d4e50db41ab40dadda85666;hb=35d769c683c10f5c18d17a3e423d89f5b30a5b77;hp=5d0d55b6807497ed2ad9b0a2893b885287d0b6ee;hpb=d1d816d1eaf980d5cd266798b8f7a0bbb089a383;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Image.h b/lib/cpPlugins/Interface/Image.h index 5d0d55b..729acdf 100644 --- a/lib/cpPlugins/Interface/Image.h +++ b/lib/cpPlugins/Interface/Image.h @@ -1,14 +1,13 @@ #ifndef __CPPLUGINS__INTERFACE__IMAGE__H__ #define __CPPLUGINS__INTERFACE__IMAGE__H__ -#include #include #include -class vtkImageData; +// Some forward declarations +class vtkObject; -// ------------------------------------------------------------------------- namespace cpPlugins { namespace Interface @@ -27,6 +26,7 @@ namespace cpPlugins public: itkNewMacro( Self ); itkTypeMacro( Image, DataObject ); + cpPlugins_Id_Macro( Image, DataObject ); public: template< class I >