| Method Summary |
| |
__init__(self,
debug)
|
| |
out(self)
|
| Inherited from ParameterSet |
| |
__delattr__(self,
name)
Removes the attribute name. |
| |
__iter__(self)
Creates an iterator over the parameter and their values. |
| |
__repr__(self)
|
| |
declareParameter(self,
**parameters)
Declares a new parameter(s) and its (their) initial value. |
| |
declareParameters(self,
parameters)
Declares a set of parameters. |
| |
fromDom(cls,
doc)
(Class method)
|
| |
releaseParameters(self,
name)
Removes parameter name from the paramameters. |
| |
showParameters(self)
Returns a descrition of the parameters. |
| |
toDom(self,
document,
node)
toDom method of ParameterSet class. |
| |
writeXML(self,
ostream)
Writes the object as an XML object into an output stream. |
| Inherited from LinkableObject |
| |
__getattr__(self,
name)
Returns the value of attribute name. |
| |
__setattr__(self,
name,
value)
Sets the value for attribute name. |
| |
getAttributeObject(self,
name)
Return the object stored for attribute name. |
| |
hasAttribute(self,
name)
Returns True if self as attribute name. |
| |
trace(self,
msg)
If debugging is on, print the message, otherwise do nothing |
| Inherited from object |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |
| |
__str__(x)
x.__str__() <==> str(x) |
| Instance Variable Summary |
| |
domain (in): domain |
| |
left_bottom_front (in): coordinates of left, bottom, front corner of the box |
| |
out (callable): values at domain locations by bilinear interpolation. |
| |
right_top_back (in): coordinates of the right, top, back corner of the box |
| |
value_left_bottom_back (in): value at left,bottom,back corner |
| |
value_left_bottom_front (in): value at left,bottom,front corner |
| |
value_left_top_back (in): value at left,top,back corner |
| |
value_left_top_front (in): value at left,top,front corner |
| |
value_right_bottom_back (in): value at right,bottom,back corner |
| |
value_right_bottom_front (in): value at right, bottom, front corner |
| |
value_right_top_back (in): value at right,top,back corner |
| |
value_right_top_front (in): value at right,top,front corner |