]> Creatis software - cpMesh.git/blobdiff - lib/cpm/Plugins/SimpleFillRegion.cxx
...
[cpMesh.git] / lib / cpm / Plugins / SimpleFillRegion.cxx
index 1821ca2ad8f79f9668dba417150490b64a35215d..cd8d180af78e42c769f7a4f9ca612a67c907daa0 100644 (file)
@@ -62,17 +62,21 @@ cpm::Plugins::SimpleFillRegion::
 std::string cpm::Plugins::SimpleFillRegion::
 _GenerateData( )
 {
-  itk::DataObject* i1 = this->_GetInput( 0 );
-  itk::DataObject* i2 = this->_GetInput( 1 );
-
-  std::string r =
-    "cpm::Plugins::SimpleFillRegion: itk::Image(s) dimensions not supported";
-  cpmPlugins_SimpleFillRegion_Dimension( r, 2, i1, i2, _GD0 );
-  else cpmPlugins_SimpleFillRegion_Dimension( r, 3, i1, i2, _GD0 );
-  return( r );
+  /* TODO
+     itk::DataObject* i1 = this->_GetInput( 0 );
+     itk::DataObject* i2 = this->_GetInput( 1 );
+
+     std::string r =
+     "cpm::Plugins::SimpleFillRegion: itk::Image(s) dimensions not supported";
+     cpmPlugins_SimpleFillRegion_Dimension( r, 2, i1, i2, _GD0 );
+     else cpmPlugins_SimpleFillRegion_Dimension( r, 3, i1, i2, _GD0 );
+     return( r );
+  */
+  return( "" );
 }
 
 // -------------------------------------------------------------------------
+/*
 template< unsigned int D >
 std::string cpm::Plugins::SimpleFillRegion::
 _GD0( )
@@ -245,5 +249,6 @@ _GD2( )
 
   return( "" );
 }
+*/
 
 // eof - $RCSfile$