Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/EstructurasPublicas.py
diff options
context:
space:
mode:
Diffstat (limited to 'Utilidades/src/EstructurasPublicas.py')
-rw-r--r--Utilidades/src/EstructurasPublicas.py226
1 files changed, 0 insertions, 226 deletions
diff --git a/Utilidades/src/EstructurasPublicas.py b/Utilidades/src/EstructurasPublicas.py
deleted file mode 100644
index 3092362..0000000
--- a/Utilidades/src/EstructurasPublicas.py
+++ /dev/null
@@ -1,226 +0,0 @@
-# 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)
-
-
-