Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class MatrixBuffer |
|
Method Summary | |
---|---|
__init__(self)
| |
Append a new row of entries to the end of this buffer's matrix. | |
Zero and reset this buffer without releasing the underlying array. | |
Returns the current matrix or None if the buffer contains
no data. | |
Zero and reset this buffer, releasing the underlying array. |
Method Details |
---|
append(self, row)Append a new row of entries to the end of this buffer's matrix. |
clear(self)Zero and reset this buffer without releasing the underlying array. |
getData(self)Returns the current matrix orNone if the buffer
contains no data.
|
reset(self)Zero and reset this buffer, releasing the underlying array. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 | http://epydoc.sf.net |