X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FExperiments%2FInsertNoiseIntoPoints.cxx;h=e21f37bce29d94787cfa2638c72da440040ef9e4;hb=91510d06bf1895f684f9f2f6508ab7d97154576d;hp=403231662307a9aa06c194ce1a724f57441f918b;hpb=30fc34e71329fdb4a9d9361b462f485a3dbf5362;p=FrontAlgorithms.git diff --git a/plugins/Experiments/InsertNoiseIntoPoints.cxx b/plugins/Experiments/InsertNoiseIntoPoints.cxx index 4032316..e21f37b 100644 --- a/plugins/Experiments/InsertNoiseIntoPoints.cxx +++ b/plugins/Experiments/InsertNoiseIntoPoints.cxx @@ -1,5 +1,5 @@ #include -#include +#include #include #include @@ -11,7 +11,7 @@ fpaPluginsExperiments::InsertNoiseIntoPoints:: InsertNoiseIntoPoints( ) : Superclass( ) { - typedef cpInstances::Image _TImage; + typedef cpInstances::DataObjects::Image _TImage; typedef cpInstances::Mesh _TMesh; this->_ConfigureInput< _TMesh >( "Seeds", true, false );