Package gavo :: Package stc :: Module dm :: Class _WiggleSpec
[hide private]
[frames] | no frames]

Class _WiggleSpec

source code

             object --+        
                      |        
utils.autonode.AutoNode --+    
                          |    
             common.ASTNode --+
                              |
                             _WiggleSpec
Known Subclasses:

A base for "wiggle" specifications.

These are Errors, Resolutions, Sizes, and PixSizes. They may come as simple coordinates (i.e., scalars or vectors) or, in 2 and 3D, as radii or matrices (see below). In all cases, two values may be given to indicate ranges.

These need an adaptValuesWith(converter) method that will return a wiggle of the same type but with every value replaced with the result of the application of converter to that value.

Nested Classes [hide private]

Inherited from utils.autonode.AutoNode: __metaclass__

Instance Methods [hide private]
 
__init__(self, id=None, ucd=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from common.ASTNode: __eq__, __hash__, __ne__, ensureId

Inherited from utils.autonode.AutoNode: __repr__, change, iterAttributes, iterChildren, iterNodeChildren, iterNodes

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

Class Methods [hide private]

Inherited from utils.autonode.AutoNode: cloneFrom

Class Variables [hide private]

Inherited from common.ASTNode: inexactAttrs

Inherited from common.ASTNode (private): _a_id, _a_ucd, _nodeAttrs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id=None, ucd=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)