20#ifndef _AdvancedEngine_SmoothingSurfaceDriver_HXX
21#define _AdvancedEngine_SmoothingSurfaceDriver_HXX
25#include <TColgp_HArray1OfPnt.hxx>
26#include <TopoDS_Shape.hxx>
35 AdvancedEngine_SmoothingSurfaceDriver();
36 virtual Standard_Integer Execute(
Handle(TFunction_Logbook)& log)
const;
37 virtual void Validate(
Handle(TFunction_Logbook)&)
const {}
38 Standard_Boolean MustExecute(
const Handle(TFunction_Logbook)&)
const {
return Standard_True; }
40 static const Standard_GUID& GetID();
41 ~AdvancedEngine_SmoothingSurfaceDriver() {};
44 std::vector<GEOM_Param>& params);
47 DEFINE_STANDARD_RTTIEXT(AdvancedEngine_SmoothingSurfaceDriver,
GEOM_BaseDriver)
49 TopoDS_Shape MakeSmoothingSurfaceUnClosed
50 (
const Handle(TColgp_HArray1OfPnt) &theListOfPoints,
51 const Standard_Integer theNbMax,
52 const Standard_Integer theDegMax,
53 const Standard_Real theDMax)
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