File indexing completed on 2025-01-18 10:03:55
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESAppli_Flow_HeaderFile
0018 #define _IGESAppli_Flow_HeaderFile
0019
0020 #include <Standard.hxx>
0021
0022 #include <Standard_Integer.hxx>
0023 #include <IGESData_HArray1OfIGESEntity.hxx>
0024 #include <IGESDraw_HArray1OfConnectPoint.hxx>
0025 #include <Interface_HArray1OfHAsciiString.hxx>
0026 #include <IGESGraph_HArray1OfTextDisplayTemplate.hxx>
0027 #include <IGESData_IGESEntity.hxx>
0028 class IGESDraw_ConnectPoint;
0029 class TCollection_HAsciiString;
0030 class IGESGraph_TextDisplayTemplate;
0031
0032
0033 class IGESAppli_Flow;
0034 DEFINE_STANDARD_HANDLE(IGESAppli_Flow, IGESData_IGESEntity)
0035
0036
0037
0038
0039
0040
0041 class IGESAppli_Flow : public IGESData_IGESEntity
0042 {
0043
0044 public:
0045
0046
0047 Standard_EXPORT IGESAppli_Flow();
0048
0049
0050
0051
0052
0053
0054
0055
0056
0057
0058
0059 Standard_EXPORT void Init (const Standard_Integer nbContextFlags, const Standard_Integer aFlowType, const Standard_Integer aFuncFlag, const Handle(IGESData_HArray1OfIGESEntity)& allFlowAssocs, const Handle(IGESDraw_HArray1OfConnectPoint)& allConnectPoints, const Handle(IGESData_HArray1OfIGESEntity)& allJoins, const Handle(Interface_HArray1OfHAsciiString)& allFlowNames, const Handle(IGESGraph_HArray1OfTextDisplayTemplate)& allTextDisps, const Handle(IGESData_HArray1OfIGESEntity)& allContFlowAssocs);
0060
0061
0062 Standard_EXPORT Standard_Boolean OwnCorrect();
0063
0064
0065 Standard_EXPORT Standard_Integer NbContextFlags() const;
0066
0067
0068 Standard_EXPORT Standard_Integer NbFlowAssociativities() const;
0069
0070
0071 Standard_EXPORT Standard_Integer NbConnectPoints() const;
0072
0073
0074 Standard_EXPORT Standard_Integer NbJoins() const;
0075
0076
0077 Standard_EXPORT Standard_Integer NbFlowNames() const;
0078
0079
0080 Standard_EXPORT Standard_Integer NbTextDisplayTemplates() const;
0081
0082
0083 Standard_EXPORT Standard_Integer NbContFlowAssociativities() const;
0084
0085
0086
0087
0088 Standard_EXPORT Standard_Integer TypeOfFlow() const;
0089
0090
0091
0092
0093 Standard_EXPORT Standard_Integer FunctionFlag() const;
0094
0095
0096
0097 Standard_EXPORT Handle(IGESData_IGESEntity) FlowAssociativity (const Standard_Integer Index) const;
0098
0099
0100
0101 Standard_EXPORT Handle(IGESDraw_ConnectPoint) ConnectPoint (const Standard_Integer Index) const;
0102
0103
0104
0105 Standard_EXPORT Handle(IGESData_IGESEntity) Join (const Standard_Integer Index) const;
0106
0107
0108
0109 Standard_EXPORT Handle(TCollection_HAsciiString) FlowName (const Standard_Integer Index) const;
0110
0111
0112
0113 Standard_EXPORT Handle(IGESGraph_TextDisplayTemplate) TextDisplayTemplate (const Standard_Integer Index) const;
0114
0115
0116
0117 Standard_EXPORT Handle(IGESData_IGESEntity) ContFlowAssociativity (const Standard_Integer Index) const;
0118
0119
0120
0121
0122 DEFINE_STANDARD_RTTIEXT(IGESAppli_Flow,IGESData_IGESEntity)
0123
0124 protected:
0125
0126
0127
0128
0129 private:
0130
0131
0132 Standard_Integer theNbContextFlags;
0133 Standard_Integer theTypeOfFlow;
0134 Standard_Integer theFunctionFlag;
0135 Handle(IGESData_HArray1OfIGESEntity) theFlowAssociativities;
0136 Handle(IGESDraw_HArray1OfConnectPoint) theConnectPoints;
0137 Handle(IGESData_HArray1OfIGESEntity) theJoins;
0138 Handle(Interface_HArray1OfHAsciiString) theFlowNames;
0139 Handle(IGESGraph_HArray1OfTextDisplayTemplate) theTextDisplayTemplates;
0140 Handle(IGESData_HArray1OfIGESEntity) theContFlowAssociativities;
0141
0142
0143 };
0144
0145
0146
0147
0148
0149
0150
0151 #endif