// 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 _StepGeom_GeometricRepresentationContextAndParametricRepresentationContext_HeaderFile #define _StepGeom_GeometricRepresentationContextAndParametricRepresentationContext_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_GeometricRepresentationContextAndParametricRepresentationContext_HeaderFile #include #endif #ifndef _Handle_StepGeom_GeometricRepresentationContext_HeaderFile #include #endif #ifndef _Handle_StepRepr_ParametricRepresentationContext_HeaderFile #include #endif #ifndef _StepRepr_RepresentationContext_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class StepGeom_GeometricRepresentationContext; class StepRepr_ParametricRepresentationContext; class TCollection_HAsciiString; class StepGeom_GeometricRepresentationContextAndParametricRepresentationContext : public StepRepr_RepresentationContext { public: //! empty constructor
Standard_EXPORT StepGeom_GeometricRepresentationContextAndParametricRepresentationContext(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aContextIdentifier,const Handle(TCollection_HAsciiString)& aContextType) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aContextIdentifier,const Handle(TCollection_HAsciiString)& aContextType,const Handle(StepGeom_GeometricRepresentationContext)& aGeometricRepresentationContext,const Handle(StepRepr_ParametricRepresentationContext)& aParametricRepresentationContext) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aContextIdentifier,const Handle(TCollection_HAsciiString)& aContextType,const Standard_Integer aCoordinateSpaceDimension) ; Standard_EXPORT void SetGeometricRepresentationContext(const Handle(StepGeom_GeometricRepresentationContext)& aGeometricRepresentationContext) ; Standard_EXPORT Handle_StepGeom_GeometricRepresentationContext GeometricRepresentationContext() const; Standard_EXPORT void SetParametricRepresentationContext(const Handle(StepRepr_ParametricRepresentationContext)& aParametricRepresentationContext) ; Standard_EXPORT Handle_StepRepr_ParametricRepresentationContext ParametricRepresentationContext() const; Standard_EXPORT void SetCoordinateSpaceDimension(const Standard_Integer aCoordinateSpaceDimension) ; Standard_EXPORT Standard_Integer CoordinateSpaceDimension() const; DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext) protected: private: Handle_StepGeom_GeometricRepresentationContext geometricRepresentationContext; Handle_StepRepr_ParametricRepresentationContext parametricRepresentationContext; }; // other Inline functions and methods (like "C++: function call" methods) #endif