Package esys :: Package pyvisi :: Package renderers :: Package vtk :: Module box :: Class ClipBox
[show private | hide private]
[frames | no frames]

Type 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
  __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
    Inherited from Box
  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
  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
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__init__(self, plot)
(Constructor)

Intialisation of the ClipBox object
Overrides:
esys.pyvisi.renderers.vtk.box.Box.__init__

getInsideOut(self)

Get the current value of the inside out flag

render(self)

Perform ClipBox object specific (pre)rendering tasks
Overrides:
esys.pyvisi.renderers.vtk.box.Box.render

setInsideOut(self, insideOut)

Set the inside out flag

Generated by Epydoc 2.1 on Thu Apr 27 11:16:18 2006 http://epydoc.sf.net