Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/EstructurasPublicas.py
blob: 3092362c546fcb6656230e2dc59d5c59e738cfb9 (plain)
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.36
#
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.

import _EstructurasPublicas
import new
new_instancemethod = new.instancemethod
try:
    _swig_property = property
except NameError:
    pass # Python < 2.2 doesn't have 'property'.
def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
    if (name == "thisown"): return self.this.own(value)
    if (name == "this"):
        if type(value).__name__ == 'PySwigObject':
            self.__dict__[name] = value
            return
    method = class_type.__swig_setmethods__.get(name,None)
    if method: return method(self,value)
    if (not static) or hasattr(self,name):
        self.__dict__[name] = value
    else:
        raise AttributeError("You cannot add attributes to %s" % self)

def _swig_setattr(self,class_type,name,value):
    return _swig_setattr_nondynamic(self,class_type,name,value,0)

def _swig_getattr(self,class_type,name):
    if (name == "thisown"): return self.this.own()
    method = class_type.__swig_getmethods__.get(name,None)
    if method: return method(self)
    raise AttributeError,name

def _swig_repr(self):
    try: strthis = "proxy of " + self.this.__repr__()
    except: strthis = ""
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)

import types
try:
    _object = types.ObjectType
    _newclass = 1
except AttributeError:
    class _object : pass
    _newclass = 0
del types


