#include <keydrin.h>
Inheritance diagram for KEY_driver_in:
Public Methods | |
KEY_driver_in (const wxString &filename, double factor=1) | |
constructor | |
~KEY_driver_in () | |
destructor | |
Protected Methods | |
bool | ReadItem (const wxString &type) |
read one record from the KEY Data | |
void | IncC () |
read next character | |
char | PeekNextC () |
what is the next character | |
Protected Attributes | |
wxString | KEY_filename |
input file name | |
GdsII * | m_cur_gdsii |
the units of the current file that is read |