Salome HOME
Merge from V6_2_BR 23/12/2010
[modules/visu.git] / src / VISU_I / VISU_ColoredPrs3dFactory.hh
index 4b5c2b41cf6836fc3a0c817dc1e5bfdd1901b0e1..82735358382fab5e6b23fb784a67291ff94e4eab 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  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
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  VISU OBJECT : interactive object for VISU entities implementation
 //  File   : VISU_ColoredPrs3dCache_i.hh
 //  Author : Oleg UVAROV
@@ -39,6 +40,7 @@
 #include "VISU_StreamLines_i.hh"
 #include "VISU_Vectors_i.hh"
 #include "VISU_CutLines_i.hh"
+#include "VISU_CutSegment_i.hh"
 #include "VISU_CutPlanes_i.hh"
 #include "VISU_DeformedShape_i.hh"
 #include "VISU_IsoSurfaces_i.hh"
@@ -61,9 +63,10 @@ namespace VISU
                                          TList<IsoSurfaces_i,
                                                TList<CutPlanes_i,
                                                      TList<CutLines_i,
-                                                           TList<Vectors_i,
-                                                                 TList<Plot3D_i, 
-                                                                       TNullType> > > > > > > > > > >
+                                                           TList<CutSegment_i,
+                                                                 TList<Vectors_i,
+                                                                       TList<Plot3D_i, 
+                                                                             TNullType> > > > > > > > > > > >
     TColoredPrs3dTypeList;
     
 
@@ -76,9 +79,10 @@ namespace VISU
                                          TList<TInt2Type<TISOSURFACES>,
                                                TList<TInt2Type<TCUTPLANES>,
                                                      TList<TInt2Type<TCUTLINES>,
-                                                           TList<TInt2Type<TVECTORS>,
-                                                                 TList<TInt2Type<TPLOT3D>, 
-                                                                       TNullType> > > > > > > > > > >
+                                                           TList<TInt2Type<TCUTSEGMENT>,
+                                                                 TList<TInt2Type<TVECTORS>,
+                                                                       TList<TInt2Type<TPLOT3D>, 
+                                                                             TNullType> > > > > > > > > > > >
     TColoredPrs3dEnumList;