Warning, file /include/opencascade/StepVisual_AnnotationFillArea.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 _StepVisual_AnnotationFillArea_HeaderFile
0017 #define _StepVisual_AnnotationFillArea_HeaderFile
0018
0019 #include <Standard.hxx>
0020
0021 #include <StepShape_GeometricCurveSet.hxx>
0022 #include <Standard_Integer.hxx>
0023
0024 class StepVisual_AnnotationFillArea;
0025 DEFINE_STANDARD_HANDLE(StepVisual_AnnotationFillArea, StepShape_GeometricCurveSet)
0026
0027
0028 class StepVisual_AnnotationFillArea : public StepShape_GeometricCurveSet
0029 {
0030
0031 public:
0032
0033 Standard_EXPORT StepVisual_AnnotationFillArea();
0034
0035 DEFINE_STANDARD_RTTIEXT(StepVisual_AnnotationFillArea, StepShape_GeometricCurveSet)
0036 };
0037 #endif