// 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 _TColQuantity_HArray1OfLength_HeaderFile #define _TColQuantity_HArray1OfLength_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TColQuantity_HArray1OfLength_HeaderFile #include #endif #ifndef _TColQuantity_Array1OfLength_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Quantity_Length_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Standard_RangeError; class Standard_DimensionMismatch; class Standard_OutOfRange; class Standard_OutOfMemory; class TColQuantity_Array1OfLength; class TColQuantity_HArray1OfLength : public MMgt_TShared { public: Standard_EXPORT TColQuantity_HArray1OfLength(const Standard_Integer Low,const Standard_Integer Up); Standard_EXPORT TColQuantity_HArray1OfLength(const Standard_Integer Low,const Standard_Integer Up,const Quantity_Length& V); Standard_EXPORT void Init(const Quantity_Length& V) ; Standard_Integer Length() const; Standard_Integer Lower() const; Standard_Integer Upper() const; void SetValue(const Standard_Integer Index,const Quantity_Length& Value) ; const Quantity_Length& Value(const Standard_Integer Index) const; Quantity_Length& ChangeValue(const Standard_Integer Index) ; const TColQuantity_Array1OfLength& Array1() const; TColQuantity_Array1OfLength& ChangeArray1() ; DEFINE_STANDARD_RTTI(TColQuantity_HArray1OfLength) protected: private: TColQuantity_Array1OfLength myArray; }; #define ItemHArray1 Quantity_Length #define ItemHArray1_hxx #define TheArray1 TColQuantity_Array1OfLength #define TheArray1_hxx #define TCollection_HArray1 TColQuantity_HArray1OfLength #define TCollection_HArray1_hxx #define Handle_TCollection_HArray1 Handle_TColQuantity_HArray1OfLength #define TCollection_HArray1_Type_() TColQuantity_HArray1OfLength_Type_() #include #undef ItemHArray1 #undef ItemHArray1_hxx #undef TheArray1 #undef TheArray1_hxx #undef TCollection_HArray1 #undef TCollection_HArray1_hxx #undef Handle_TCollection_HArray1 #undef TCollection_HArray1_Type_ // other Inline functions and methods (like "C++: function call" methods) #endif