| Home | Trees | Index | Help |
|---|
| Package esys :: Package modellib :: Module visualization :: Class Visualization |
|
object --+
|
LinkableObject --+
|
ParameterSet --+
|
Model --+
|
Visualization
ArrowPlot,
EllipsoidPlot,
ShadePlot,
WriteVTK| Method Summary | |
|---|---|
Initialisation of the visualisation model object | |
Finalises the visualisation. | |
Does some kind of initialisation | |
renders the scene | |
getFrameCounter(self)
| |
float
|
returns new step size |
writeFrame(self)
| |
| Inherited from Model | |
| |
Executes an iteration step at a time step. | |
Sets up a time step of step size dt. | |
Returns False if the time stepping is finalized. | |
Returns True if iteration on a time step is terminated. | |
toDom method of Model class | |
Writes the object as an XML object into an output stream. | |
| 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. | |
| 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 | |
| Instance Variable Summary | |
|---|---|
dt: increment for output | |
filename: name of the output file | |
n: frame counter | |
scalar: scalar data set | |
t: current time | |
tensor: tensor data set | |
vector: vector data set | |
| Class Variable Summary | |
|---|---|
| Inherited from Model | |
float |
UNDEF_DT = 1.0000000000000001e+300 |
| Inherited from LinkableObject | |
count |
number_sequence = <itertools.count object at 0x401ff100>
|
| Instance Method Details |
|---|
__init__(self,
debug=False)
Initialisation of the visualisation model object
|
doFinalization(self)Finalises the visualisation. For instance, makes a movie of the image files.
|
doInitialization(self)Does some kind of initialisation |
doStepPostprocessing(self, dt)renders the scene
|
getSafeTimeStepSize(self, dt)returns new step size
|
| Instance Variable Details |
|---|
dtincrement for output |
filenamename of the output file |
nframe counter |
scalarscalar data set |
tcurrent time |
tensortensor data set |
vectorvector data set |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:27 2006 | http://epydoc.sf.net |