| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package vtk :: Module box :: Class Box |
|
object--+ |Item--+ |Item--+ | Box
ClipBoxGeneric class for Box objects
To define a box one specify one of three groups of things:| Method Summary | |
|---|---|
Initialisation of the Box object | |
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 | |
Perform Box object specific (pre)rendering tasks | |
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)
Initialisation of the Box object
|
getBLF(self)Get the current position of the bottom, left, front corner |
getBounds(self)Get the current bounds of the box |
getDepth(self)Get the current box depth |
getHeight(self)Get the current box height |
getOrigin(self)Get the current origin of the box |
getTRB(self)Get the current position of the top, right, back corner |
getWidth(self)Get the current box width |
render(self)Perform Box object specific (pre)rendering tasks
|
setBLF(self, bottom, left, front)Set the position of the bottom, left, front corner |
setBounds(self, xmin, xmax, ymin, ymax, zmin, zmax)Set the bounds of the box |
setDepth(self, depth)Set the box depth |
setHeight(self, height)Set the box height |
setOrigin(self, xo, yo, zo)Set the origin of the box |
setTRB(self, top, right, back)Set the position of the top, right, back corner |
setWidth(self, width)Set the width of the box |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:12 2006 | http://epydoc.sf.net |