Commit | Line | Data |
---|---|---|
7fd59977 | 1 | // File: QABRGM.cxx |
2 | // Created: Wed Mar 20 17:11:03 2002 | |
3 | // Author: QA Admin | |
4 | // <qa@umnox.nnov.matra-dtv.fr> | |
5 | ||
6 | ||
7 | #include <QABRGM.hxx> | |
8 | ||
9 | #include <Draw_Interpretor.hxx> | |
10 | #include <DBRep.hxx> | |
11 | #include <DrawTrSurf.hxx> | |
12 | #include <AIS_InteractiveContext.hxx> | |
13 | #include <ViewerTest.hxx> | |
14 | #include <AIS_Shape.hxx> | |
15 | #include <TopoDS_Shape.hxx> | |
16 | ||
17 | void QABRGM::Commands(Draw_Interpretor& theCommands) { | |
18 | char *group = "QABRGM"; | |
19 | ||
20 | return; | |
21 | } |