{
firsttime=false;
vtkOutputWindowBBTK *w= vtkOutputWindowBBTK::New();
+ w->SetDisplayModeToNever();
vtkOutputWindow::SetInstance( w );
- w->Delete();
+ w->Delete();
+ vtkObject::GlobalWarningDisplayOff();
}
}
//=====
//=====
// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
//=====
+
void OutputWindow::bbUserInitializeProcessing()
{
-
// THE INITIALIZATION METHOD BODY :
// Here does nothing
// but this is where you should allocate the internal/output pointers
-// if any
-
-
+// if any
}
//=====
// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
//=====
void OutputWindow::bbUserFinalizeProcessing()
{
-
-// THE FINALIZATION METHOD BODY :
-// Here does nothing
-// but this is where you should desallocate the internal/output pointers
-// if any
-
+ // THE FINALIZATION METHOD BODY :
+ // Here does nothing
+ // but this is where you should desallocate the internal/output pointers
+ // if any
}
-}
-// EO namespace bbcreaVtk
+
+}// EO namespace bbcreaVtk