// 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 _PNaming_HArray1OfNamedShape_HeaderFile #define _PNaming_HArray1OfNamedShape_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PNaming_HArray1OfNamedShape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PNaming_NamedShape_HeaderFile #include #endif #ifndef _Handle_Standard_Persistent_HeaderFile #include #endif #ifndef _PNaming_FieldOfHArray1OfNamedShape_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Persistent_HeaderFile #include #endif #ifndef _Handle_PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class PNaming_NamedShape; class Standard_Persistent; class Standard_OutOfRange; class Standard_RangeError; class PNaming_FieldOfHArray1OfNamedShape; class PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape; class PNaming_VArrayTNodeOfFieldOfHArray1OfNamedShape; class PNaming_HArray1OfNamedShape : public Standard_Persistent { public: Standard_EXPORT PNaming_HArray1OfNamedShape(const Standard_Integer Low,const Standard_Integer Up); Standard_EXPORT PNaming_HArray1OfNamedShape(const Standard_Integer Low,const Standard_Integer Up,const Handle(PNaming_NamedShape)& V); Standard_Integer Length() const; Standard_Integer Lower() const; Standard_EXPORT void SetValue(const Standard_Integer Index,const Handle(PNaming_NamedShape)& Value) ; Standard_Integer Upper() const; Standard_EXPORT Handle_PNaming_NamedShape Value(const Standard_Integer Index) const; Standard_EXPORT virtual Handle_Standard_Persistent ShallowCopy() const; Standard_EXPORT virtual void ShallowDump(Standard_OStream& s) const; PNaming_HArray1OfNamedShape( ) { } PNaming_HArray1OfNamedShape(const Storage_stCONSTclCOM& a) : Standard_Persistent(a) { } Standard_Integer _CSFDB_GetPNaming_HArray1OfNamedShapeLowerBound() const { return LowerBound; } void _CSFDB_SetPNaming_HArray1OfNamedShapeLowerBound(const Standard_Integer p) { LowerBound = p; } Standard_Integer _CSFDB_GetPNaming_HArray1OfNamedShapeUpperBound() const { return UpperBound; } void _CSFDB_SetPNaming_HArray1OfNamedShapeUpperBound(const Standard_Integer p) { UpperBound = p; } const PNaming_FieldOfHArray1OfNamedShape& _CSFDB_GetPNaming_HArray1OfNamedShapeData() const { return Data; } DEFINE_STANDARD_RTTI(PNaming_HArray1OfNamedShape) protected: private: Standard_EXPORT PNaming_FieldOfHArray1OfNamedShape Field() const; Standard_EXPORT Standard_Address Datas() const; Standard_Integer LowerBound; Standard_Integer UpperBound; PNaming_FieldOfHArray1OfNamedShape Data; }; #define Item Handle_PNaming_NamedShape #define Item_hxx #define PCollection_FieldOfHArray1 PNaming_FieldOfHArray1OfNamedShape #define PCollection_FieldOfHArray1_hxx #define PCollection_VArrayNodeOfFieldOfHArray1 PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayNodeOfFieldOfHArray1_hxx #define PCollection_VArrayTNodeOfFieldOfHArray1 PNaming_VArrayTNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayTNodeOfFieldOfHArray1_hxx #define PCollection_VArrayNodeOfFieldOfHArray1 PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayNodeOfFieldOfHArray1_hxx #define PCollection_VArrayTNodeOfFieldOfHArray1 PNaming_VArrayTNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayTNodeOfFieldOfHArray1_hxx #define Handle_PCollection_VArrayNodeOfFieldOfHArray1 Handle_PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayNodeOfFieldOfHArray1_Type_() PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape_Type_() #define Handle_PCollection_VArrayNodeOfFieldOfHArray1 Handle_PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape #define PCollection_VArrayNodeOfFieldOfHArray1_Type_() PNaming_VArrayNodeOfFieldOfHArray1OfNamedShape_Type_() #define PCollection_HArray1 PNaming_HArray1OfNamedShape #define PCollection_HArray1_hxx #define Handle_PCollection_HArray1 Handle_PNaming_HArray1OfNamedShape #define PCollection_HArray1_Type_() PNaming_HArray1OfNamedShape_Type_() #include #undef Item #undef Item_hxx #undef PCollection_FieldOfHArray1 #undef PCollection_FieldOfHArray1_hxx #undef PCollection_VArrayNodeOfFieldOfHArray1 #undef PCollection_VArrayNodeOfFieldOfHArray1_hxx #undef PCollection_VArrayTNodeOfFieldOfHArray1 #undef PCollection_VArrayTNodeOfFieldOfHArray1_hxx #undef PCollection_VArrayNodeOfFieldOfHArray1 #undef PCollection_VArrayNodeOfFieldOfHArray1_hxx #undef PCollection_VArrayTNodeOfFieldOfHArray1 #undef PCollection_VArrayTNodeOfFieldOfHArray1_hxx #undef Handle_PCollection_VArrayNodeOfFieldOfHArray1 #undef PCollection_VArrayNodeOfFieldOfHArray1_Type_ #undef Handle_PCollection_VArrayNodeOfFieldOfHArray1 #undef PCollection_VArrayNodeOfFieldOfHArray1_Type_ #undef PCollection_HArray1 #undef PCollection_HArray1_hxx #undef Handle_PCollection_HArray1 #undef PCollection_HArray1_Type_ // other Inline functions and methods (like "C++: function call" methods) inline void ShallowDump(const Handle_PNaming_HArray1OfNamedShape& me,Standard_OStream& s) { me->ShallowDump(s); } #endif