Warning, file /include/opencascade/StepDimTol_DatumReferenceModifier.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepDimTol_DatumReferenceModifier_HeaderFile
0017 #define _StepDimTol_DatumReferenceModifier_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_DefineAlloc.hxx>
0021 #include <Standard_Handle.hxx>
0022
0023 #include <Standard_Integer.hxx>
0024 #include <StepDimTol_DatumReferenceModifierWithValue.hxx>
0025 #include <StepDimTol_SimpleDatumReferenceModifierMember.hxx>
0026
0027 class Standard_Transient;
0028
0029 class StepDimTol_DatumReferenceModifier : public StepData_SelectType
0030 {
0031 public:
0032
0033 DEFINE_STANDARD_ALLOC
0034
0035
0036 Standard_EXPORT StepDimTol_DatumReferenceModifier();
0037
0038
0039
0040
0041
0042 Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
0043
0044
0045 Standard_EXPORT Handle(StepDimTol_DatumReferenceModifierWithValue) DatumReferenceModifierWithValue() const;
0046
0047
0048 Standard_EXPORT Handle(StepDimTol_SimpleDatumReferenceModifierMember) SimpleDatumReferenceModifierMember() const;
0049
0050 };
0051 #endif