class MIffTag

Jump to documentation

Encapsulates IFF's 4 character block structure. (OpenMaya) (OpenMaya.py)

public members:

MIffTag ()
MIffTag (unsigned char a, unsigned char b, unsigned char c, unsigned char d)
MIffTag (unsigned int tag)
~MIffTag ()
bool operator== ( const MIffTag & tag ) const
static const MIffTag kFORM
Marks the start of a group of data blocks.
static const MIffTag kCAT
Defines an unsorted group of FORM, e.g. images or sounds.
static const MIffTag kLIST
Defines a sorted group of FORM, e.g. sequence of images
static const MIffTag kPROP
Marks the start of a group of data blocks containing properties shared between forms that are a part of a LIST
static const MIffTag kFOR4
Four byte aligned FORM block
static const MIffTag kFOR8
Eight byte aligned FORM block
static const MIffTag kCAT4
Four byte aligned CAT block
static const MIffTag kCAT8
Eight byte aligned CAT block
static const MIffTag kLIS4
Four byte aligned LIST block
static const MIffTag kLIS8
Eight byte aligned LIST block
static const MIffTag kPRO4
Four byte aligned PROP block
static const MIffTag kPRO8
Eight byte aligned PROP block

Documentation

Encapsulates IFF's 4 character block structure. (OpenMaya) (OpenMaya.py)
Description

Class MIffTag is used to create the 4 byte tags that are used to distinguish the different block types within an IFF file.

Functions

MIffTag:: MIffTag ()

Description

Default class constructor.

MIffTag:: ~MIffTag ()

Description

Destructor.

MIffTag:: MIffTag (unsigned char a, unsigned char b, unsigned char c, unsigned char d)

Description

Class MIffTag is used to create the 4 byte tags that are used to distinguish the different block types within an IFF file. This version of the constructor makes an id tag for a block type.

MIffTag:: MIffTag (unsigned int tag)

Description

Construct an id from an int.

bool MIffTag:: operator== ( const MIffTag &tag ) const

Description

Equals operator.

This class has no child classes.


Autodesk® Maya® 2008 © 1997-2007 Autodesk, Inc. All rights reserved. doc++ Copyright