Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class VectorBuffer |
|
Method Summary | |
---|---|
__init__(self)
| |
Append a new entry to the end of this buffer's vector. | |
Zero and reset this buffer without releasing the underlying array. | |
Returns the current vector or None if the buffer contains
no data. | |
Zero and reset this buffer, releasing the underlying array. |
Method Details |
---|
append(self, point)Append a new entry to the end of this buffer's vector. |
clear(self)Zero and reset this buffer without releasing the underlying array. |
getData(self)Returns the current vector 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 |