// 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_GeometryData_HeaderFile #define _TopOpeBRepDS_GeometryData_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopOpeBRepDS_ListOfInterference_HeaderFile #include #endif #ifndef _Handle_TopOpeBRepDS_Interference_HeaderFile #include #endif class TopOpeBRepDS_ListOfInterference; class TopOpeBRepDS_Interference; //! mother-class of SurfaceData, CurveData, PointData
class TopOpeBRepDS_GeometryData { 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_GeometryData(); Standard_EXPORT TopOpeBRepDS_GeometryData(const TopOpeBRepDS_GeometryData& Other); Standard_EXPORT void Assign(const TopOpeBRepDS_GeometryData& Other) ; void operator=(const TopOpeBRepDS_GeometryData& Other) { Assign(Other); } Standard_EXPORT const TopOpeBRepDS_ListOfInterference& Interferences() const; Standard_EXPORT TopOpeBRepDS_ListOfInterference& ChangeInterferences() ; Standard_EXPORT void AddInterference(const Handle(TopOpeBRepDS_Interference)& I) ; protected: private: TopOpeBRepDS_ListOfInterference myInterferences; }; // other Inline functions and methods (like "C++: function call" methods) #endif