Open CASCADE Technology 7.8.2.dev
|
#include <Aspect_Drawable.hxx>
#include <NCollection_Vec2.hxx>
#include <TCollection_AsciiString.hxx>
#include <memory>
Data Structures | |
struct | Draw_XSegment |
Segment definition. More... | |
class | Draw_Window |
Draw window. More... | |
Functions | |
void | Run_Appli (Standard_Boolean(*inteprete)(const char *)) |
Run the application. interp will be called to interpret a command and return True if the command is complete. | |
Standard_Boolean | Init_Appli () |
Initialize application. | |
void | Destroy_Appli () |
Destroy application. | |
Variables | |
const Standard_Integer | MAXCOLOR = 15 |
void Destroy_Appli | ( | ) |
Destroy application.
Standard_Boolean Init_Appli | ( | ) |
Initialize application.
void Run_Appli | ( | Standard_Boolean(* | inteprete )(const char *) | ) |
Run the application. interp will be called to interpret a command and return True if the command is complete.
const Standard_Integer MAXCOLOR = 15 |