forked from li3939108/DEF-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxdefiRowTrack.cpp
175 lines (138 loc) · 5.27 KB
/
xdefiRowTrack.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
// *****************************************************************************
// *****************************************************************************
// ATTENTION: THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT!
// *****************************************************************************
// *****************************************************************************
// Copyright 2012, Cadence Design Systems
//
// This file is part of the Cadence LEF/DEF Open Source
// Distribution, Product Version 5.8.
//
// Licensed under the Apache License, Version 2.0 (the \"License\");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an \"AS IS\" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
// implied. See the License for the specific language governing
// permissions and limitations under the License.
//
//
// For updates, support, or to become part of the LEF/DEF Community,
// check www.openeda.org for details.
//
// $Author: xxx $
// $Revision: xxx $
// $Date: xxx $
// $State: xxx $
// *****************************************************************************
// *****************************************************************************
#define EXTERN extern "C"
#include "defiRowTrack.h"
#include "defiRowTrack.hpp"
// Wrappers definitions.
const char* defiRow_name (const ::defiRow* obj) {
return ((const LefDefParser::defiRow*)obj)->name();
}
const char* defiRow_macro (const ::defiRow* obj) {
return ((const LefDefParser::defiRow*)obj)->macro();
}
double defiRow_x (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->x();
}
double defiRow_y (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->y();
}
int defiRow_orient (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->orient();
}
const char* defiRow_orientStr (const ::defiRow* obj) {
return ((const LefDefParser::defiRow*)obj)->orientStr();
}
int defiRow_hasDo (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->hasDo();
}
double defiRow_xNum (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->xNum();
}
double defiRow_yNum (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->yNum();
}
int defiRow_hasDoStep (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->hasDoStep();
}
double defiRow_xStep (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->xStep();
}
double defiRow_yStep (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->yStep();
}
int defiRow_numProps (const ::defiRow* obj) {
return ((LefDefParser::defiRow*)obj)->numProps();
}
const char* defiRow_propName (const ::defiRow* obj, int index) {
return ((const LefDefParser::defiRow*)obj)->propName(index);
}
const char* defiRow_propValue (const ::defiRow* obj, int index) {
return ((const LefDefParser::defiRow*)obj)->propValue(index);
}
double defiRow_propNumber (const ::defiRow* obj, int index) {
return ((LefDefParser::defiRow*)obj)->propNumber(index);
}
const char defiRow_propType (const ::defiRow* obj, int index) {
return ((const LefDefParser::defiRow*)obj)->propType(index);
}
int defiRow_propIsNumber (const ::defiRow* obj, int index) {
return ((LefDefParser::defiRow*)obj)->propIsNumber(index);
}
int defiRow_propIsString (const ::defiRow* obj, int index) {
return ((LefDefParser::defiRow*)obj)->propIsString(index);
}
void defiRow_print (const ::defiRow* obj, FILE* f) {
((LefDefParser::defiRow*)obj)->print(f);
}
const char* defiTrack_macro (const ::defiTrack* obj) {
return ((const LefDefParser::defiTrack*)obj)->macro();
}
double defiTrack_x (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->x();
}
double defiTrack_xNum (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->xNum();
}
double defiTrack_xStep (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->xStep();
}
int defiTrack_numLayers (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->numLayers();
}
const char* defiTrack_layer (const ::defiTrack* obj, int index) {
return ((const LefDefParser::defiTrack*)obj)->layer(index);
}
int defiTrack_firstTrackMask (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->firstTrackMask();
}
int defiTrack_sameMask (const ::defiTrack* obj) {
return ((LefDefParser::defiTrack*)obj)->sameMask();
}
void defiTrack_print (const ::defiTrack* obj, FILE* f) {
((LefDefParser::defiTrack*)obj)->print(f);
}
const char* defiGcellGrid_macro (const ::defiGcellGrid* obj) {
return ((const LefDefParser::defiGcellGrid*)obj)->macro();
}
int defiGcellGrid_x (const ::defiGcellGrid* obj) {
return ((LefDefParser::defiGcellGrid*)obj)->x();
}
int defiGcellGrid_xNum (const ::defiGcellGrid* obj) {
return ((LefDefParser::defiGcellGrid*)obj)->xNum();
}
double defiGcellGrid_xStep (const ::defiGcellGrid* obj) {
return ((LefDefParser::defiGcellGrid*)obj)->xStep();
}
void defiGcellGrid_print (const ::defiGcellGrid* obj, FILE* f) {
((LefDefParser::defiGcellGrid*)obj)->print(f);
}