File indexing completed on 2025-01-18 10:04:00
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESDraw_LabelDisplay_HeaderFile
0018 #define _IGESDraw_LabelDisplay_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <IGESDraw_HArray1OfViewKindEntity.hxx>
0024 #include <TColgp_HArray1OfXYZ.hxx>
0025 #include <IGESDimen_HArray1OfLeaderArrow.hxx>
0026 #include <TColStd_HArray1OfInteger.hxx>
0027 #include <IGESData_HArray1OfIGESEntity.hxx>
0028 #include <IGESData_LabelDisplayEntity.hxx>
0029 #include <Standard_Integer.hxx>
0030 class IGESData_ViewKindEntity;
0031 class gp_Pnt;
0032 class IGESDimen_LeaderArrow;
0033 class IGESData_IGESEntity;
0034
0035
0036 class IGESDraw_LabelDisplay;
0037 DEFINE_STANDARD_HANDLE(IGESDraw_LabelDisplay, IGESData_LabelDisplayEntity)
0038
0039
0040
0041
0042
0043
0044 class IGESDraw_LabelDisplay : public IGESData_LabelDisplayEntity
0045 {
0046
0047 public:
0048
0049
0050 Standard_EXPORT IGESDraw_LabelDisplay();
0051
0052
0053
0054
0055
0056
0057
0058
0059
0060
0061
0062 Standard_EXPORT void Init (const Handle(IGESDraw_HArray1OfViewKindEntity)& allViews, const Handle(TColgp_HArray1OfXYZ)& allTextLocations, const Handle(IGESDimen_HArray1OfLeaderArrow)& allLeaderEntities, const Handle(TColStd_HArray1OfInteger)& allLabelLevels, const Handle(IGESData_HArray1OfIGESEntity)& allDisplayedEntities);
0063
0064
0065 Standard_EXPORT Standard_Integer NbLabels() const;
0066
0067
0068
0069 Standard_EXPORT Handle(IGESData_ViewKindEntity) ViewItem (const Standard_Integer ViewIndex) const;
0070
0071
0072
0073
0074 Standard_EXPORT gp_Pnt TextLocation (const Standard_Integer ViewIndex) const;
0075
0076
0077
0078 Standard_EXPORT Handle(IGESDimen_LeaderArrow) LeaderEntity (const Standard_Integer ViewIndex) const;
0079
0080
0081
0082
0083 Standard_EXPORT Standard_Integer LabelLevel (const Standard_Integer ViewIndex) const;
0084
0085
0086
0087 Standard_EXPORT Handle(IGESData_IGESEntity) DisplayedEntity (const Standard_Integer EntityIndex) const;
0088
0089
0090
0091
0092 Standard_EXPORT gp_Pnt TransformedTextLocation (const Standard_Integer ViewIndex) const;
0093
0094
0095
0096
0097 DEFINE_STANDARD_RTTIEXT(IGESDraw_LabelDisplay,IGESData_LabelDisplayEntity)
0098
0099 protected:
0100
0101
0102
0103
0104 private:
0105
0106
0107 Handle(IGESDraw_HArray1OfViewKindEntity) theViews;
0108 Handle(TColgp_HArray1OfXYZ) theTextLocations;
0109 Handle(IGESDimen_HArray1OfLeaderArrow) theLeaderEntities;
0110 Handle(TColStd_HArray1OfInteger) theLabelLevels;
0111 Handle(IGESData_HArray1OfIGESEntity) theDisplayedEntities;
0112
0113
0114 };
0115
0116
0117
0118
0119
0120
0121
0122 #endif