class ARCoordMarcador(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, ARCoordMarcador, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, ARCoordMarcador, name)
    __repr__ = _swig_repr
    __swig_setmethods__["area"] = _EstructurasPublicas.ARCoordMarcador_area_set
    __swig_getmethods__["area"] = _EstructurasPublicas.ARCoordMarcador_area_get
    if _newclass:area = _swig_property(_EstructurasPublicas.ARCoordMarcador_area_get, _EstructurasPublicas.ARCoordMarcador_area_set)
    __swig_setmethods__["centro"] = _EstructurasPublicas.ARCoordMarcador_centro_set
    __swig_getmethods__["centro"] = _EstructurasPublicas.ARCoordMarcador_centro_get
    if _newclass:centro = _swig_property(_EstructurasPublicas.ARCoordMarcador_centro_get, _EstructurasPublicas.ARCoordMarcador_centro_set)
    __swig_setmethods__["vertex"] = _EstructurasPublicas.ARCoordMarcador_vertex_set
    __swig_getmethods__["vertex"] = _EstructurasPublicas.ARCoordMarcador_vertex_get
    if _newclass:vertex = _swig_property(_EstructurasPublicas.ARCoordMarcador_vertex_get, _EstructurasPublicas.ARCoordMarcador_vertex_set)
    __swig_setmethods__["visible"] = _EstructurasPublicas.ARCoordMarcador_visible_set
    __swig_getmethods__["visible"] = _EstructurasPublicas.ARCoordMarcador_visible_get
    if _newclass:visible = _swig_property(_EstructurasPublicas.ARCoordMarcador_visible_get, _EstructurasPublicas.ARCoordMarcador_visible_set)
    __swig_setmethods__["id"] = _EstructurasPublicas.ARCoordMarcador_id_set
    __swig_getmethods__["id"] = _EstructurasPublicas.ARCoordMarcador_id_get
    if _newclass:id = _swig_property(_EstructurasPublicas.ARCoordMarcador_id_get, _EstructurasPublicas.ARCoordMarcador_id_set)
    __swig_setmethods__["cf"] = _EstructurasPublicas.ARCoordMarcador_cf_set
    __swig_getmethods__["cf"] = _EstructurasPublicas.ARCoordMarcador_cf_get
    if _newclass:cf = _swig_property(_EstructurasPublicas.ARCoordMarcador_cf_get, _EstructurasPublicas.ARCoordMarcador_cf_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_ARCoordMarcador(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_ARCoordMarcador
    __del__ = lambda self : None;
ARCoordMarcador_swigregister = _EstructurasPublicas.ARCoordMarcador_swigregister
ARCoordMarcador_swigregister(ARCoordMarcador)

class Elemento(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, Elemento, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, Elemento, name)
    __repr__ = _swig_repr
    __swig_setmethods__["idPatt"] = _EstructurasPublicas.Elemento_idPatt_set
    __swig_getmethods__["idPatt"] = _EstructurasPublicas.Elemento_idPatt_get
    if _newclass:idPatt = _swig_property(_EstructurasPublicas.Elemento_idPatt_get, _EstructurasPublicas.Elemento_idPatt_set)
    __swig_setmethods__["imagen"] = _EstructurasPublicas.Elemento_imagen_set
    __swig_getmethods__["imagen"] = _EstructurasPublicas.Elemento_imagen_get
    if _newclass:imagen = _swig_property(_EstructurasPublicas.Elemento_imagen_get, _EstructurasPublicas.Elemento_imagen_set)
    __swig_setmethods__["sonido"] = _EstructurasPublicas.Elemento_sonido_set
    __swig_getmethods__["sonido"] = _EstructurasPublicas.Elemento_sonido_get
    if _newclass:sonido = _swig_property(_EstructurasPublicas.Elemento_sonido_get, _EstructurasPublicas.Elemento_sonido_set)
    __swig_setmethods__["nombre"] = _EstructurasPublicas.Elemento_nombre_set
    __swig_getmethods__["nombre"] = _EstructurasPublicas.Elemento_nombre_get
    if _newclass:nombre = _swig_property(_EstructurasPublicas.Elemento_nombre_get, _EstructurasPublicas.Elemento_nombre_set)
    __swig_setmethods__["conjunto"] = _EstructurasPublicas.Elemento_conjunto_set
    __swig_getmethods__["conjunto"] = _EstructurasPublicas.Elemento_conjunto_get
    if _newclass:conjunto = _swig_property(_EstructurasPublicas.Elemento_conjunto_get, _EstructurasPublicas.Elemento_conjunto_set)
    __swig_setmethods__["idElementoRelacionado"] = _EstructurasPublicas.Elemento_idElementoRelacionado_set
    __swig_getmethods__["idElementoRelacionado"] = _EstructurasPublicas.Elemento_idElementoRelacionado_get
    if _newclass:idElementoRelacionado = _swig_property(_EstructurasPublicas.Elemento_idElementoRelacionado_get, _EstructurasPublicas.Elemento_idElementoRelacionado_set)
    __swig_setmethods__["nombreRelacion"] = _EstructurasPublicas.Elemento_nombreRelacion_set
    __swig_getmethods__["nombreRelacion"] = _EstructurasPublicas.Elemento_nombreRelacion_get
    if _newclass:nombreRelacion = _swig_property(_EstructurasPublicas.Elemento_nombreRelacion_get, _EstructurasPublicas.Elemento_nombreRelacion_set)
    __swig_setmethods__["idImagenSDL"] = _EstructurasPublicas.Elemento_idImagenSDL_set
    __swig_getmethods__["idImagenSDL"] = _EstructurasPublicas.Elemento_idImagenSDL_get
    if _newclass:idImagenSDL = _swig_property(_EstructurasPublicas.Elemento_idImagenSDL_get, _EstructurasPublicas.Elemento_idImagenSDL_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_Elemento(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_Elemento
    __del__ = lambda self : None;
Elemento_swigregister = _EstructurasPublicas.Elemento_swigregister
Elemento_swigregister(Elemento)

class Historico(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, Historico, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, Historico, name)
    __repr__ = _swig_repr
    __swig_setmethods__["tope"] = _EstructurasPublicas.Historico_tope_set
    __swig_getmethods__["tope"] = _EstructurasPublicas.Historico_tope_get
    if _newclass:tope = _swig_property(_EstructurasPublicas.Historico_tope_get, _EstructurasPublicas.Historico_tope_set)
    __swig_setmethods__["cantHistorico"] = _EstructurasPublicas.Historico_cantHistorico_set
    __swig_getmethods__["cantHistorico"] = _EstructurasPublicas.Historico_cantHistorico_get
    if _newclass:cantHistorico = _swig_property(_EstructurasPublicas.Historico_cantHistorico_get, _EstructurasPublicas.Historico_cantHistorico_set)
    __swig_setmethods__["historicoElementos"] = _EstructurasPublicas.Historico_historicoElementos_set
    __swig_getmethods__["historicoElementos"] = _EstructurasPublicas.Historico_historicoElementos_get
    if _newclass:historicoElementos = _swig_property(_EstructurasPublicas.Historico_historicoElementos_get, _EstructurasPublicas.Historico_historicoElementos_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_Historico(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_Historico
    __del__ = lambda self : None;
Historico_swigregister = _EstructurasPublicas.Historico_swigregister
Historico_swigregister(Historico)

class RangosColorApuntador(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, RangosColorApuntador, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, RangosColorApuntador, name)
    __repr__ = _swig_repr
    __swig_setmethods__["hmin"] = _EstructurasPublicas.RangosColorApuntador_hmin_set
    __swig_getmethods__["hmin"] = _EstructurasPublicas.RangosColorApuntador_hmin_get
    if _newclass:hmin = _swig_property(_EstructurasPublicas.RangosColorApuntador_hmin_get, _EstructurasPublicas.RangosColorApuntador_hmin_set)
    __swig_setmethods__["hmax"] = _EstructurasPublicas.RangosColorApuntador_hmax_set
    __swig_getmethods__["hmax"] = _EstructurasPublicas.RangosColorApuntador_hmax_get
    if _newclass:hmax = _swig_property(_EstructurasPublicas.RangosColorApuntador_hmax_get, _EstructurasPublicas.RangosColorApuntador_hmax_set)
    __swig_setmethods__["smin"] = _EstructurasPublicas.RangosColorApuntador_smin_set
    __swig_getmethods__["smin"] = _EstructurasPublicas.RangosColorApuntador_smin_get
    if _newclass:smin = _swig_property(_EstructurasPublicas.RangosColorApuntador_smin_get, _EstructurasPublicas.RangosColorApuntador_smin_set)
    __swig_setmethods__["smax"] = _EstructurasPublicas.RangosColorApuntador_smax_set
    __swig_getmethods__["smax"] = _EstructurasPublicas.RangosColorApuntador_smax_get
    if _newclass:smax = _swig_property(_EstructurasPublicas.RangosColorApuntador_smax_get, _EstructurasPublicas.RangosColorApuntador_smax_set)
    __swig_setmethods__["vmin"] = _EstructurasPublicas.RangosColorApuntador_vmin_set
    __swig_getmethods__["vmin"] = _EstructurasPublicas.RangosColorApuntador_vmin_get
    if _newclass:vmin = _swig_property(_EstructurasPublicas.RangosColorApuntador_vmin_get, _EstructurasPublicas.RangosColorApuntador_vmin_set)
    __swig_setmethods__["vmax"] = _EstructurasPublicas.RangosColorApuntador_vmax_set
    __swig_getmethods__["vmax"] = _EstructurasPublicas.RangosColorApuntador_vmax_get
    if _newclass:vmax = _swig_property(_EstructurasPublicas.RangosColorApuntador_vmax_get, _EstructurasPublicas.RangosColorApuntador_vmax_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_RangosColorApuntador(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_RangosColorApuntador
    __del__ = lambda self : None;
RangosColorApuntador_swigregister = _EstructurasPublicas.RangosColorApuntador_swigregister
RangosColorApuntador_swigregister(RangosColorApuntador)

class ResultadosCalibracion(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, ResultadosCalibracion, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, ResultadosCalibracion, name)
    __repr__ = _swig_repr
    __swig_setmethods__["areas_minimas"] = _EstructurasPublicas.ResultadosCalibracion_areas_minimas_set
    __swig_getmethods__["areas_minimas"] = _EstructurasPublicas.ResultadosCalibracion_areas_minimas_get
    if _newclass:areas_minimas = _swig_property(_EstructurasPublicas.ResultadosCalibracion_areas_minimas_get, _EstructurasPublicas.ResultadosCalibracion_areas_minimas_set)
    __swig_setmethods__["areas_maximas"] = _EstructurasPublicas.ResultadosCalibracion_areas_maximas_set
    __swig_getmethods__["areas_maximas"] = _EstructurasPublicas.ResultadosCalibracion_areas_maximas_get
    if _newclass:areas_maximas = _swig_property(_EstructurasPublicas.ResultadosCalibracion_areas_maximas_get, _EstructurasPublicas.ResultadosCalibracion_areas_maximas_set)
    __swig_setmethods__["relaciones_promedio"] = _EstructurasPublicas.ResultadosCalibracion_relaciones_promedio_set
    __swig_getmethods__["relaciones_promedio"] = _EstructurasPublicas.ResultadosCalibracion_relaciones_promedio_get
    if _newclass:relaciones_promedio = _swig_property(_EstructurasPublicas.ResultadosCalibracion_relaciones_promedio_get, _EstructurasPublicas.ResultadosCalibracion_relaciones_promedio_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_ResultadosCalibracion(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_ResultadosCalibracion
    __del__ = lambda self : None;
ResultadosCalibracion_swigregister = _EstructurasPublicas.ResultadosCalibracion_swigregister
ResultadosCalibracion_swigregister(ResultadosCalibracion)

class CoordApuntador(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, CoordApuntador, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, CoordApuntador, name)
    __repr__ = _swig_repr
    __swig_setmethods__["area"] = _EstructurasPublicas.CoordApuntador_area_set
    __swig_getmethods__["area"] = _EstructurasPublicas.CoordApuntador_area_get
    if _newclass:area = _swig_property(_EstructurasPublicas.CoordApuntador_area_get, _EstructurasPublicas.CoordApuntador_area_set)
    __swig_setmethods__["centro"] = _EstructurasPublicas.CoordApuntador_centro_set
    __swig_getmethods__["centro"] = _EstructurasPublicas.CoordApuntador_centro_get
    if _newclass:centro = _swig_property(_EstructurasPublicas.CoordApuntador_centro_get, _EstructurasPublicas.CoordApuntador_centro_set)
    def __init__(self, *args): 
        this = _EstructurasPublicas.new_CoordApuntador(*args)
        try: self.this.append(this)
        except: self.this = this
    __swig_destroy__ = _EstructurasPublicas.delete_CoordApuntador
    __del__ = lambda self : None;
CoordApuntador_swigregister = _EstructurasPublicas.CoordApuntador_swigregister
CoordApuntador_swigregister(CoordApuntador)