Package geomutils :: Module geomalgorithms :: Class Vert
[hide private]
[frames] | no frames]

Class Vert

source code

object --+
         |
        Vert

Instance Methods [hide private]
  __setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
  __getattr__(self, name)
  __repr__(self)
repr(x)
  __init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __swig_destroy__(...)
  __del__(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__


Class Variables [hide private]
  __swig_setmethods__ = {'y': <built-in function Vert_y_set>, 'x': <built-in...
  __swig_getmethods__ = {'y': <built-in function Vert_y_get>, 'x': <built-in...

Properties [hide private]
  x
  y
  z

Inherited from object: __class__


Method Details [hide private]

__setattr__(self, name, value)

source code 
x.__setattr__('name', value) <==> x.name = value
Overrides: object.__setattr__
(inherited documentation)

__getattr__(self, name)
(Qualification operator)

source code 
None

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

__init__(self, *args, **kwargs)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__swig_destroy__(...)

 
None

__del__(self)
(Destructor)

source code 
None

Class Variable Details [hide private]

__swig_setmethods__

None
Value:
{'x': <built-in function Vert_x_set>,
 'y': <built-in function Vert_y_set>,
 'z': <built-in function Vert_z_set>}                                  
      

__swig_getmethods__

None
Value:
{'x': <built-in function Vert_x_get>,
 'y': <built-in function Vert_y_get>,
 'z': <built-in function Vert_z_get>}                                  
      

Property Details [hide private]

x

None
Get Method:
geomutils._geomalgorithms.Vert_x_get(...)
Set Method:
geomutils._geomalgorithms.Vert_x_set(...)
Delete Method:
None                                                                  

y

None
Get Method:
geomutils._geomalgorithms.Vert_y_get(...)
Set Method:
geomutils._geomalgorithms.Vert_y_set(...)
Delete Method:
None                                                                  

z

None
Get Method:
geomutils._geomalgorithms.Vert_z_get(...)
Set Method:
geomutils._geomalgorithms.Vert_z_set(...)
Delete Method:
None