// 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_ShapeAspect_HeaderFile #define _StepRepr_ShapeAspect_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepRepr_ShapeAspect_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepRepr_ProductDefinitionShape_HeaderFile #include #endif #ifndef _StepData_Logical_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class TCollection_HAsciiString; class StepRepr_ProductDefinitionShape; class StepRepr_ShapeAspect : public MMgt_TShared { public: //! Returns a ShapeAspect
Standard_EXPORT StepRepr_ShapeAspect(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(TCollection_HAsciiString)& aDescription,const Handle(StepRepr_ProductDefinitionShape)& aOfShape,const StepData_Logical aProductDefinitional) ; Standard_EXPORT void SetName(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT Handle_TCollection_HAsciiString Name() const; Standard_EXPORT void SetDescription(const Handle(TCollection_HAsciiString)& aDescription) ; Standard_EXPORT Handle_TCollection_HAsciiString Description() const; Standard_EXPORT void SetOfShape(const Handle(StepRepr_ProductDefinitionShape)& aOfShape) ; Standard_EXPORT Handle_StepRepr_ProductDefinitionShape OfShape() const; Standard_EXPORT void SetProductDefinitional(const StepData_Logical aProductDefinitional) ; Standard_EXPORT StepData_Logical ProductDefinitional() const; DEFINE_STANDARD_RTTI(StepRepr_ShapeAspect) protected: private: Handle_TCollection_HAsciiString name; Handle_TCollection_HAsciiString description; Handle_StepRepr_ProductDefinitionShape ofShape; StepData_Logical productDefinitional; }; // other Inline functions and methods (like "C++: function call" methods) #endif