00001 //-------------------------------------------------------------------- 00002 // 00003 // File: TxEmSimIfc.h 00004 // 00005 // Purpose: 00006 // Pure virtual interface to define the interaction with an electro- 00007 // magnetic scientific and engineering model needed by Tech-X QScimpl 00008 // graphics package. This interface does not depend on QT. 00009 // 00010 // Version: $Id: TxEmSimIfc.h,v 1.5 2001/12/07 00:14:47 kgl Exp $ 00011 // 00012 // Copyright (c) 2001 by Tech-X Corporation. All rights reserved. 00013 // 00014 //-------------------------------------------------------------------- 00015 00016 #ifndef TX_EMSIM_IFC_H 00017 #define TX_EMSIM_IFC_H 00018 00019 // Txq includes 00020 #include <TxModelIfc.h> 00021 00031 class TxEmSimIfc : public TxModelIfc { 00032 00033 00034 public: 00035 00040 protected: 00041 00042 00043 private: 00044 00045 00046 }; 00047 00048 #endif // TX_EMSIM_IFC_H
Copyright Tech-X Corporation, all rights reserved.