// 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 _StepVisual_PresentedItemRepresentation_HeaderFile #define _StepVisual_PresentedItemRepresentation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepVisual_PresentedItemRepresentation_HeaderFile #include #endif #ifndef _StepVisual_PresentationRepresentationSelect_HeaderFile #include #endif #ifndef _Handle_StepVisual_PresentedItem_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepVisual_PresentedItem; class StepVisual_PresentationRepresentationSelect; //! Added from StepVisual Rev2 to Rev4
class StepVisual_PresentedItemRepresentation : public MMgt_TShared { public: Standard_EXPORT StepVisual_PresentedItemRepresentation(); Standard_EXPORT void Init(const StepVisual_PresentationRepresentationSelect& aPresentation,const Handle(StepVisual_PresentedItem)& aItem) ; Standard_EXPORT void SetPresentation(const StepVisual_PresentationRepresentationSelect& aPresentation) ; Standard_EXPORT StepVisual_PresentationRepresentationSelect Presentation() const; Standard_EXPORT void SetItem(const Handle(StepVisual_PresentedItem)& aItem) ; Standard_EXPORT Handle_StepVisual_PresentedItem Item() const; DEFINE_STANDARD_RTTI(StepVisual_PresentedItemRepresentation) protected: private: StepVisual_PresentationRepresentationSelect thePresentation; Handle_StepVisual_PresentedItem theItem; }; // other Inline functions and methods (like "C++: function call" methods) #endif