Salome HOME
Middle point decrease 2 DoF (issue #1625)
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_Defs.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    PlaneGCSSolver_Defs.h
4 // Created: 14 Dec 2015
5 // Author:  Artem ZHIDKOV
6
7 #ifndef PlaneGCSSolver_Defs_H_
8 #define PlaneGCSSolver_Defs_H_
9
10 #include <SketchSolver.h>
11
12 #include <Constraints.h>
13 #include <Geo.h>
14 #include <memory>
15
16 typedef std::shared_ptr<GCS::Point>       GCSPointPtr;
17 typedef std::shared_ptr<GCS::Curve>       GCSCurvePtr;
18 typedef std::shared_ptr<GCS::Constraint>  GCSConstraintPtr;
19
20 #endif