Warning, file /include/opencascade/IGESDraw_SegmentedViewsVisible.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
0017 #ifndef _IGESDraw_SegmentedViewsVisible_HeaderFile
0018 #define _IGESDraw_SegmentedViewsVisible_HeaderFile
0019
0020 #include <Standard.hxx>
0021
0022 #include <IGESDraw_HArray1OfViewKindEntity.hxx>
0023 #include <TColStd_HArray1OfReal.hxx>
0024 #include <TColStd_HArray1OfInteger.hxx>
0025 #include <IGESGraph_HArray1OfColor.hxx>
0026 #include <IGESBasic_HArray1OfLineFontEntity.hxx>
0027 #include <IGESData_ViewKindEntity.hxx>
0028 #include <Standard_Integer.hxx>
0029 #include <Standard_Real.hxx>
0030 class IGESGraph_Color;
0031 class IGESData_LineFontEntity;
0032
0033 class IGESDraw_SegmentedViewsVisible;
0034 DEFINE_STANDARD_HANDLE(IGESDraw_SegmentedViewsVisible, IGESData_ViewKindEntity)
0035
0036
0037
0038
0039
0040
0041 class IGESDraw_SegmentedViewsVisible : public IGESData_ViewKindEntity
0042 {
0043
0044 public:
0045 Standard_EXPORT IGESDraw_SegmentedViewsVisible();
0046
0047
0048
0049
0050
0051
0052
0053
0054
0055
0056
0057
0058
0059
0060
0061 Standard_EXPORT void Init(const Handle(IGESDraw_HArray1OfViewKindEntity)& allViews,
0062 const Handle(TColStd_HArray1OfReal)& allBreakpointParameters,
0063 const Handle(TColStd_HArray1OfInteger)& allDisplayFlags,
0064 const Handle(TColStd_HArray1OfInteger)& allColorValues,
0065 const Handle(IGESGraph_HArray1OfColor)& allColorDefinitions,
0066 const Handle(TColStd_HArray1OfInteger)& allLineFontValues,
0067 const Handle(IGESBasic_HArray1OfLineFontEntity)& allLineFontDefinitions,
0068 const Handle(TColStd_HArray1OfInteger)& allLineWeights);
0069
0070
0071 Standard_EXPORT Standard_Boolean IsSingle() const Standard_OVERRIDE;
0072
0073
0074 Standard_EXPORT Standard_Integer NbViews() const Standard_OVERRIDE;
0075
0076
0077
0078 Standard_EXPORT Standard_Integer NbSegmentBlocks() const;
0079
0080
0081
0082
0083 Standard_EXPORT Handle(IGESData_ViewKindEntity) ViewItem(const Standard_Integer ViewIndex) const
0084 Standard_OVERRIDE;
0085
0086
0087
0088
0089
0090 Standard_EXPORT Standard_Real BreakpointParameter(const Standard_Integer BreakpointIndex) const;
0091
0092
0093
0094
0095 Standard_EXPORT Standard_Integer DisplayFlag(const Standard_Integer FlagIndex) const;
0096
0097
0098
0099
0100
0101 Standard_EXPORT Standard_Boolean IsColorDefinition(const Standard_Integer ColorIndex) const;
0102
0103
0104
0105
0106 Standard_EXPORT Standard_Integer ColorValue(const Standard_Integer ColorIndex) const;
0107
0108
0109
0110
0111 Standard_EXPORT Handle(IGESGraph_Color) ColorDefinition(const Standard_Integer ColorIndex) const;
0112
0113
0114
0115
0116
0117 Standard_EXPORT Standard_Boolean IsFontDefinition(const Standard_Integer FontIndex) const;
0118
0119
0120
0121
0122 Standard_EXPORT Standard_Integer LineFontValue(const Standard_Integer FontIndex) const;
0123
0124
0125
0126
0127 Standard_EXPORT Handle(IGESData_LineFontEntity) LineFontDefinition(
0128 const Standard_Integer FontIndex) const;
0129
0130
0131
0132
0133 Standard_EXPORT Standard_Integer LineWeightItem(const Standard_Integer WeightIndex) const;
0134
0135 DEFINE_STANDARD_RTTIEXT(IGESDraw_SegmentedViewsVisible, IGESData_ViewKindEntity)
0136
0137 protected:
0138 private:
0139 Handle(IGESDraw_HArray1OfViewKindEntity) theViews;
0140 Handle(TColStd_HArray1OfReal) theBreakpointParameters;
0141 Handle(TColStd_HArray1OfInteger) theDisplayFlags;
0142 Handle(TColStd_HArray1OfInteger) theColorValues;
0143 Handle(IGESGraph_HArray1OfColor) theColorDefinitions;
0144 Handle(TColStd_HArray1OfInteger) theLineFontValues;
0145 Handle(IGESBasic_HArray1OfLineFontEntity) theLineFontDefinitions;
0146 Handle(TColStd_HArray1OfInteger) theLineWeights;
0147 };
0148
0149 #endif