// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _AdvApprox_ApproxAFunction_HeaderFile #define _AdvApprox_ApproxAFunction_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfReal_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _GeomAbs_Shape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray2OfReal_HeaderFile #include #endif #ifndef _Handle_TColgp_HArray2OfPnt2d_HeaderFile #include #endif #ifndef _Handle_TColgp_HArray2OfPnt_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfInteger_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _AdvApprox_EvaluatorFunction_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class TColStd_HArray1OfReal; class TColStd_HArray2OfReal; class TColgp_HArray2OfPnt2d; class TColgp_HArray2OfPnt; class TColStd_HArray1OfInteger; class Standard_OutOfRange; class Standard_ConstructionError; class AdvApprox_Cutting; class TColStd_Array1OfInteger; class TColStd_Array1OfReal; class TColgp_Array1OfPnt2d; class TColgp_Array1OfPnt; class AdvApprox_ApproxAFunction { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Constructs approximator tool.
Standard_EXPORT AdvApprox_ApproxAFunction(const Standard_Integer Num1DSS,const Standard_Integer Num2DSS,const Standard_Integer Num3DSS,const Handle(TColStd_HArray1OfReal)& OneDTol,const Handle(TColStd_HArray1OfReal)& TwoDTol,const Handle(TColStd_HArray1OfReal)& ThreeDTol,const Standard_Real First,const Standard_Real Last,const GeomAbs_Shape Continuity,const Standard_Integer MaxDeg,const Standard_Integer MaxSeg,const AdvApprox_EvaluatorFunction& Func); //! Approximation with user methode of cutting
Standard_EXPORT AdvApprox_ApproxAFunction(const Standard_Integer Num1DSS,const Standard_Integer Num2DSS,const Standard_Integer Num3DSS,const Handle(TColStd_HArray1OfReal)& OneDTol,const Handle(TColStd_HArray1OfReal)& TwoDTol,const Handle(TColStd_HArray1OfReal)& ThreeDTol,const Standard_Real First,const Standard_Real Last,const GeomAbs_Shape Continuity,const Standard_Integer MaxDeg,const Standard_Integer MaxSeg,const AdvApprox_EvaluatorFunction& Func,const AdvApprox_Cutting& CutTool); Standard_EXPORT static void Approximation(const Standard_Integer TotalDimension,const Standard_Integer TotalNumSS,const TColStd_Array1OfInteger& LocalDimension,const Standard_Real First,const Standard_Real Last,AdvApprox_EvaluatorFunction& Evaluator,const AdvApprox_Cutting& CutTool,const Standard_Integer ContinuityOrder,const Standard_Integer NumMaxCoeffs,const Standard_Integer MaxSegments,const TColStd_Array1OfReal& TolerancesArray,const Standard_Integer code_precis,Standard_Integer& NumCurves,TColStd_Array1OfInteger& NumCoeffPerCurveArray,TColStd_Array1OfReal& LocalCoefficientArray,TColStd_Array1OfReal& IntervalsArray,TColStd_Array1OfReal& ErrorMaxArray,TColStd_Array1OfReal& AverageErrorArray,Standard_Integer& ErrorCode) ; Standard_Boolean IsDone() const; Standard_Boolean HasResult() const; //! returns the poles from the algorithms as is
Handle_TColStd_HArray2OfReal Poles1d() const; //! returns the poles from the algorithms as is
Handle_TColgp_HArray2OfPnt2d Poles2d() const; //! -- returns the poles from the algorithms as is
Handle_TColgp_HArray2OfPnt Poles() const; //! as the name says
Standard_EXPORT Standard_Integer NbPoles() const; //! returns the poles at Index from the 1d subspace
Standard_EXPORT void Poles1d(const Standard_Integer Index,TColStd_Array1OfReal& P) const; //! returns the poles at Index from the 2d subspace
Standard_EXPORT void Poles2d(const Standard_Integer Index,TColgp_Array1OfPnt2d& P) const; //! returns the poles at Index from the 3d subspace
Standard_EXPORT void Poles(const Standard_Integer Index,TColgp_Array1OfPnt& P) const; Standard_Integer Degree() const; Standard_Integer NbKnots() const; Standard_Integer NumSubSpaces(const Standard_Integer Dimension) const; Handle_TColStd_HArray1OfReal Knots() const; Handle_TColStd_HArray1OfInteger Multiplicities() const; //! returns the error as is in the algorithms
Standard_EXPORT Handle_TColStd_HArray1OfReal MaxError(const Standard_Integer Dimension) const; //! returns the error as is in the algorithms
Standard_EXPORT Handle_TColStd_HArray1OfReal AverageError(const Standard_Integer Dimension) const; Standard_EXPORT Standard_Real MaxError(const Standard_Integer Dimension,const Standard_Integer Index) const; Standard_EXPORT Standard_Real AverageError(const Standard_Integer Dimension,const Standard_Integer Index) const; //! diplay information on approximation.
Standard_EXPORT void Dump(Standard_OStream& o) const; protected: private: Standard_EXPORT void Perform(const Standard_Integer Num1DSS,const Standard_Integer Num2DSS,const Standard_Integer Num3DSS,const AdvApprox_Cutting& CutTool) ; Standard_Integer myNumSubSpaces[3]; Handle_TColStd_HArray1OfReal my1DTolerances; Handle_TColStd_HArray1OfReal my2DTolerances; Handle_TColStd_HArray1OfReal my3DTolerances; Standard_Real myFirst; Standard_Real myLast; GeomAbs_Shape myContinuity; Standard_Integer myMaxDegree; Standard_Integer myMaxSegments; Standard_Boolean myDone; Standard_Boolean myHasResult; Handle_TColStd_HArray2OfReal my1DPoles; Handle_TColgp_HArray2OfPnt2d my2DPoles; Handle_TColgp_HArray2OfPnt my3DPoles; Handle_TColStd_HArray1OfReal myKnots; Handle_TColStd_HArray1OfInteger myMults; Standard_Integer myDegree; Standard_Address myEvaluator; Handle_TColStd_HArray1OfReal my1DMaxError; Handle_TColStd_HArray1OfReal my1DAverageError; Handle_TColStd_HArray1OfReal my2DMaxError; Handle_TColStd_HArray1OfReal my2DAverageError; Handle_TColStd_HArray1OfReal my3DMaxError; Handle_TColStd_HArray1OfReal my3DAverageError; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif