home *** CD-ROM | disk | FTP | other *** search
/ ftptest.leeds.ac.uk / 2015.02.ftptest.leeds.ac.uk.tar / ftptest.leeds.ac.uk / bionet / CAE-GROUP / SCL-WIN3x / SCLTEST.EXE / TSTATIC / NEEDFUNC.H < prev    next >
C/C++ Source or Header  |  1994-12-14  |  471b  |  22 lines

  1. #ifdef __O3DB__
  2. #include <OpenOODB.h>
  3. #endif
  4.  
  5. #include <sdai.h>
  6. #include <instmgr.h>
  7. #include <Registry.h>
  8. #include <Sfile.h>
  9.  
  10. // define this to be the name of the display window object for 
  11. // STEP entity instance editing or define your own.
  12.  
  13. class StepEntityEditor
  14. {
  15.   public:
  16.     StepEntityEditor() {};
  17.     ~StepEntityEditor() {};
  18. };
  19.  
  20. extern void DeleteSEE(StepEntityEditor *se);
  21. extern void AssignFileId (STEPentity *se, InstMgr& instance_list);
  22.