| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module renderer :: Class Renderer |
|
object --+
|
Renderer
Renderer,
Renderer,
Renderer,
Renderer,
Renderer| Method Summary | |
|---|---|
Initialisation of Renderer() class | |
Method to add commands to the evaluation stack | |
Method to add commands to the reusable part of the evaluation stack | |
Gets the evaluation stack as it currently stands | |
Gets the initialisation stack as it currently stands | |
Gets the render window dimensions | |
Gets the render window height | |
Gets the render window width | |
Reset/flush the evaluation stack | |
Reset/flush the initialisation stack | |
Method to run the given string in the renderer python interpreter | |
Sets the render window dimensions | |
Sets the render window height | |
Sets the render window width | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self)
Initialisation of Renderer() class
|
addToEvalStack(self, evalString)Method to add commands to the evaluation stack
|
addToInitStack(self, evalString)Method to add commands to the reusable part of the evaluation stack
|
getEvalStack(self)Gets the evaluation stack as it currently stands |
getInitStack(self)Gets the initialisation stack as it currently stands |
getRenderWindowDimensions(self)Gets the render window dimensions
|
getRenderWindowHeight(self)Gets the render window height |
getRenderWindowWidth(self)Gets the render window width |
resetEvalStack(self)Reset/flush the evaluation stack |
resetInitStack(self)Reset/flush the initialisation stack |
runString(self, evalString)Method to run the given string in the renderer python interpreter
|
setRenderWindowDimensions(self, width, height)Sets the render window dimensions
|
setRenderWindowHeight(self, height)Sets the render window height
|
setRenderWindowWidth(self, width)Sets the render window width
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:14 2006 | http://epydoc.sf.net |