20 #ifndef CURVECREATOR_DISPLAYER_H
21 #define CURVECREATOR_DISPLAYER_H
25 #include <AIS_InteractiveObject.hxx>
26 #include <AIS_InteractiveContext.hxx>
36 const int theZLayer = -1 );
40 void eraseAll(
bool isUpdate );
44 Quantity_Color getActiveColor(
bool isHL );
47 Handle(AIS_InteractiveContext) myContext;