// 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 _IntTools_PntOn2Faces_HeaderFile #define _IntTools_PntOn2Faces_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _IntTools_PntOnFace_HeaderFile #include #endif class IntTools_PntOnFace; //! Contains two points PntOnFace from IntTools and a flag
class IntTools_PntOn2Faces { 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 IntTools_PntOn2Faces(); //! Initializes me by two points aP1 and aP2
Standard_EXPORT IntTools_PntOn2Faces(const IntTools_PntOnFace& aP1,const IntTools_PntOnFace& aP2); //! Modifier
Standard_EXPORT void SetP1(const IntTools_PntOnFace& aP1) ; //! Modifier
Standard_EXPORT void SetP2(const IntTools_PntOnFace& aP2) ; //! Modifier
Standard_EXPORT void SetValid(const Standard_Boolean bF) ; //! Selector
Standard_EXPORT const IntTools_PntOnFace& P1() const; //! Selector
Standard_EXPORT const IntTools_PntOnFace& P2() const; //! Selector
Standard_EXPORT Standard_Boolean IsValid() const; protected: private: Standard_Boolean myIsValid; IntTools_PntOnFace myPnt1; IntTools_PntOnFace myPnt2; }; // other Inline functions and methods (like "C++: function call" methods) #endif