]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/ImageWriter.cxx
(QuadEdge)Mesh support added.
[cpPlugins.git] / lib / cpPlugins / Plugins / ImageWriter.cxx
index afd5b30858b5b9b72b4f8f1c3af2bf8d1e0d0d86..41fdb301f0f67dc4375ef714d805e5794ab38bdf 100644 (file)
@@ -53,7 +53,7 @@ _GenerateData( )
 {
   itk::DataObject* o = this->_GetInput( 0 );
 
-  std::string r = "itk::Image dimension not supported.";
+  std::string r = "cpPlugins::Plugins::ImageWriter: itk::Image dimension not supported.";
   cpPlugins_ImageWriter_Dimension( r, 1, o, _GD0 );
   else cpPlugins_ImageWriter_Dimension( r, 2, o, _GD0 );
   else cpPlugins_ImageWriter_Dimension( r, 3, o, _GD0 );
@@ -69,7 +69,7 @@ _GD0( )
   itk::ImageBase< D >* i =
     dynamic_cast< itk::ImageBase< D >* >( this->_GetInput( 0 ) );
 
-  std::string r = "itk::Image pixel type not supported";
+  std::string r = "cpPlugins::Plugins::ImageWriter: itk::Image pixel type not supported";
   cpPlugins_ImageWriter_Pixel( r, char, D, i, _GD1 );
   else cpPlugins_ImageWriter_Pixel( r, short, D, i, _GD1 );
   else cpPlugins_ImageWriter_Pixel( r, int, D, i, _GD1 );