20 #ifndef GeomAlgoAPI_MakeShapeSet_H_
21 #define GeomAlgoAPI_MakeShapeSet_H_
23 #include <GeomAPI_Shape.h>
24 #include <GeomAlgoAPI.h>
25 #include <GeomAlgoAPI_MakeShapeList.h>
43 GEOMALGOAPI_EXPORT
virtual void generated(
const GeomShapePtr theShape,
44 ListOfShape& theHistory);
47 GEOMALGOAPI_EXPORT
virtual void modified(
const GeomShapePtr theShape,
48 ListOfShape& theHistory);
List of topological shapes constructions.
Definition: GeomAlgoAPI_MakeShapeList.h:33
Set of independent topological shapes constructions.
Definition: GeomAlgoAPI_MakeShapeSet.h:33
virtual GEOMALGOAPI_EXPORT void modified(const GeomShapePtr theShape, ListOfShape &theHistory)
Definition: GeomAlgoAPI_MakeShapeSet.cpp:56
virtual GEOMALGOAPI_EXPORT void generated(const GeomShapePtr theShape, ListOfShape &theHistory)
Definition: GeomAlgoAPI_MakeShapeSet.cpp:39
GEOMALGOAPI_EXPORT GeomAlgoAPI_MakeShapeSet()
Default constructor.
Definition: GeomAlgoAPI_MakeShapeSet.cpp:28