Limbo 3.5.4
Loading...
Searching...
No Matches
GdsReader.h File Reference

read GDSII file More...

#include <string>
#include <vector>
#include <istream>
#include <limbo/parsers/gdsii/stream/GdsRecords.h>
#include <limbo/string/String.h>

Go to the source code of this file.

Classes

class  GdsParser::GdsDataBaseKernel
 Kernel callbacks for GdsReader. These callbacks use enum for record_type and data_type, which is faster than ascii callbacks. More...
class  GdsParser::GdsDataBase
 GdsDataBase redirects callbacks of GdsDataBaseKernel to ascii callbacks. More...
class  GdsParser::GdsReader
 read GDSII More...

Namespaces

namespace  GdsParser
 namespace for Limbo.GdsParser

Functions

bool GdsParser::read (GdsDataBaseKernel &db, std::istream &fp)
 read from stream
bool GdsParser::read (GdsDataBaseKernel &db, string const &filename)
 read from file

Detailed Description

read GDSII file

Author
Yibo Lin
Date
Oct 2014

Definition in file GdsReader.h.