]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/OBJECT/SMESH_ActorUtils.h
Salome HOME
In Extrusion dialog, the distance was troncated to the lower integer. With a distance...
[modules/smesh.git] / src / OBJECT / SMESH_ActorUtils.h
index 29ce4618dc5d6a73a2c8da9fe150f4823747e066..5d02aaa88e832f164844cac0bfd9f9bf6c906069 100644 (file)
@@ -24,6 +24,7 @@
 #define SMESH_ACTORUTILS_H
 
 #include "SMESH_Object.h"
+#include <map>
 
 #include <QColor>
 
@@ -67,6 +68,18 @@ SMESHOBJECT_EXPORT
             vtkFloatingPointType&, 
             const QColor& = QColor() );
 
+ SMESHOBJECT_EXPORT
+   void
+   GetColor(  const QString& theSect, 
+             const QString& theName, 
+             QColor& color,
+             int& delta,
+             QString def);
+   
+ SMESHOBJECT_EXPORT
+   std::map<SMDSAbs_ElementType,int>
+   GetEntitiesFromObject(SMESH_VisualObj *theObject);
+   
 SMESHOBJECT_EXPORT
   void 
   WriteUnstructuredGrid(vtkUnstructuredGrid* theGrid,