Wavelet Toolbox    

WTBO object

Class WTBO (Wavelet Toolbox Object) -- Parent class: none

Fields

wtboInfo
Object information (Not used).
ud
Userdata field.

Methods

wtbo
Constructor for the class WTBO.
get
Get WTBO object field contents.
getwtbo
Get object field contents.
set
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:

to define the data.

To retrieve the data, use:


 Detailed Description of Objects in the Toolbox NTREE object