X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Storage.h;h=ae0ac3602d4a01bf748e8c9ee5ab373124317bc4;hb=719b770fde138197ba898273892044ae35541365;hp=138c8994f71175389c0d97fa18c579a6ac310d7e;hpb=bbda7e734357dc8f5e16ab7affb48f75e6e8e3c6;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Storage.h b/src/SketchSolver/SketchSolver_Storage.h index 138c8994f..ae0ac3602 100644 --- a/src/SketchSolver/SketchSolver_Storage.h +++ b/src/SketchSolver/SketchSolver_Storage.h @@ -101,15 +101,6 @@ public: /// \brief Remove all features became invalid SKETCHSOLVER_EXPORT void removeInvalidEntities(); -//// /// \brief Mark specified constraint as temporary -//// virtual void setTemporary(ConstraintPtr theConstraint) = 0; -//// /// \brief Returns number of temporary constraints -//// virtual size_t nbTemporary() const = 0; -//// /// \brief Remove temporary constraints -//// /// \param theNbConstraints [in] number of temporary constraints to be deleted -//// /// \return number of remaining temporary constraints -//// virtual size_t removeTemporary(size_t theNbConstraints = 1) = 0; - /// \brief Check whether the feature or its attributes are used by this storage /// \param theFeature [in] feature to be checked /// \return \c true if the feature interacts with the storage