// 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 _TopOpeBRepDS_ShapeData_HeaderFile #define _TopOpeBRepDS_ShapeData_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopOpeBRepDS_ListOfInterference_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopOpeBRepDS_Config_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TopOpeBRepDS_DataStructure; class TopOpeBRepDS_ListOfInterference; class TopOpeBRepDS_ShapeData { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT TopOpeBRepDS_ShapeData(); Standard_EXPORT const TopOpeBRepDS_ListOfInterference& Interferences() const; Standard_EXPORT TopOpeBRepDS_ListOfInterference& ChangeInterferences() ; Standard_EXPORT Standard_Boolean Keep() const; Standard_EXPORT void ChangeKeep(const Standard_Boolean B) ; friend class TopOpeBRepDS_DataStructure; protected: private: TopOpeBRepDS_ListOfInterference myInterferences; TopTools_ListOfShape mySameDomain; Standard_Integer mySameDomainRef; TopOpeBRepDS_Config mySameDomainOri; Standard_Integer mySameDomainInd; TopAbs_Orientation myOrientation; Standard_Boolean myOrientationDef; Standard_Integer myAncestorRank; Standard_Boolean myKeep; }; // other Inline functions and methods (like "C++: function call" methods) #endif