// 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 _BRep_PolygonOnClosedSurface_HeaderFile #define _BRep_PolygonOnClosedSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRep_PolygonOnClosedSurface_HeaderFile #include #endif #ifndef _Handle_Poly_Polygon2D_HeaderFile #include #endif #ifndef _BRep_PolygonOnSurface_HeaderFile #include #endif #ifndef _Handle_Geom_Surface_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_BRep_CurveRepresentation_HeaderFile #include #endif class Poly_Polygon2D; class Geom_Surface; class TopLoc_Location; class BRep_CurveRepresentation; //! Representation by two 2d polygons in the parametric
//! space of a surface.
class BRep_PolygonOnClosedSurface : public BRep_PolygonOnSurface { public: Standard_EXPORT BRep_PolygonOnClosedSurface(const Handle(Poly_Polygon2D)& P1,const Handle(Poly_Polygon2D)& P2,const Handle(Geom_Surface)& S,const TopLoc_Location& L); //! returns True.
Standard_EXPORT virtual Standard_Boolean IsPolygonOnClosedSurface() const; Standard_EXPORT virtual const Handle_Poly_Polygon2D& Polygon2() const; Standard_EXPORT virtual void Polygon2(const Handle(Poly_Polygon2D)& P) ; //! Return a copy of this representation.
Standard_EXPORT virtual Handle_BRep_CurveRepresentation Copy() const; DEFINE_STANDARD_RTTI(BRep_PolygonOnClosedSurface) protected: private: Handle_Poly_Polygon2D myPolygon2; }; // other Inline functions and methods (like "C++: function call" methods) #endif