// 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 _BRepFill_ACRLaw_HeaderFile #define _BRepFill_ACRLaw_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRepFill_ACRLaw_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfReal_HeaderFile #include #endif #ifndef _BRepFill_LocationLaw_HeaderFile #include #endif #ifndef _Handle_GeomFill_LocationGuide_HeaderFile #include #endif class TColStd_HArray1OfReal; class TopoDS_Wire; class GeomFill_LocationGuide; //! Build Location Law, with a Wire. dans le cas du
//! contour guide et triedre par Abscisse Curviligne
//! Reduite
//!
class BRepFill_ACRLaw : public BRepFill_LocationLaw { public: Standard_EXPORT BRepFill_ACRLaw(const TopoDS_Wire& Path,const Handle(GeomFill_LocationGuide)& Law); DEFINE_STANDARD_RTTI(BRepFill_ACRLaw) protected: private: Handle_TColStd_HArray1OfReal OrigParam; }; // other Inline functions and methods (like "C++: function call" methods) #endif