| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module plot :: Class SurfacePlot |
|
object--+ |Item--+ |Plot--+ | SurfacePlot
Surface plot
This is the abstract base class of all SurfacePlot objects. Renderer modules must inherit and override the methods defined here.| Method Summary | |
|---|---|
Intialisation of SurfacePlot class | |
Perform SurfacePlot specific rendering stuff | |
Set data to a SurfacePlot | |
| Inherited from Plot | |
Set the label of a given axis | |
Set the plot title | |
Set the label of the x-axis | |
Set the label of the y-axis | |
Set the label of the z-axis | |
| 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,
scene)
Intialisation of SurfacePlot class
|
render(self)Perform SurfacePlot specific rendering stuff
|
setData(self, *dataList)Set data to a SurfacePlot
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:23 2006 | http://epydoc.sf.net |