wxArt2D
Classes | Macros | Functions | Variables
gdsio.cpp File Reference

GdsII parser. More...

#include "a2dprec.h"
#include "wx/wx.h"
#include <cstring>
#include "a2dprivate.h"
#include "wx/docview/doccom.h"
#include "wx/canvas/candefs.h"
#include "wx/canvas/canglob.h"
#include "wx/canvas/algos.h"
#include "wx/editor/candoc.h"
#include "wx/canvas/canobj.h"
#include "wx/canvas/vpath.h"
#include "wx/canvas/layerinf.h"
#include "wx/canvas/recur.h"
#include "wx/canvas/drawer.h"
#include "wx/canvas/cameleon.h"
#include "wx/gdsio/gdsio.h"
#include "wx/gdsio/gdserr.h"
#include <wx/datetime.h>
#include <limits.h>
Include dependency graph for gdsio.cpp:

Go to the source code of this file.

Classes

struct  _ARRAY
 array of bytes, which holds a string in GDS-II More...
 
struct  _ARRAYB
 
struct  a_union_value
 for reading bytes from a binary GDS-II file, and convert them to internal types. More...
 
struct  bldun
 

Macros

#define MAX_G_BYTES   8
 

Functions

double Check_int (double getal)
 ckecking of it is near enough to a integer number More...
 

Variables

const a2dError a2dError_GDSIIparse (wxT("a2dError_GDSIIparse"), wxT("gdsii parsing error"))
 

Detailed Description

GdsII parser.

Author
Probably Klaas Holwerda

Copyright: 2001-2004 (C) Probably Klaas Holwerda

Licence: wxWidgets Licence

RCS-ID:

Id:
gdsio.cpp,v 1.135 2009/06/07 13:28:08 titato Exp

Definition in file gdsio.cpp.

Function Documentation

double Check_int ( double  getal)

ckecking of it is near enough to a integer number

used for deciding if rotation is there in a matrix.

Definition at line 694 of file gdsio.cpp.

Variable Documentation

const a2dError a2dError_GDSIIparse(wxT("a2dError_GDSIIparse"), wxT("gdsii parsing error"))

GDSII parsing error

gdsio.cpp File Reference -- Sun Oct 12 2014 17:04:27 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation