]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To remove debug a temporal information
authorapo <apo@opencascade.com>
Sat, 3 May 2008 09:15:19 +0000 (09:15 +0000)
committerapo <apo@opencascade.com>
Sat, 3 May 2008 09:15:19 +0000 (09:15 +0000)
src/PIPELINE/VISU_DeformedShapePL.cxx
src/PIPELINE/VISU_ScalarMapPL.cxx

index fe4599207d387ca43dc3b545de5708f556455f1a..59db0aa99b08bbbc5d5c0ca63dccc90f8fce77d5 100644 (file)
@@ -171,10 +171,11 @@ VISU_DeformedShapePL
 ::Update()
 {
   Superclass::Update();
-  {
-    std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-myWarpVector.vtk";
-    VISU::WriteToFile(myWarpVector->GetUnstructuredGridOutput(), aFileName);
-  }
+
+  //{
+  //  std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-myWarpVector.vtk";
+  //  VISU::WriteToFile(myWarpVector->GetUnstructuredGridOutput(), aFileName);
+  //}
 }
 
 
index ee04a98375cb58101dbdced989916b094506209d..ad7397733e0e64f0038668b2f26e0b8d80e957d6 100644 (file)
@@ -131,18 +131,18 @@ VISU_ScalarMapPL
 ::Update() 
 {
   Superclass::Update();
-  {
-    std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-aScalarsOutput.vtk";
-    VISU::WriteToFile(GetFieldTransformFilter()->GetUnstructuredGridOutput(), aFileName);
-  }
-  {
-    std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-aGeomDataSet.vtk";
-    VISU::WriteToFile(myAppendFilter->GetOutput(), aFileName);
-  }
-  {
-    std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-myMergeFilter.vtk";
-    VISU::WriteToFile(myMergeFilter->GetUnstructuredGridOutput(), aFileName);
-  }
+  //{
+  //  std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-aScalarsOutput.vtk";
+  //  VISU::WriteToFile(GetFieldTransformFilter()->GetUnstructuredGridOutput(), aFileName);
+  //}
+  //{
+  //  std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-aGeomDataSet.vtk";
+  //  VISU::WriteToFile(myAppendFilter->GetOutput(), aFileName);
+  //}
+  //{
+  //  std::string aFileName = std::string(getenv("HOME"))+"/"+getenv("USER")+"-myMergeFilter.vtk";
+  //  VISU::WriteToFile(myMergeFilter->GetUnstructuredGridOutput(), aFileName);
+  //}
 }