X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Profile.cxx;h=d34695d9688de31e6d2dbe484715c8e92330c0c7;hb=65c66988575cb4fc8de7d838cde08b4731a6e54b;hp=ee0d204bd4f2e3bd02142c6310822bc3454a8f5f;hpb=ccba842d3f399476c64ddc0bebc191e3c1daebd0;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Profile.cxx b/src/HYDROCurveCreator/CurveCreator_Profile.cxx index ee0d204b..d34695d9 100644 --- a/src/HYDROCurveCreator/CurveCreator_Profile.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Profile.cxx @@ -68,7 +68,7 @@ bool CurveCreator_Profile::clearInternal() { // erase curve from the viewer if( myDisplayer ) - myDisplayer->erase( true ); + myDisplayer->eraseAll( true ); // Delete all allocated data. mySections[ 0 ]->myPoints.clear(); @@ -136,13 +136,13 @@ bool CurveCreator_Profile::setClosed( const int theISection, bool CurveCreator_Profile::setSectionTypeInternal( const int theISection, const CurveCreator::SectionType theType ) { - return false; + return CurveCreator_Curve::setSectionTypeInternal( theISection, theType ); } bool CurveCreator_Profile::setSectionType( const int theISection, const CurveCreator::SectionType theType ) { - return false; + return CurveCreator_Curve::setSectionType( theISection, theType ); } bool CurveCreator_Profile::addPointsInternal( const CurveCreator::SectionsMap &theSectionsMap )