Package esys :: Package lsm :: Package vis :: Package povray :: Module Box' :: Class Box
[hide private]
[frames] | no frames]

Class Box

                core.Box'.Box --+
                                |
               object --+       |
                        |       |
core.Modifier'.Modifiable --+   |
                            |   |
          Modifier.Modifiable --+
                                |
                               Box
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, minPt, maxPt)
Constructs axis-aligned box.
 
writeSdl(self, f)

Inherited from core.Box'.Box: getCenter, getMaxPt, getMinPt, getSideLength

Inherited from Modifier.Modifiable: apply, applySingle

Inherited from core.Modifier'.Modifiable: applySequence, getModifierList

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, minPt, maxPt)
(Constructor)

 

Constructs axis-aligned box.

Parameters:
  • minPt - lower left back corner coordinate.
  • maxPt - upper right front corner coordinate.
Overrides: object.__init__
(inherited documentation)

writeSdl(self, f)

 
Overrides: Modifier.Modifiable.writeSdl