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