X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.h;fp=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.h;h=aed5c1ba38c30c7558488a2c9d15bc9f86a77246;hp=88ff5e83cccc376e04ca915cf54c3d0e40430c39;hb=ef7bb39238fbbe7ba43ffdcaceb5e290951e587e;hpb=82871fddd8641f92e6050d8b95ab28c45f5fe4b8 diff --git a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h index 88ff5e83c..aed5c1ba3 100644 --- a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h +++ b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h @@ -21,11 +21,21 @@ #define _INCLUDE_DRIVERUNV_W_SMDS_MESH #include "Driver_SMDS_Mesh.h" +#include "SMESH_Group.hxx" +#include + + +typedef std::map TGroupsMap; class DriverUNV_W_SMDS_Mesh: public Driver_SMDS_Mesh { public: virtual Status Perform(); + + void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; } + + private: + TGroupsMap myGroupsMap; };