// 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_RepresentationRelationshipWithTransformation_HeaderFile #define _StepRepr_RepresentationRelationshipWithTransformation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepRepr_RepresentationRelationshipWithTransformation_HeaderFile #include #endif #ifndef _StepRepr_Transformation_HeaderFile #include #endif #ifndef _StepRepr_ShapeRepresentationRelationship_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepRepr_Representation_HeaderFile #include #endif class TCollection_HAsciiString; class StepRepr_Representation; class StepRepr_Transformation; class StepRepr_RepresentationRelationshipWithTransformation : public StepRepr_ShapeRepresentationRelationship { public: Standard_EXPORT StepRepr_RepresentationRelationshipWithTransformation(); Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(TCollection_HAsciiString)& aDescription,const Handle(StepRepr_Representation)& aRep1,const Handle(StepRepr_Representation)& aRep2,const StepRepr_Transformation& aTransf) ; Standard_EXPORT StepRepr_Transformation TransformationOperator() const; Standard_EXPORT void SetTransformationOperator(const StepRepr_Transformation& aTrans) ; DEFINE_STANDARD_RTTI(StepRepr_RepresentationRelationshipWithTransformation) protected: private: StepRepr_Transformation theTrans; }; // other Inline functions and methods (like "C++: function call" methods) #endif