// 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 _StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol_HeaderFile #define _StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol_HeaderFile #include #endif #ifndef _Handle_StepDimTol_GeometricToleranceWithDatumReference_HeaderFile #include #endif #ifndef _Handle_StepDimTol_ModifiedGeometricTolerance_HeaderFile #include #endif #ifndef _Handle_StepDimTol_PositionTolerance_HeaderFile #include #endif #ifndef _StepDimTol_GeometricTolerance_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepBasic_MeasureWithUnit_HeaderFile #include #endif #ifndef _Handle_StepRepr_ShapeAspect_HeaderFile #include #endif class StepDimTol_GeometricToleranceWithDatumReference; class StepDimTol_ModifiedGeometricTolerance; class StepDimTol_PositionTolerance; class TCollection_HAsciiString; class StepBasic_MeasureWithUnit; class StepRepr_ShapeAspect; class StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol : public StepDimTol_GeometricTolerance { public: Standard_EXPORT StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol(); Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(TCollection_HAsciiString)& aDescription,const Handle(StepBasic_MeasureWithUnit)& aMagnitude,const Handle(StepRepr_ShapeAspect)& aTolerancedShapeAspect,const Handle(StepDimTol_GeometricToleranceWithDatumReference)& aGTWDR,const Handle(StepDimTol_ModifiedGeometricTolerance)& aMGT) ; Standard_EXPORT void SetGeometricToleranceWithDatumReference(const Handle(StepDimTol_GeometricToleranceWithDatumReference)& aGTWDR) ; Standard_EXPORT Handle_StepDimTol_GeometricToleranceWithDatumReference GetGeometricToleranceWithDatumReference() const; Standard_EXPORT void SetModifiedGeometricTolerance(const Handle(StepDimTol_ModifiedGeometricTolerance)& aMGT) ; Standard_EXPORT Handle_StepDimTol_ModifiedGeometricTolerance GetModifiedGeometricTolerance() const; Standard_EXPORT void SetPositionTolerance(const Handle(StepDimTol_PositionTolerance)& aPT) ; Standard_EXPORT Handle_StepDimTol_PositionTolerance GetPositionTolerance() const; DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol) protected: private: Handle_StepDimTol_GeometricToleranceWithDatumReference myGeometricToleranceWithDatumReference; Handle_StepDimTol_ModifiedGeometricTolerance myModifiedGeometricTolerance; Handle_StepDimTol_PositionTolerance myPositionTolerance; }; // other Inline functions and methods (like "C++: function call" methods) #endif