| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.patterngenerator.PatternGenerator --+
|
Selector
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
generators = <topo.base.parameterclasses.ListParameter object List of patterns from which to select. |
|||
size = Number(default= 1.0, doc= "Scaling factor applied to alScaling factor applied to all sub-patterns. |
|||
index = Number(default= UniformRandom(lbound= 0, ubound= 1.0, Index into the list of pattern generators, on a scale from 0 (start of the list) to 1.0 (end of the list). |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize this ParameterizedObject. The values of parameters can be supplied as keyword arguments to the constructor (using parametername=parametervalue); these values will override the class default values for this one instance. If no 'name' parameter is supplied, self.name defaults to the object's class name with a unique number appended to it.
|
|
|
|||
generatorsList of patterns from which to select.
|
sizeScaling factor applied to all sub-patterns.
|
indexIndex into the list of pattern generators, on a scale from 0 (start of the list) to 1.0 (end of the list). Typically a random value or other number generator, to allow a different item to be selected each time.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:07 2008 | http://epydoc.sourceforge.net |