]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/Experiments/InsertNoiseIntoPoints.cxx
...
[FrontAlgorithms.git] / plugins / Experiments / InsertNoiseIntoPoints.cxx
index e21f37bce29d94787cfa2638c72da440040ef9e4..0b98400b4b7a29e5007217990a18071234929f0f 100644 (file)
@@ -1,6 +1,6 @@
 #include <Experiments/InsertNoiseIntoPoints.h>
 #include <cpInstances/DataObjects/Image.h>
-#include <cpInstances/Mesh.h>
+#include <cpInstances/DataObjects/Mesh.h>
 
 #include <random>
 #include <vtkImageData.h>
@@ -12,7 +12,7 @@ InsertNoiseIntoPoints( )
   : Superclass( )
 {
   typedef cpInstances::DataObjects::Image _TImage;
-  typedef cpInstances::Mesh  _TMesh;
+  typedef cpInstances::DataObjects::Mesh  _TMesh;
 
   this->_ConfigureInput< _TMesh >( "Seeds", true, false );
   this->_ConfigureInput< _TImage >( "DistanceMap", true, false );