summaryrefslogtreecommitdiff
path: root/inc/StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
blob: 960afb1a24eecc6501ab6581abe7ff3face6407e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
// 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 <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol_HeaderFile
#include <Handle_StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx>
#endif

#ifndef _Handle_StepDimTol_GeometricToleranceWithDatumReference_HeaderFile
#include <Handle_StepDimTol_GeometricToleranceWithDatumReference.hxx>
#endif
#ifndef _Handle_StepDimTol_ModifiedGeometricTolerance_HeaderFile
#include <Handle_StepDimTol_ModifiedGeometricTolerance.hxx>
#endif
#ifndef _Handle_StepDimTol_PositionTolerance_HeaderFile
#include <Handle_StepDimTol_PositionTolerance.hxx>
#endif
#ifndef _StepDimTol_GeometricTolerance_HeaderFile
#include <StepDimTol_GeometricTolerance.hxx>
#endif
#ifndef _Handle_TCollection_HAsciiString_HeaderFile
#include <Handle_TCollection_HAsciiString.hxx>
#endif
#ifndef _Handle_StepBasic_MeasureWithUnit_HeaderFile
#include <Handle_StepBasic_MeasureWithUnit.hxx>
#endif
#ifndef _Handle_StepRepr_ShapeAspect_HeaderFile
#include <Handle_StepRepr_ShapeAspect.hxx>
#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