]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Shape.h
Salome HOME
27.10.2014. Naming data structure for Extrusion feature.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Shape.h
index 3aa0987f7e2fbaca01552535628838c75ace50f7..acd39c6ec400dbcb37e0d388790647f2e11d6dec 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <GeomAPI_Interface.h>
 #include <boost/shared_ptr.hpp>
+#include <list>
 
 /**\class GeomAPI_Shape
  * \ingroup DataModel
@@ -31,4 +32,5 @@ class GEOMAPI_EXPORT GeomAPI_Shape : public GeomAPI_Interface
 
 };
 
+typedef std::list<boost::shared_ptr<GeomAPI_Shape>> ListOfShape;
 #endif