]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkIsoSurfaceExtractor.cxx
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkIsoSurfaceExtractor.cxx
index d48505ad01848a39520ee72853a933186a755923..ae9a7fe9aacae536a3f9c4e188699f6950206a96 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkIsoSurfaceExtractor.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/15 14:58:01 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2009/05/28 08:55:44 $
+  Version:   $Revision: 1.15 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -49,7 +49,7 @@ namespace bbvtk
 
    void IsoSurfaceExtractor::bbUserSetDefaultValues() 
    { 
-          printf("EED %p IsoSurfaceExtractor::bbUserConstructor \n", this);
+     //           printf("EED %p IsoSurfaceExtractor::bbUserConstructor \n", this);
           firsttime=true;
           std::vector<double> colour;
           colour.push_back(1.0);
@@ -116,7 +116,7 @@ namespace bbvtk
 
    void IsoSurfaceExtractor::DoProcess()
    {
-printf("EED %p IsoSurfaceExtractor::DoProcess \n", this);
+     //printf("EED %p IsoSurfaceExtractor::DoProcess \n", this);
      marchingcubes->SetInput( bbGetInputIn() );
      marchingcubes->SetValue(0,  bbGetInputIsovalue() );
      marchingcubes->Update();