From 5b2bb0d60e61af8a6352a8c33d7abc4c39c5933e Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 26 Oct 2005 14:16:29 +0000 Subject: [PATCH] Documents the sources --- src/SVTK/SVTK_Actor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SVTK/SVTK_Actor.h b/src/SVTK/SVTK_Actor.h index 517edbd38..74a883a1a 100644 --- a/src/SVTK/SVTK_Actor.h +++ b/src/SVTK/SVTK_Actor.h @@ -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); -- 2.39.2