20 #ifndef GeomAlgoAPI_MakeShapeCustom_H_
21 #define GeomAlgoAPI_MakeShapeCustom_H_
23 #include <GeomAlgoAPI_MakeShape.h>
25 #include <GeomAPI_DataMapOfShapeMapOfShapes.h>
26 #include <GeomAPI_DataMapOfShapeShape.h>
39 GEOMALGOAPI_EXPORT
void setResult(
const GeomShapePtr theShape);
42 GEOMALGOAPI_EXPORT
bool addModified(
const GeomShapePtr theOldShape,
43 const GeomShapePtr theNewShape);
46 GEOMALGOAPI_EXPORT
bool addGenerated(
const GeomShapePtr theOldShape,
47 const GeomShapePtr theNewShape);
50 GEOMALGOAPI_EXPORT
bool addDeleted(
const GeomShapePtr theOldShape);
53 GEOMALGOAPI_EXPORT
void generated(
const GeomShapePtr theOldShape,
54 ListOfShape& theNewShapes);
57 GEOMALGOAPI_EXPORT
void modified(
const GeomShapePtr theShape,
58 ListOfShape& theNewShapes);
61 GEOMALGOAPI_EXPORT
bool isDeleted(
const GeomShapePtr theOldShape);
DataMap of Shape - Map of Shapes defined by TopoDS_Shapes.
Definition: GeomAPI_DataMapOfShapeMapOfShapes.h:31
DataMap of Shape - Shape defined by TopoDS_Shapes.
Definition: GeomAPI_DataMapOfShapeShape.h:33
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShapeCustom.h:33
GEOMALGOAPI_EXPORT GeomAlgoAPI_MakeShapeCustom()
Default constructor.
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:23
GEOMALGOAPI_EXPORT bool addModified(const GeomShapePtr theOldShape, const GeomShapePtr theNewShape)
Adds modified shape.
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:34
GEOMALGOAPI_EXPORT void modified(const GeomShapePtr theShape, ListOfShape &theNewShapes)
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:68
GEOMALGOAPI_EXPORT bool addGenerated(const GeomShapePtr theOldShape, const GeomShapePtr theNewShape)
Adds generated shape.
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:43
GEOMALGOAPI_EXPORT void generated(const GeomShapePtr theOldShape, ListOfShape &theNewShapes)
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:58
GEOMALGOAPI_EXPORT bool isDeleted(const GeomShapePtr theOldShape)
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:78
GEOMALGOAPI_EXPORT bool addDeleted(const GeomShapePtr theOldShape)
Adds deleted shape.
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:52
GEOMALGOAPI_EXPORT void setResult(const GeomShapePtr theShape)
Sets result shape.
Definition: GeomAlgoAPI_MakeShapeCustom.cpp:28
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShape.h:35