Module wxmpl :: Class MatrixBuffer
[show private | hide private]
[frames | no frames]

Class MatrixBuffer


Manages a Numerical Python matrix, automatically growing it as necessary to accomodate new rows of entries.
Method Summary
  __init__(self)
  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 or None if the buffer contains no data.
  reset(self)
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 or None if the buffer contains no data.

reset(self)

Zero and reset this buffer, releasing the underlying array.

Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 http://epydoc.sf.net