// 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 _PBRep_Polygon3D_HeaderFile #define _PBRep_Polygon3D_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PBRep_Polygon3D_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_PPoly_Polygon3D_HeaderFile #include #endif #ifndef _PBRep_CurveRepresentation_HeaderFile #include #endif class PPoly_Polygon3D; class PTopLoc_Location; class PBRep_Polygon3D : public PBRep_CurveRepresentation { public: Standard_EXPORT PBRep_Polygon3D(const Handle(PPoly_Polygon3D)& P,const PTopLoc_Location& L); //! Returns True.
Standard_EXPORT virtual Standard_Boolean IsPolygon3D() const; Standard_EXPORT Handle_PPoly_Polygon3D Polygon3D() const; PBRep_Polygon3D( ) { } PBRep_Polygon3D(const Storage_stCONSTclCOM& a) : PBRep_CurveRepresentation(a) { } Handle(PPoly_Polygon3D) _CSFDB_GetPBRep_Polygon3DmyPolygon3D() const { return myPolygon3D; } void _CSFDB_SetPBRep_Polygon3DmyPolygon3D(const Handle(PPoly_Polygon3D)& p) { myPolygon3D = p; } DEFINE_STANDARD_RTTI(PBRep_Polygon3D) protected: private: Handle_PPoly_Polygon3D myPolygon3D; }; // other Inline functions and methods (like "C++: function call" methods) #endif