// 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 _HLRAlgo_PolyShellData_HeaderFile #define _HLRAlgo_PolyShellData_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_HLRAlgo_PolyShellData_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TColStd_Array1OfTransient_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfTransient_HeaderFile #include #endif #ifndef _HLRAlgo_ListOfBPoint_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TColStd_HArray1OfTransient; class TColStd_Array1OfTransient; class HLRAlgo_ListOfBPoint; class HLRAlgo_PolyShellData : public MMgt_TShared { public: Standard_EXPORT HLRAlgo_PolyShellData(const Standard_Integer nbFace); Standard_EXPORT void UpdateGlobalMinMax(const Standard_Address TotMinMax) ; Standard_EXPORT void UpdateHiding(const Standard_Integer nbHiding) ; Standard_Boolean Hiding() const; TColStd_Array1OfTransient& PolyData() ; TColStd_Array1OfTransient& HidingPolyData() ; HLRAlgo_ListOfBPoint& Edges() ; Standard_Address Indices() ; DEFINE_STANDARD_RTTI(HLRAlgo_PolyShellData) protected: private: Standard_Integer myMinMax[2]; TColStd_Array1OfTransient myPolyg; Handle_TColStd_HArray1OfTransient myHPolHi; HLRAlgo_ListOfBPoint mySegList; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif