Salome HOME
Debug
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 26339eb0957ef7b9a995822425ea49bd467462b1..313fbad50d58934ff3be93990d0c3f41d84efed7 100644 (file)
@@ -248,6 +248,9 @@ public:
 
   SMDSAbs_ElementType GetElementType( const int id, const bool iselem );
 
+  void SetParameters(const std::list<std::string>& theParameters);
+  std::list<std::string> GetParameters() const;
+
   //
   
   ostream& Dump(ostream & save);
@@ -274,6 +277,9 @@ protected:
   
   TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors;
 
+private:
+  std::list<std::string>     _parameters;
+
 protected:
   SMESH_Mesh() {};
   SMESH_Mesh(const SMESH_Mesh&) {};