#include <types.h>
Inheritance diagram for UMID:

Public Member Functions | |
| UMID (const UInt8 *ID=NULL) | |
| Construct a new UMID either from a sequence of bytes, or as a NULL UMID (32 zero bytes). | |
| UMID (const SmartPtr< UMID > ID) | |
| Construct a UMID from a sequence of bytes. | |
| UMID (const UMID &RHS) | |
| Copy constructor. | |
| UInt32 | GetInstance (void) const |
| Get the UMID's instance number. | |
| void | SetInstance (int Instance, int Method=-1) |
| Set the UMID's instance number. | |
| void | SetMaterial (ULPtr aUL) |
| Set the UMID's material number. | |
Construct a UMID from a sequence of bytes.
| UInt32 GetInstance | ( | void | ) | const [inline] |
Get the UMID's instance number.
| void SetInstance | ( | int | Instance, | |
| int | Method = -1 | |||
| ) | [inline] |
Set the UMID's instance number.
| void SetMaterial | ( | ULPtr | aUL | ) | [inline] |
Set the UMID's material number.
1.5.1-p1