// 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 _BOPTools_ESInterference_HeaderFile #define _BOPTools_ESInterference_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _IntTools_CommonPrt_HeaderFile #include #endif #ifndef _BOPTools_ShapeShapeInterference_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class IntTools_CommonPrt; //! class for storing an Edge/Face
//! interference
//!
class BOPTools_ESInterference : public BOPTools_ShapeShapeInterference { 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); } //! Empty constructor
Standard_EXPORT BOPTools_ESInterference(); //! Constructor
//! anIndex1,
//! anIndex2 see BOPTools_ShapeShapeInterference for details
//! aCPart see IntTools_CommonPrt for details
Standard_EXPORT BOPTools_ESInterference(const Standard_Integer anIndex1,const Standard_Integer anIndex2,const IntTools_CommonPrt& aCPart); //! Selector
Standard_EXPORT const IntTools_CommonPrt& CommonPrt() const; protected: private: IntTools_CommonPrt myCommonPart; }; // other Inline functions and methods (like "C++: function call" methods) #endif