Dice3DS.dom3ds.ChunkMetaclass Class Reference
Public Attributes | |
Key | |
keyframe_fields | |
label | |
multiple_order | |
multiple_types | |
single_order | |
single_types | |
struct_fields | |
Static Public Attributes | |
dictionary | chunk_labelhash = {} |
dictionary | chunk_taghash = {} |
Detailed Description
Metaclass of chunk types. This class takes some static data and defines how to read in the chunks, and preprocesses it. It also creates a dictionary of chunk classes keyed by tag.
Member Data Documentation
◆ chunk_labelhash
|
static |
◆ chunk_taghash
|
static |
◆ Key
Dice3DS.dom3ds.ChunkMetaclass.Key |
◆ keyframe_fields
Dice3DS.dom3ds.ChunkMetaclass.keyframe_fields |
Referenced by Dice3DS.dom3ds.TrackChunk.dump_array(), and Dice3DS.dom3ds.TrackChunk.write_array().
◆ label
Dice3DS.dom3ds.ChunkMetaclass.label |
◆ multiple_order
Dice3DS.dom3ds.ChunkMetaclass.multiple_order |
Referenced by Dice3DS.dom3ds.ChunkBase.document_html(), and Dice3DS.dom3ds.ChunkBase.write_chunks().
◆ multiple_types
Dice3DS.dom3ds.ChunkMetaclass.multiple_types |
Referenced by Dice3DS.dom3ds.ChunkBase.document_html().
◆ single_order
Dice3DS.dom3ds.ChunkMetaclass.single_order |
Referenced by Dice3DS.dom3ds.ChunkBase.document_html(), and Dice3DS.dom3ds.ChunkBase.write_chunks().
◆ single_types
Dice3DS.dom3ds.ChunkMetaclass.single_types |
Referenced by Dice3DS.dom3ds.ChunkBase.document_html().
◆ struct_fields
Dice3DS.dom3ds.ChunkMetaclass.struct_fields |
The documentation for this class was generated from the following file:
- src/Mod/Arch/Dice3DS/dom3ds.py