// 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_SSIntersectionAttribute_HeaderFile #define _BOPTools_SSIntersectionAttribute_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif //! Class is a container of three flags used
//! by intersection algorithm
class BOPTools_SSIntersectionAttribute { 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); } //! Initializes me by flags
//!
Standard_EXPORT BOPTools_SSIntersectionAttribute(const Standard_Boolean Aproximation = Standard_True,const Standard_Boolean PCurveOnS1 = Standard_True,const Standard_Boolean PCurveOnS2 = Standard_True); //! Modifier
Standard_EXPORT void Approximation(const Standard_Boolean theFlag) ; //! Modifier
Standard_EXPORT void PCurveOnS1(const Standard_Boolean theFlag) ; //! Modifier
Standard_EXPORT void PCurveOnS2(const Standard_Boolean theFlag) ; //! Selector
Standard_Boolean Approximation() const; //! Selector
Standard_Boolean PCurveOnS1() const; //! Selector
Standard_Boolean PCurveOnS2() const; protected: private: Standard_Boolean myApproximation; Standard_Boolean myPCurve1; Standard_Boolean myPCurve2; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif