| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package vtk :: Module plane :: Class Plane |
|
object--+ |Item--+ |Item--+ | Plane
ClipPlane,
CutPlane| Method Summary | |
|---|---|
Initialisation of the Plane object | |
Get the current normal vector to the plane | |
Get the current origin of the plane | |
Maps an Image object onto a Plane object | |
Perform Plane object specific (pre)rendering tasks | |
Set the normal vector to the plane | |
Set the origin of the plane | |
| 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)
Initialisation of the Plane object
|
getNormal(self)Get the current normal vector to the plane |
getOrigin(self)Get the current origin of the plane |
mapImageToPlane(self, image)Maps an Image object onto a Plane object |
render(self)Perform Plane object specific (pre)rendering tasks
|
setNormal(self, vx, vy, vz)Set the normal vector to the plane |
setOrigin(self, x, y, z)Set the origin of the plane |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:20 2006 | http://epydoc.sf.net |