]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Documents the sources
authorapo <apo@opencascade.com>
Wed, 26 Oct 2005 14:16:29 +0000 (14:16 +0000)
committerapo <apo@opencascade.com>
Wed, 26 Oct 2005 14:16:29 +0000 (14:16 +0000)
src/SVTK/SVTK_Actor.h

index 517edbd38301ec947f6d2a0adce294da2863d900..74a883a1aeaf206b1c4850732d65d5bc5aa30507 100644 (file)
@@ -30,6 +30,7 @@ class vtkUnstructuredGrid;
 #include "SVTK.h"
 #include "SALOME_Actor.h"
 
+//! This class used for internal SVTK package purpose (highlight and prehighlight)
 class SVTK_EXPORT SVTK_Actor : public VTKViewer_Actor
 {
 public:
@@ -43,12 +44,15 @@ public:
   virtual void SetShrink(); 
   virtual void UnShrink(); 
 
+  //! Allow to recostruct selected cells from source SALOME_Actor and map of subindexes
   void MapCells(SALOME_Actor* theMapActor, 
                const TColStd_IndexedMapOfInteger& theMapIndex);
 
+  //! Allow to recostruct selected points from source SALOME_Actor and map of subindexes
   void MapPoints(SALOME_Actor* theMapActor, 
                 const TColStd_IndexedMapOfInteger& theMapIndex);
 
+  //! Allow to recostruct selected edges from source SALOME_Actor and map of subindexes
   void MapEdge(SALOME_Actor* theMapActor, 
               const TColStd_IndexedMapOfInteger& theMapIndex);