]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/Experiments/InsertNoiseIntoPoints.cxx
update
[FrontAlgorithms.git] / plugins / Experiments / InsertNoiseIntoPoints.cxx
index 403231662307a9aa06c194ce1a724f57441f918b..e21f37bce29d94787cfa2638c72da440040ef9e4 100644 (file)
@@ -1,5 +1,5 @@
 #include <Experiments/InsertNoiseIntoPoints.h>
-#include <cpInstances/Image.h>
+#include <cpInstances/DataObjects/Image.h>
 #include <cpInstances/Mesh.h>
 
 #include <random>
@@ -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 );