| Home | Trees | Index | Help |
|---|
| Package esys :: Package modellib :: Module input :: Class GaussianProfile |
|
object --+
|
LinkableObject --+
|
ParameterSet --+
|
GaussianProfile
| Method Summary | |
|---|---|
__init__(self,
debug)
| |
Generate the Gaussian profile | |
| Inherited from ParameterSet | |
Removes the attribute name. | |
Creates an iterator over the parameter and their values. | |
| |
Declares a new parameter(s) and its (their) initial value. | |
Declares a set of parameters. | |
(Class method) | |
Removes parameter name from the paramameters. | |
Returns a descrition of the parameters. | |
toDom method of ParameterSet class. | |
Writes the object as an XML object into an output stream. | |
| Inherited from LinkableObject | |
Returns the value of attribute name. | |
Sets the value for attribute name. | |
Return the object stored for attribute name. | |
Returns True if self as attribute name. | |
If debugging is on, print the message, otherwise do nothing | |
| Inherited from object | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__str__() <==> str(x) | |
| Instance Variable Summary | |
|---|---|
A (in): height of the profile. | |
domain (in): domain | |
out (callable): profile | |
r (in): radius of the circle (default = 0) | |
width (in): width of the profile (default 0.1) | |
x_c (in): center of the Gaussian profile (default [0.,0.,0.]) | |
| Class Variable Summary | |
|---|---|
| Inherited from LinkableObject | |
count |
number_sequence = <itertools.count object at 0x401ff100>
|
| Instance Method Details |
|---|
out(self)Generate the Gaussian profile |
| Instance Variable Details |
|---|
A (in)height of the profile. A maybe a vector. (default 1.) |
domain (in)domain |
out (callable)profile In the case that the spatial dimension is two, The third component of x_c is dropped |
r (in)radius of the circle (default = 0) |
width (in)width of the profile (default 0.1) |
x_c (in)center of the Gaussian profile (default [0.,0.,0.]) |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:24 2006 | http://epydoc.sf.net |