]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/CONVERTOR/VISU_AppendFilter.cxx
Salome HOME
Merge from V5_1_main 14/05/2010
[modules/visu.git] / src / CONVERTOR / VISU_AppendFilter.cxx
index 643ff117fcdce1d12e1dbed48e15a3c942716c20..d744ba52675679db3432d742812b1b01e27454b0 100644 (file)
@@ -1,7 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public
@@ -19,6 +16,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  SALOME OBJECT : kernel of SALOME component
 //  File   : VISU_GeometryFilter.cxx
 //  Author : 
@@ -51,21 +49,21 @@ VISU_AppendFilter
 int
 VISU_AppendFilter
 ::RequestData(vtkInformation *theRequest,
-             vtkInformationVector **theInputVector,
-             vtkInformationVector *theOutputVector)
+              vtkInformationVector **theInputVector,
+              vtkInformationVector *theOutputVector)
 {
   bool anIsExecuted = false;
   if( IsMergingInputs() || IsMappingInputs() )
     anIsExecuted = VISU::UnstructuredGridRequestData(theInputVector,
-                                                    GetNumberOfInputConnections( 0 ),
-                                                    theOutputVector,
-                                                    GetSharedPointSet(),
-                                                    IsMergingInputs(),
-                                                    IsMappingInputs());
+                                                     GetNumberOfInputConnections( 0 ),
+                                                     theOutputVector,
+                                                     GetSharedPointSet(),
+                                                     IsMergingInputs(),
+                                                     IsMappingInputs());
   if( !anIsExecuted )
     anIsExecuted = Superclass::RequestData(theRequest,
-                                          theInputVector,
-                                          theOutputVector);
+                                           theInputVector,
+                                           theOutputVector);
 
   return anIsExecuted;
 }