Salome HOME
Union of validator and filter functionalities.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Tools.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        GeomValidators_Tools.h
4 // Created:     23 Mar 2015
5 // Author:      Natalia ERMOLAEVA
6
7 #ifndef GeomValidators_Tools_HeaderFile
8 #define GeomValidators_Tools_HeaderFile
9
10 #include "GeomValidators.h"
11 #include "ModelAPI_Object.h"
12 #include "ModelAPI_Attribute.h"
13
14
15 namespace GeomValidators_Tools
16 {
17   // Returns the object from the attribute
18   /// \param theObj an object 
19   GEOMVALIDATORS_EXPORT ObjectPtr getObject(const AttributePtr& theAttribute);
20
21 };
22
23 #endif