// 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 _IntSurf_Couple_HeaderFile #define _IntSurf_Couple_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif //! creation d 'un couple de 2 entiers
class IntSurf_Couple { 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); } IntSurf_Couple(); IntSurf_Couple(const Standard_Integer Index1,const Standard_Integer Index2); //! returns the first element
Standard_Integer First() const; //! returns the Second element
Standard_Integer Second() const; protected: private: Standard_Integer firstInteger; Standard_Integer secondInteger; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif