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_PipingFlow_HeaderFile
0018 #define _IGESAppli_PipingFlow_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_PipingFlow;
0034 DEFINE_STANDARD_HANDLE(IGESAppli_PipingFlow, IGESData_IGESEntity)
0035
0036
0037
0038
0039 class IGESAppli_PipingFlow : public IGESData_IGESEntity
0040 {
0041
0042 public:
0043
0044
0045 Standard_EXPORT IGESAppli_PipingFlow();
0046
0047
0048
0049
0050
0051
0052
0053
0054
0055
0056
0057 Standard_EXPORT void Init (const Standard_Integer nbContextFlags, const Standard_Integer aFlowType, 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);
0058
0059
0060 Standard_EXPORT Standard_Boolean OwnCorrect();
0061
0062
0063 Standard_EXPORT Standard_Integer NbContextFlags() const;
0064
0065
0066 Standard_EXPORT Standard_Integer NbFlowAssociativities() const;
0067
0068
0069 Standard_EXPORT Standard_Integer NbConnectPoints() const;
0070
0071
0072 Standard_EXPORT Standard_Integer NbJoins() const;
0073
0074
0075 Standard_EXPORT Standard_Integer NbFlowNames() const;
0076
0077
0078 Standard_EXPORT Standard_Integer NbTextDisplayTemplates() const;
0079
0080
0081 Standard_EXPORT Standard_Integer NbContFlowAssociativities() const;
0082
0083
0084
0085
0086 Standard_EXPORT Standard_Integer TypeOfFlow() const;
0087
0088
0089
0090 Standard_EXPORT Handle(IGESData_IGESEntity) FlowAssociativity (const Standard_Integer Index) const;
0091
0092
0093
0094 Standard_EXPORT Handle(IGESDraw_ConnectPoint) ConnectPoint (const Standard_Integer Index) const;
0095
0096
0097
0098 Standard_EXPORT Handle(IGESData_IGESEntity) Join (const Standard_Integer Index) const;
0099
0100
0101
0102 Standard_EXPORT Handle(TCollection_HAsciiString) FlowName (const Standard_Integer Index) const;
0103
0104
0105
0106 Standard_EXPORT Handle(IGESGraph_TextDisplayTemplate) TextDisplayTemplate (const Standard_Integer Index) const;
0107
0108
0109
0110 Standard_EXPORT Handle(IGESData_IGESEntity) ContFlowAssociativity (const Standard_Integer Index) const;
0111
0112
0113
0114
0115 DEFINE_STANDARD_RTTIEXT(IGESAppli_PipingFlow,IGESData_IGESEntity)
0116
0117 protected:
0118
0119
0120
0121
0122 private:
0123
0124
0125 Standard_Integer theNbContextFlags;
0126 Standard_Integer theTypeOfFlow;
0127 Handle(IGESData_HArray1OfIGESEntity) theFlowAssociativities;
0128 Handle(IGESDraw_HArray1OfConnectPoint) theConnectPoints;
0129 Handle(IGESData_HArray1OfIGESEntity) theJoins;
0130 Handle(Interface_HArray1OfHAsciiString) theFlowNames;
0131 Handle(IGESGraph_HArray1OfTextDisplayTemplate) theTextDisplayTemplates;
0132 Handle(IGESData_HArray1OfIGESEntity) theContFlowAssociativities;
0133
0134
0135 };
0136
0137
0138
0139
0140
0141
0142
0143 #endif