// 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_EdgeOnSurfLaw_HeaderFile #define _BRepFill_EdgeOnSurfLaw_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRepFill_EdgeOnSurfLaw_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _BRepFill_LocationLaw_HeaderFile #include #endif class TopoDS_Wire; class TopoDS_Shape; //! Build Location Law, with a Wire and a Surface.
class BRepFill_EdgeOnSurfLaw : public BRepFill_LocationLaw { public: Standard_EXPORT BRepFill_EdgeOnSurfLaw(const TopoDS_Wire& Path,const TopoDS_Shape& Surf); //! returns if one Edge of do not have
//! representation on . In this case it is
//! impossible to use this object.
Standard_EXPORT Standard_Boolean HasResult() const; DEFINE_STANDARD_RTTI(BRepFill_EdgeOnSurfLaw) protected: private: Standard_Boolean hasresult; }; // other Inline functions and methods (like "C++: function call" methods) #endif