| Home | Trees | Index | Help |
|---|
| Package esys :: Package modellib :: Module geometry :: Class VectorConstrainer |
|
object --+
|
LinkableObject --+
|
ParameterSet --+
|
VectorConstrainer
| Method Summary | |
|---|---|
__init__(self,
debug)
| |
Returns the mask of the location of constraint. | |
| 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 | |
|---|---|
back (in): list of three boolean. | |
bottom (in): list of three boolean. | |
domain (in): rectangular domain | |
front (in): list of three boolean. | |
left (in): list of three boolean. | |
location_of_constraint (callable): object that defines the location of the constraints for each vector
component. | |
right (in): list of three boolean. | |
top (in): list of three boolean. | |
| Class Variable Summary | |
|---|---|
| Inherited from LinkableObject | |
count |
number_sequence = <itertools.count object at 0x401ff100>
|
| Instance Method Details |
|---|
location_of_constraint(self)Returns the mask of the location of constraint. |
| Instance Variable Details |
|---|
back (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the back face of the domain (x[2]=max x[2]), default is [False,False,False] |
bottom (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the bottom face of the domain (x[1]=min x[1]), default is [False,False,False] |
domain (in)rectangular domain |
front (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the front face of the domain (x[2]=min x[2]), default is [False,False,False] |
left (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the left face of the domain (x[0]=min x[0]), default is [False,False,False] |
right (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the right face of the domain (x[0]=max x[0]), default is [False,False,False] |
top (in)list of three boolean. left[i]==True sets a constraint for the i-th component at the top face of the domain (x[1]=min x[1]), default is [False,False,False] |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:15 2006 | http://epydoc.sf.net |