// 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 _PShort_SeqExplorerOfHSequenceOfShortReal_HeaderFile #define _PShort_SeqExplorerOfHSequenceOfShortReal_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_PShort_SeqNodeOfHSequenceOfShortReal_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PShort_HSequenceOfShortReal_HeaderFile #include #endif #ifndef _Standard_ShortReal_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class PShort_SeqNodeOfHSequenceOfShortReal; class PShort_HSequenceOfShortReal; class Standard_NoSuchObject; class Standard_OutOfRange; class PShort_SeqExplorerOfHSequenceOfShortReal { 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); } Standard_EXPORT PShort_SeqExplorerOfHSequenceOfShortReal(const Handle(PShort_HSequenceOfShortReal)& S); Standard_EXPORT Standard_ShortReal Value(const Standard_Integer Index) ; Standard_EXPORT Standard_Boolean Contains(const Standard_ShortReal& T) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Standard_ShortReal& T,const Standard_Integer FromIndex,const Standard_Integer ToIndex) ; Standard_EXPORT Standard_Integer Location(const Standard_Integer N,const Standard_ShortReal& T) ; protected: private: Handle_PShort_SeqNodeOfHSequenceOfShortReal CurrentItem; Standard_Integer CurrentIndex; Handle_PShort_HSequenceOfShortReal TheSequence; }; // other Inline functions and methods (like "C++: function call" methods) #endif