| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package vtk :: Module box :: Class ClipBox |
|
object--+ |Item--+ |Item--+ |Box--+ | ClipBox
Clip box class: used to clip data sets with a box
A box in this sense means three planes at right angles to one another| Method Summary | |
|---|---|
Intialisation of the ClipBox object | |
Get the current value of the inside out flag | |
Perform ClipBox object specific (pre)rendering tasks | |
Set the inside out flag | |
| Inherited from Box | |
Get the current position of the bottom, left, front corner | |
Get the current bounds of the box | |
Get the current box depth | |
Get the current box height | |
Get the current origin of the box | |
Get the current position of the top, right, back corner | |
Get the current box width | |
Set the position of the bottom, left, front corner | |
Set the bounds of the box | |
Set the box depth | |
Set the box height | |
Set the origin of the box | |
Set the position of the top, right, back corner | |
Set the width of the box | |
| 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,
plot)
Intialisation of the ClipBox object
|
getInsideOut(self)Get the current value of the inside out flag |
render(self)Perform ClipBox object specific (pre)rendering tasks
|
setInsideOut(self, insideOut)Set the inside out flag |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:18 2006 | http://epydoc.sf.net |