| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package vtk :: Module plane :: Class ClipPlane |
|
object--+ |Item--+ |Item--+ |Plane--+ | ClipPlane
| Method Summary | |
|---|---|
Intialisation of the ClipPlane object | |
Get the current value of the inside out flag | |
Set the inside out flag | |
| Inherited from Plane | |
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)
Intialisation of the ClipPlane object
|
getInsideOut(self)Get the current value of the inside out flag |
setInsideOut(self, insideOut)Set the inside out flag |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:23 2006 | http://epydoc.sf.net |