Salome HOME
improve comment
[modules/smesh.git] / src / SMESH / SMESH_Hypothesis.hxx
index 23384e3a31a3b38c993a1c50432101991bddd5ee..9b0e9defb20e6d24fc22bd03915b6459c4e25072 100644 (file)
@@ -94,8 +94,9 @@ public:
 
   struct TDefaults
   {
-    double _elemLength;
-    int    _nbSegments;
+    double        _elemLength;
+    int           _nbSegments;
+    TopoDS_Shape* _shape; // future shape of the mesh being created
   };
   /*!
    * \brief Initialize my parameter values by default parameters.
@@ -123,7 +124,7 @@ protected:
   SMESH_Gen* _gen;
   int _studyId;
   int _shapeType;
-  int _param_algo_dim;
+  int _param_algo_dim; // to be set at descendant hypothesis constructor
 
 private:
   std::string _libName;