20#ifndef GeomAlgoAPI_Transform_H_
21#define GeomAlgoAPI_Transform_H_
23#include <GeomAlgoAPI.h>
24#include <GeomAlgoAPI_MakeShape.h>
26#include <GeomAPI_Shape.h>
27#include <GeomAPI_Trsf.h>
39 std::shared_ptr<GeomAPI_Trsf> theTrsf);
46 void build(std::shared_ptr<GeomAPI_Shape> theSourceShape,
47 std::shared_ptr<GeomAPI_Trsf> theTrsf);
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShape.h:35
virtual GEOMALGOAPI_EXPORT void build()
Execute the algorithm.
Definition: GeomAlgoAPI_MakeShape.h:77