// 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_VEInterference_HeaderFile #define _BOPTools_VEInterference_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _BOPTools_ShapeShapeInterference_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif //! class for storing info about an Verex/Edge interference
//!
class BOPTools_VEInterference : 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_VEInterference(); //! Constructor
//! anIndex1,
//! anIndex2 see BOPTools_ShapeShapeInterference for details
//! aT - values of parameter on the edge
Standard_EXPORT BOPTools_VEInterference(const Standard_Integer anIndex1,const Standard_Integer anIndex2,const Standard_Real aT); //! Modifier
Standard_EXPORT void SetParameter(const Standard_Real aT) ; //! Selector
Standard_EXPORT Standard_Real Parameter() const; protected: private: Standard_Real myParameter; }; // other Inline functions and methods (like "C++: function call" methods) #endif