Package geomutils :: Module efitlib :: Class ellipsoid
[hide private]
[frames] | no frames]

Class ellipsoid

source code

object --+
         |
        ellipsoid

Instance Methods [hide private]
  __setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
  __getattr__(self, name)
  __repr__(self)
repr(x)
  getPosition(*args)
  getAxis(*args)
  getOrientation(*args)
  __init__(self, *args)
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__ = {'orientation': <built-in function ellipsoid_orienta...
  __swig_getmethods__ = {'orientation': <built-in function ellipsoid_orienta...

Properties [hide private]
  axis
  inv_orientation
  name
  orientation
  position
  tensor

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)

getPosition(*args)

source code 
None

getAxis(*args)

source code 
None

getOrientation(*args)

source code 
None

__init__(self, *args)
(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:
{'axis': <built-in function ellipsoid_axis_set>,
 'inv_orientation': <built-in function ellipsoid_inv_orientation_set>,
 'name': <built-in function ellipsoid_name_set>,
 'orientation': <built-in function ellipsoid_orientation_set>,
 'position': <built-in function ellipsoid_position_set>,
 'tensor': <built-in function ellipsoid_tensor_set>}                   
      

__swig_getmethods__

None
Value:
{'axis': <built-in function ellipsoid_axis_get>,
 'inv_orientation': <built-in function ellipsoid_inv_orientation_get>,
 'name': <built-in function ellipsoid_name_get>,
 'orientation': <built-in function ellipsoid_orientation_get>,
 'position': <built-in function ellipsoid_position_get>,
 'tensor': <built-in function ellipsoid_tensor_get>}                   
      

Property Details [hide private]

axis

None
Get Method:
geomutils._efitlib.ellipsoid_axis_get(...)
Set Method:
geomutils._efitlib.ellipsoid_axis_set(...)
Delete Method:
None                                                                  

inv_orientation

None
Get Method:
geomutils._efitlib.ellipsoid_inv_orientation_get(...)
Set Method:
geomutils._efitlib.ellipsoid_inv_orientation_set(...)
Delete Method:
None                                                                  

name

None
Get Method:
geomutils._efitlib.ellipsoid_name_get(...)
Set Method:
geomutils._efitlib.ellipsoid_name_set(...)
Delete Method:
None                                                                  

orientation

None
Get Method:
geomutils._efitlib.ellipsoid_orientation_get(...)
Set Method:
geomutils._efitlib.ellipsoid_orientation_set(...)
Delete Method:
None                                                                  

position

None
Get Method:
geomutils._efitlib.ellipsoid_position_get(...)
Set Method:
geomutils._efitlib.ellipsoid_position_set(...)
Delete Method:
None                                                                  

tensor

None
Get Method:
geomutils._efitlib.ellipsoid_tensor_get(...)
Set Method:
geomutils._efitlib.ellipsoid_tensor_set(...)
Delete Method:
None