Salome HOME
External points manager object created
[modules/shaper.git] / src / GeomAPI / GeomAPI_Circ.h
index 686b42edee5bb5d33e634e95fc266eac21af7b9c..ace1b64b542eb18f49bc722297669e9fc91aab55 100644 (file)
@@ -64,5 +64,8 @@ class GeomAPI_Circ : public GeomAPI_Interface
                                       double& theParameter) const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Circ> GeomCirclePtr;
+
 #endif