26#ifndef _GEOMImpl_BlockDriver_HeaderFile
27#define _GEOMImpl_BlockDriver_HeaderFile
29#include <TopoDS_Shape.hxx>
39 Standard_EXPORT GEOMImpl_BlockDriver();
40 Standard_EXPORT
virtual Standard_Integer Execute(
Handle(TFunction_Logbook)& log)
const;
41 Standard_EXPORT
virtual void Validate(
Handle(TFunction_Logbook)&)
const {}
42 Standard_EXPORT Standard_Boolean MustExecute(
const Handle(TFunction_Logbook)&)
const {
return Standard_True; }
44 Standard_EXPORT
static const Standard_GUID& GetID();
45 Standard_EXPORT ~GEOMImpl_BlockDriver() {};
48 std::vector<GEOM_Param>& params);
51 void MultiTransformate1D (
const TopoDS_Shape& theBlock,
52 const TopoDS_Shape& theFace1,
53 const TopoDS_Shape& theFace2,
54 const Standard_Integer theNbIter,
55 TopoDS_Shape& theResult)
const;
57 void MultiTransformate2D (
const TopoDS_Shape& theBlock,
58 const TopoDS_Shape& theFace1U,
59 const TopoDS_Shape& theFace2U,
60 const Standard_Integer theNbIterU,
61 const TopoDS_Shape& theFace1V,
62 const TopoDS_Shape& theFace2V,
63 const Standard_Integer theNbIterV,
64 TopoDS_Shape& theResult)
const;
Handle(TColStd_HSequenceOfTransient) AdvancedEngine_IOperations
Create a T-shape object with specified caracteristics for the main and the incident pipes (radius,...
Definition: AdvancedEngine_IOperations.cxx:1907
DEFINE_STANDARD_HANDLE(GEOM_Field, GEOM_BaseObject) DEFINE_STANDARD_HANDLE(GEOM_FieldStep
Definition: GEOM_BaseDriver.hxx:69
virtual Standard_EXPORT bool GetCreationInformation(std::string &theOperationName, std::vector< GEOM_Param > ¶ms)=0