Salome HOME
0051571: TC6.6.0: "Export to MED file" doesn't export file to folder,that has space...
[modules/visu.git] / src / PIPELINE / VISU_VectorsPL.hxx
index 09fe54cb5c603f031fe4a4fa2471fde1f2df4b63..5c70b160b6266d44d88ba309711e1825ffff3e0a 100644 (file)
@@ -1,29 +1,30 @@
-//  VISU OBJECT : interactive object for VISU entities implementation
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
-//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-// 
-//  This library is free software; you can redistribute it and/or 
-//  modify it under the terms of the GNU Lesser General Public 
-//  License as published by the Free Software Foundation; either 
-//  version 2.1 of the License. 
-// 
-//  This library is distributed in the hope that it will be useful, 
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-//  Lesser General Public License for more details. 
-// 
-//  You should have received a copy of the GNU Lesser General Public 
-//  License along with this library; if not, write to the Free Software 
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
-// 
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
+//  VISU OBJECT : interactive object for VISU entities implementation
 // File:    VISU_PipeLine.hxx
 // Author:  Alexey PETROV
 // Module : VISU
-
+//
 #ifndef VISU_VectorsPL_HeaderFile
 #define VISU_VectorsPL_HeaderFile
 
@@ -32,7 +33,7 @@
 
 class VTKViewer_TransformFilter;
 class VTKViewer_Transform;
-class vtkCellCenters;
+class VTKViewer_CellCenters;
 
 class vtkGlyphSource2D;
 class vtkConeSource;
@@ -131,18 +132,17 @@ protected:
   virtual
   void
   DoShallowCopy(VISU_PipeLine *thePipeLine,
-               bool theIsCopyInput);
+                bool theIsCopyInput);
 
   GlyphType myTypeGlyph;
   GlyphPos myPosGlyph;
-  vtkGlyph3D *myBaseGlyph;
-  vtkGlyph3D *myTransformedGlyph;
+  vtkGlyph3D *myGlyph;
 
   vtkGlyphSource2D *myGlyphSource;
   vtkLineSource *myLineSource;
   vtkConeSource *myConeSource;
 
-  vtkCellCenters* myCenters;
+  VTKViewer_CellCenters* myCenters;
   VTKViewer_TransformFilter *myTransformFilter;
 
   VISU_UsedPointsFilter* myUsedPointsFilter;