X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FPlaneGCSSolver%2FPlaneGCSSolver_Solver.h;h=35920bca0627aa0ed44d510968a8034db622efa6;hb=28bb5c301466d4581d9a1b4aa920e0e101b8ac47;hp=c2c463c5d41a9fd4954fd749832a975ceffc0241;hpb=9ddc291385b55eb7efd9a560a1a5c468a98dc324;p=modules%2Fshaper.git diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.h b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.h index c2c463c5d..35920bca0 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.h +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Solver.h @@ -49,6 +49,9 @@ public: /// \brief Check the constraint is conflicted with others virtual bool isConflicting(const ConstraintID& theConstraint) const; + /// \brief Degrees of freedom + virtual int dof() const; + private: void collectConflicting();