Salome HOME
updating or adding when merging in the main trunk with the version in the
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.h
index 695eb55a28af2b02ed2df6259e72c39bead3d7fa..ee29287bfb2c54b9e87e3d2cce9a4a9e4cdcc10e 100644 (file)
@@ -88,7 +88,7 @@ private :
 
   //  vtkScalarBarActor*    myScalarBar;
 
-  Handle_SMESHDS_Document   myDocument;//NBU
+  SMESHDS_Document *        myDocument;//NBU
 
   bool                      myAutomaticUpdate;
 
@@ -150,7 +150,7 @@ public :
   void RemoveHypothesisOrAlgorithmOnMesh( SALOMEDS::SObject_ptr MorSM, SMESH::SMESH_Hypothesis_ptr anHyp ) ;
 
   void CreateLocalLength( QString TypeHypothesis, QString NameHypothesis, double Length );
-  void CreateNbSegments( QString TypeHypothesis, QString NameHypothesis, double nbSegments );
+  void CreateNbSegments( QString TypeHypothesis, QString NameHypothesis, int nbSegments );
   void CreateMaxElementArea( QString TypeHypothesis, QString NameHypothesis, double MaxArea );
   void CreateMaxElementVolume( QString TypeHypothesis, QString NameHypothesis, double MaxVolume );