// 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 _StepRepr_Representation_HeaderFile #define _StepRepr_Representation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepRepr_Representation_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepRepr_HArray1OfRepresentationItem_HeaderFile #include #endif #ifndef _Handle_StepRepr_RepresentationContext_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Handle_StepRepr_RepresentationItem_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TCollection_HAsciiString; class StepRepr_HArray1OfRepresentationItem; class StepRepr_RepresentationContext; class StepRepr_RepresentationItem; class StepRepr_Representation : public MMgt_TShared { public: //! Returns a Representation
Standard_EXPORT StepRepr_Representation(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepRepr_HArray1OfRepresentationItem)& aItems,const Handle(StepRepr_RepresentationContext)& aContextOfItems) ; Standard_EXPORT void SetName(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT Handle_TCollection_HAsciiString Name() const; Standard_EXPORT void SetItems(const Handle(StepRepr_HArray1OfRepresentationItem)& aItems) ; Standard_EXPORT Handle_StepRepr_HArray1OfRepresentationItem Items() const; Standard_EXPORT Handle_StepRepr_RepresentationItem ItemsValue(const Standard_Integer num) const; Standard_EXPORT Standard_Integer NbItems() const; Standard_EXPORT void SetContextOfItems(const Handle(StepRepr_RepresentationContext)& aContextOfItems) ; Standard_EXPORT Handle_StepRepr_RepresentationContext ContextOfItems() const; DEFINE_STANDARD_RTTI(StepRepr_Representation) protected: private: Handle_TCollection_HAsciiString name; Handle_StepRepr_HArray1OfRepresentationItem items; Handle_StepRepr_RepresentationContext contextOfItems; }; // other Inline functions and methods (like "C++: function call" methods) #endif