X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FExperiments%2FInsertNoiseIntoPoints.cxx;h=0b98400b4b7a29e5007217990a18071234929f0f;hb=5f930b3a1e6f004d9f06bd50ae243724d7c007b8;hp=e21f37bce29d94787cfa2638c72da440040ef9e4;hpb=915fb31735360caba6cc4c59d19cabeb090705b5;p=FrontAlgorithms.git diff --git a/plugins/Experiments/InsertNoiseIntoPoints.cxx b/plugins/Experiments/InsertNoiseIntoPoints.cxx index e21f37b..0b98400 100644 --- a/plugins/Experiments/InsertNoiseIntoPoints.cxx +++ b/plugins/Experiments/InsertNoiseIntoPoints.cxx @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include @@ -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 );