Salome HOME
Merge from V6_main 06/03/2013
[modules/smesh.git] / src / DriverGMF / DriverGMF_Write.hxx
index 0e8ee4f70859786bbc7856f788b9069a3800edd2..b66b3d946ba7f759cfa656d7df28fb03c6d16c49 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "Driver_SMESHDS_Mesh.h"
 #include "SMDSAbs_ElementType.hxx"
+#include "SMDS_ElemIterator.hxx"
 
 /*!
  * \brief Driver Writing a mesh into a GMF file.
@@ -51,6 +52,10 @@ public:
 
  private:
 
+  SMDS_ElemIteratorPtr elementIterator(SMDSAbs_ElementType  type); 
+  SMDS_ElemIteratorPtr elementIterator(SMDSAbs_EntityType   type);  
+  SMDS_ElemIteratorPtr elementIterator(SMDSAbs_GeometryType type);
+
   bool _exportRequiredGroups;
 };