Wavelet Toolbox | ![]() ![]() |
WTBO object
Class WTBO (Wavelet Toolbox Object) -- Parent class: none
Fields
wtboInfo |
Object information (Not used). |
ud |
Userdata field. |
Methods
|
Constructor for the class WTBO. |
|
Get WTBO object field contents. |
getwtbo |
Get object field contents. |
|
Set WTBO object field contents. |
setwtbo |
Set object field contents. |
Comments
Since any object in the toolbox is parented by a WTBO object, you can associate your own data to an object using the 'ud'
field, and then access it.
If Obj
is an object (parented by a WTBO object), use:
Obj = set(Obj,'ud',MyData)
MyData = get(O,'ud')
![]() | Detailed Description of Objects in the Toolbox | NTREE object | ![]() |