// 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_VSInterference_HeaderFile #define _BOPTools_VSInterference_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/Face interference
//!
class BOPTools_VSInterference : 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_VSInterference(); //! Constructor
//! anIndex1,
//! anIndex2 see BOPTools_ShapeShapeInterference for details
//! U, V - values of parameters on the surface
Standard_EXPORT BOPTools_VSInterference(const Standard_Integer anIndex1,const Standard_Integer anIndex2,const Standard_Real U,const Standard_Real V); //! Modifier
Standard_EXPORT void SetUV(const Standard_Real U,const Standard_Real V) ; //! Selector
Standard_EXPORT void UV(Standard_Real& U,Standard_Real& V) const; protected: private: Standard_Real myU; Standard_Real myV; }; // other Inline functions and methods (like "C++: function call" methods) #endif