Salome HOME
Create validator for distance constraint
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
1 // File:        ModelAPI_Tools.h
2 // Created:     06 Aug 2014
3 // Author:      Vitaly Smetannikov
4
5 #ifndef ModelAPI_Tools_HeaderFile
6 #define ModelAPI_Tools_HeaderFile
7
8 #include "ModelAPI.h"
9 #include <ModelAPI_Result.h>
10 #include <GeomAPI_Shape.h>
11
12 namespace ModelAPI_Tools 
13 {
14   /// Returns shape from the given Result object
15   MODELAPI_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
16 };
17
18 #endif