1
2
3
4
5
6
7 import _carrayWrap
8 import new
9 new_instancemethod = new.instancemethod
10 try:
11 _swig_property = property
12 except NameError:
13 pass
15 if (name == "thisown"): return self.this.own(value)
16 if (name == "this"):
17 if type(value).__name__ == 'PySwigObject':
18 self.__dict__[name] = value
19 return
20 method = class_type.__swig_setmethods__.get(name,None)
21 if method: return method(self,value)
22 if (not static) or hasattr(self,name):
23 self.__dict__[name] = value
24 else:
25 raise AttributeError("You cannot add attributes to %s" % self)
26
29
31 if (name == "thisown"): return self.this.own()
32 method = class_type.__swig_getmethods__.get(name,None)
33 if method: return method(self)
34 raise AttributeError,name
35
37 try: strthis = "proxy of " + self.this.__repr__()
38 except: strthis = ""
39 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
40
41 import types
42 try:
43 _object = types.ObjectType
44 _newclass = 1
45 except AttributeError:
47 _newclass = 0
48 del types
49
50
52 __swig_setmethods__ = {}
53 __setattr__ = lambda self, name, value: _swig_setattr(self, PySwigIterator, name, value)
54 __swig_getmethods__ = {}
55 __getattr__ = lambda self, name: _swig_getattr(self, PySwigIterator, name)
56 - def __init__(self): raise AttributeError, "No constructor defined"
57 __repr__ = _swig_repr
58 __swig_destroy__ = _carrayWrap.delete_PySwigIterator
59 __del__ = lambda self : None;
60 - def value(*args): return _carrayWrap.PySwigIterator_value(*args)
61 - def incr(*args): return _carrayWrap.PySwigIterator_incr(*args)
62 - def decr(*args): return _carrayWrap.PySwigIterator_decr(*args)
63 - def distance(*args): return _carrayWrap.PySwigIterator_distance(*args)
64 - def equal(*args): return _carrayWrap.PySwigIterator_equal(*args)
65 - def copy(*args): return _carrayWrap.PySwigIterator_copy(*args)
66 - def next(*args): return _carrayWrap.PySwigIterator_next(*args)
67 - def previous(*args): return _carrayWrap.PySwigIterator_previous(*args)
68 - def advance(*args): return _carrayWrap.PySwigIterator_advance(*args)
69 - def __eq__(*args): return _carrayWrap.PySwigIterator___eq__(*args)
70 - def __ne__(*args): return _carrayWrap.PySwigIterator___ne__(*args)
71 - def __iadd__(*args): return _carrayWrap.PySwigIterator___iadd__(*args)
72 - def __isub__(*args): return _carrayWrap.PySwigIterator___isub__(*args)
73 - def __add__(*args): return _carrayWrap.PySwigIterator___add__(*args)
74 - def __sub__(*args): return _carrayWrap.PySwigIterator___sub__(*args)
76 PySwigIterator_swigregister = _carrayWrap.PySwigIterator_swigregister
77 PySwigIterator_swigregister(PySwigIterator)
78
80 __swig_setmethods__ = {}
81 __setattr__ = lambda self, name, value: _swig_setattr(self, IntVector, name, value)
82 __swig_getmethods__ = {}
83 __getattr__ = lambda self, name: _swig_getattr(self, IntVector, name)
84 __repr__ = _swig_repr
85 - def iterator(*args): return _carrayWrap.IntVector_iterator(*args)
87 - def __nonzero__(*args): return _carrayWrap.IntVector___nonzero__(*args)
88 - def __len__(*args): return _carrayWrap.IntVector___len__(*args)
89 - def pop(*args): return _carrayWrap.IntVector_pop(*args)
90 - def __getslice__(*args): return _carrayWrap.IntVector___getslice__(*args)
91 - def __setslice__(*args): return _carrayWrap.IntVector___setslice__(*args)
92 - def __delslice__(*args): return _carrayWrap.IntVector___delslice__(*args)
93 - def __delitem__(*args): return _carrayWrap.IntVector___delitem__(*args)
94 - def __getitem__(*args): return _carrayWrap.IntVector___getitem__(*args)
95 - def __setitem__(*args): return _carrayWrap.IntVector___setitem__(*args)
96 - def append(*args): return _carrayWrap.IntVector_append(*args)
97 - def empty(*args): return _carrayWrap.IntVector_empty(*args)
98 - def size(*args): return _carrayWrap.IntVector_size(*args)
99 - def clear(*args): return _carrayWrap.IntVector_clear(*args)
100 - def swap(*args): return _carrayWrap.IntVector_swap(*args)
101 - def get_allocator(*args): return _carrayWrap.IntVector_get_allocator(*args)
102 - def begin(*args): return _carrayWrap.IntVector_begin(*args)
103 - def end(*args): return _carrayWrap.IntVector_end(*args)
104 - def rbegin(*args): return _carrayWrap.IntVector_rbegin(*args)
105 - def rend(*args): return _carrayWrap.IntVector_rend(*args)
106 - def pop_back(*args): return _carrayWrap.IntVector_pop_back(*args)
107 - def erase(*args): return _carrayWrap.IntVector_erase(*args)
109 this = _carrayWrap.new_IntVector(*args)
110 try: self.this.append(this)
111 except: self.this = this
112 - def push_back(*args): return _carrayWrap.IntVector_push_back(*args)
113 - def front(*args): return _carrayWrap.IntVector_front(*args)
114 - def back(*args): return _carrayWrap.IntVector_back(*args)
115 - def assign(*args): return _carrayWrap.IntVector_assign(*args)
116 - def resize(*args): return _carrayWrap.IntVector_resize(*args)
117 - def insert(*args): return _carrayWrap.IntVector_insert(*args)
118 - def reserve(*args): return _carrayWrap.IntVector_reserve(*args)
119 - def capacity(*args): return _carrayWrap.IntVector_capacity(*args)
120 __swig_destroy__ = _carrayWrap.delete_IntVector
121 __del__ = lambda self : None;
122 IntVector_swigregister = _carrayWrap.IntVector_swigregister
123 IntVector_swigregister(IntVector)
124
126 __swig_setmethods__ = {}
127 __setattr__ = lambda self, name, value: _swig_setattr(self, DoubleVector, name, value)
128 __swig_getmethods__ = {}
129 __getattr__ = lambda self, name: _swig_getattr(self, DoubleVector, name)
130 __repr__ = _swig_repr
131 - def iterator(*args): return _carrayWrap.DoubleVector_iterator(*args)
133 - def __nonzero__(*args): return _carrayWrap.DoubleVector___nonzero__(*args)
134 - def __len__(*args): return _carrayWrap.DoubleVector___len__(*args)
135 - def pop(*args): return _carrayWrap.DoubleVector_pop(*args)
136 - def __getslice__(*args): return _carrayWrap.DoubleVector___getslice__(*args)
137 - def __setslice__(*args): return _carrayWrap.DoubleVector___setslice__(*args)
138 - def __delslice__(*args): return _carrayWrap.DoubleVector___delslice__(*args)
139 - def __delitem__(*args): return _carrayWrap.DoubleVector___delitem__(*args)
140 - def __getitem__(*args): return _carrayWrap.DoubleVector___getitem__(*args)
141 - def __setitem__(*args): return _carrayWrap.DoubleVector___setitem__(*args)
142 - def append(*args): return _carrayWrap.DoubleVector_append(*args)
143 - def empty(*args): return _carrayWrap.DoubleVector_empty(*args)
144 - def size(*args): return _carrayWrap.DoubleVector_size(*args)
145 - def clear(*args): return _carrayWrap.DoubleVector_clear(*args)
146 - def swap(*args): return _carrayWrap.DoubleVector_swap(*args)
147 - def get_allocator(*args): return _carrayWrap.DoubleVector_get_allocator(*args)
148 - def begin(*args): return _carrayWrap.DoubleVector_begin(*args)
149 - def end(*args): return _carrayWrap.DoubleVector_end(*args)
150 - def rbegin(*args): return _carrayWrap.DoubleVector_rbegin(*args)
151 - def rend(*args): return _carrayWrap.DoubleVector_rend(*args)
152 - def pop_back(*args): return _carrayWrap.DoubleVector_pop_back(*args)
153 - def erase(*args): return _carrayWrap.DoubleVector_erase(*args)
155 this = _carrayWrap.new_DoubleVector(*args)
156 try: self.this.append(this)
157 except: self.this = this
158 - def push_back(*args): return _carrayWrap.DoubleVector_push_back(*args)
159 - def front(*args): return _carrayWrap.DoubleVector_front(*args)
160 - def back(*args): return _carrayWrap.DoubleVector_back(*args)
161 - def assign(*args): return _carrayWrap.DoubleVector_assign(*args)
162 - def resize(*args): return _carrayWrap.DoubleVector_resize(*args)
163 - def insert(*args): return _carrayWrap.DoubleVector_insert(*args)
164 - def reserve(*args): return _carrayWrap.DoubleVector_reserve(*args)
165 - def capacity(*args): return _carrayWrap.DoubleVector_capacity(*args)
166 __swig_destroy__ = _carrayWrap.delete_DoubleVector
167 __del__ = lambda self : None;
168 DoubleVector_swigregister = _carrayWrap.DoubleVector_swigregister
169 DoubleVector_swigregister(DoubleVector)
170
172 __swig_setmethods__ = {}
173 __setattr__ = lambda self, name, value: _swig_setattr(self, FloatVector, name, value)
174 __swig_getmethods__ = {}
175 __getattr__ = lambda self, name: _swig_getattr(self, FloatVector, name)
176 __repr__ = _swig_repr
177 - def iterator(*args): return _carrayWrap.FloatVector_iterator(*args)
179 - def __nonzero__(*args): return _carrayWrap.FloatVector___nonzero__(*args)
180 - def __len__(*args): return _carrayWrap.FloatVector___len__(*args)
181 - def pop(*args): return _carrayWrap.FloatVector_pop(*args)
182 - def __getslice__(*args): return _carrayWrap.FloatVector___getslice__(*args)
183 - def __setslice__(*args): return _carrayWrap.FloatVector___setslice__(*args)
184 - def __delslice__(*args): return _carrayWrap.FloatVector___delslice__(*args)
185 - def __delitem__(*args): return _carrayWrap.FloatVector___delitem__(*args)
186 - def __getitem__(*args): return _carrayWrap.FloatVector___getitem__(*args)
187 - def __setitem__(*args): return _carrayWrap.FloatVector___setitem__(*args)
188 - def append(*args): return _carrayWrap.FloatVector_append(*args)
189 - def empty(*args): return _carrayWrap.FloatVector_empty(*args)
190 - def size(*args): return _carrayWrap.FloatVector_size(*args)
191 - def clear(*args): return _carrayWrap.FloatVector_clear(*args)
192 - def swap(*args): return _carrayWrap.FloatVector_swap(*args)
193 - def get_allocator(*args): return _carrayWrap.FloatVector_get_allocator(*args)
194 - def begin(*args): return _carrayWrap.FloatVector_begin(*args)
195 - def end(*args): return _carrayWrap.FloatVector_end(*args)
196 - def rbegin(*args): return _carrayWrap.FloatVector_rbegin(*args)
197 - def rend(*args): return _carrayWrap.FloatVector_rend(*args)
198 - def pop_back(*args): return _carrayWrap.FloatVector_pop_back(*args)
199 - def erase(*args): return _carrayWrap.FloatVector_erase(*args)
201 this = _carrayWrap.new_FloatVector(*args)
202 try: self.this.append(this)
203 except: self.this = this
204 - def push_back(*args): return _carrayWrap.FloatVector_push_back(*args)
205 - def front(*args): return _carrayWrap.FloatVector_front(*args)
206 - def back(*args): return _carrayWrap.FloatVector_back(*args)
207 - def assign(*args): return _carrayWrap.FloatVector_assign(*args)
208 - def resize(*args): return _carrayWrap.FloatVector_resize(*args)
209 - def insert(*args): return _carrayWrap.FloatVector_insert(*args)
210 - def reserve(*args): return _carrayWrap.FloatVector_reserve(*args)
211 - def capacity(*args): return _carrayWrap.FloatVector_capacity(*args)
212 __swig_destroy__ = _carrayWrap.delete_FloatVector
213 __del__ = lambda self : None;
214 FloatVector_swigregister = _carrayWrap.FloatVector_swigregister
215 FloatVector_swigregister(FloatVector)
216
218 __swig_setmethods__ = {}
219 __setattr__ = lambda self, name, value: _swig_setattr(self, StringVector, name, value)
220 __swig_getmethods__ = {}
221 __getattr__ = lambda self, name: _swig_getattr(self, StringVector, name)
222 __repr__ = _swig_repr
223 - def iterator(*args): return _carrayWrap.StringVector_iterator(*args)
225 - def __nonzero__(*args): return _carrayWrap.StringVector___nonzero__(*args)
226 - def __len__(*args): return _carrayWrap.StringVector___len__(*args)
227 - def pop(*args): return _carrayWrap.StringVector_pop(*args)
228 - def __getslice__(*args): return _carrayWrap.StringVector___getslice__(*args)
229 - def __setslice__(*args): return _carrayWrap.StringVector___setslice__(*args)
230 - def __delslice__(*args): return _carrayWrap.StringVector___delslice__(*args)
231 - def __delitem__(*args): return _carrayWrap.StringVector___delitem__(*args)
232 - def __getitem__(*args): return _carrayWrap.StringVector___getitem__(*args)
233 - def __setitem__(*args): return _carrayWrap.StringVector___setitem__(*args)
234 - def append(*args): return _carrayWrap.StringVector_append(*args)
235 - def empty(*args): return _carrayWrap.StringVector_empty(*args)
236 - def size(*args): return _carrayWrap.StringVector_size(*args)
237 - def clear(*args): return _carrayWrap.StringVector_clear(*args)
238 - def swap(*args): return _carrayWrap.StringVector_swap(*args)
239 - def get_allocator(*args): return _carrayWrap.StringVector_get_allocator(*args)
240 - def begin(*args): return _carrayWrap.StringVector_begin(*args)
241 - def end(*args): return _carrayWrap.StringVector_end(*args)
242 - def rbegin(*args): return _carrayWrap.StringVector_rbegin(*args)
243 - def rend(*args): return _carrayWrap.StringVector_rend(*args)
244 - def pop_back(*args): return _carrayWrap.StringVector_pop_back(*args)
245 - def erase(*args): return _carrayWrap.StringVector_erase(*args)
247 this = _carrayWrap.new_StringVector(*args)
248 try: self.this.append(this)
249 except: self.this = this
250 - def push_back(*args): return _carrayWrap.StringVector_push_back(*args)
251 - def front(*args): return _carrayWrap.StringVector_front(*args)
252 - def back(*args): return _carrayWrap.StringVector_back(*args)
253 - def assign(*args): return _carrayWrap.StringVector_assign(*args)
254 - def resize(*args): return _carrayWrap.StringVector_resize(*args)
255 - def insert(*args): return _carrayWrap.StringVector_insert(*args)
256 - def reserve(*args): return _carrayWrap.StringVector_reserve(*args)
257 - def capacity(*args): return _carrayWrap.StringVector_capacity(*args)
258 __swig_destroy__ = _carrayWrap.delete_StringVector
259 __del__ = lambda self : None;
260 StringVector_swigregister = _carrayWrap.StringVector_swigregister
261 StringVector_swigregister(StringVector)
262
264 __swig_setmethods__ = {}
265 __setattr__ = lambda self, name, value: _swig_setattr(self, LongVector, name, value)
266 __swig_getmethods__ = {}
267 __getattr__ = lambda self, name: _swig_getattr(self, LongVector, name)
268 __repr__ = _swig_repr
269 - def iterator(*args): return _carrayWrap.LongVector_iterator(*args)
271 - def __nonzero__(*args): return _carrayWrap.LongVector___nonzero__(*args)
272 - def __len__(*args): return _carrayWrap.LongVector___len__(*args)
273 - def pop(*args): return _carrayWrap.LongVector_pop(*args)
274 - def __getslice__(*args): return _carrayWrap.LongVector___getslice__(*args)
275 - def __setslice__(*args): return _carrayWrap.LongVector___setslice__(*args)
276 - def __delslice__(*args): return _carrayWrap.LongVector___delslice__(*args)
277 - def __delitem__(*args): return _carrayWrap.LongVector___delitem__(*args)
278 - def __getitem__(*args): return _carrayWrap.LongVector___getitem__(*args)
279 - def __setitem__(*args): return _carrayWrap.LongVector___setitem__(*args)
280 - def append(*args): return _carrayWrap.LongVector_append(*args)
281 - def empty(*args): return _carrayWrap.LongVector_empty(*args)
282 - def size(*args): return _carrayWrap.LongVector_size(*args)
283 - def clear(*args): return _carrayWrap.LongVector_clear(*args)
284 - def swap(*args): return _carrayWrap.LongVector_swap(*args)
285 - def get_allocator(*args): return _carrayWrap.LongVector_get_allocator(*args)
286 - def begin(*args): return _carrayWrap.LongVector_begin(*args)
287 - def end(*args): return _carrayWrap.LongVector_end(*args)
288 - def rbegin(*args): return _carrayWrap.LongVector_rbegin(*args)
289 - def rend(*args): return _carrayWrap.LongVector_rend(*args)
290 - def pop_back(*args): return _carrayWrap.LongVector_pop_back(*args)
291 - def erase(*args): return _carrayWrap.LongVector_erase(*args)
293 this = _carrayWrap.new_LongVector(*args)
294 try: self.this.append(this)
295 except: self.this = this
296 - def push_back(*args): return _carrayWrap.LongVector_push_back(*args)
297 - def front(*args): return _carrayWrap.LongVector_front(*args)
298 - def back(*args): return _carrayWrap.LongVector_back(*args)
299 - def assign(*args): return _carrayWrap.LongVector_assign(*args)
300 - def resize(*args): return _carrayWrap.LongVector_resize(*args)
301 - def insert(*args): return _carrayWrap.LongVector_insert(*args)
302 - def reserve(*args): return _carrayWrap.LongVector_reserve(*args)
303 - def capacity(*args): return _carrayWrap.LongVector_capacity(*args)
304 __swig_destroy__ = _carrayWrap.delete_LongVector
305 __del__ = lambda self : None;
306 LongVector_swigregister = _carrayWrap.LongVector_swigregister
307 LongVector_swigregister(LongVector)
308
319 __swig_destroy__ = _carrayWrap.delete_intArray
320 __del__ = lambda self : None;
321 - def __getitem__(*args): return _carrayWrap.intArray___getitem__(*args)
322 - def __setitem__(*args): return _carrayWrap.intArray___setitem__(*args)
323 - def cast(*args): return _carrayWrap.intArray_cast(*args)
324 __swig_getmethods__["frompointer"] = lambda x: _carrayWrap.intArray_frompointer
325 if _newclass:frompointer = staticmethod(_carrayWrap.intArray_frompointer)
326 intArray_swigregister = _carrayWrap.intArray_swigregister
327 intArray_swigregister(intArray)
328 intArray_frompointer = _carrayWrap.intArray_frompointer
329
340 __swig_destroy__ = _carrayWrap.delete_doubleArray
341 __del__ = lambda self : None;
342 - def __getitem__(*args): return _carrayWrap.doubleArray___getitem__(*args)
343 - def __setitem__(*args): return _carrayWrap.doubleArray___setitem__(*args)
344 - def cast(*args): return _carrayWrap.doubleArray_cast(*args)
345 __swig_getmethods__["frompointer"] = lambda x: _carrayWrap.doubleArray_frompointer
346 if _newclass:frompointer = staticmethod(_carrayWrap.doubleArray_frompointer)
347 doubleArray_swigregister = _carrayWrap.doubleArray_swigregister
348 doubleArray_swigregister(doubleArray)
349 doubleArray_frompointer = _carrayWrap.doubleArray_frompointer
350