ScEng::BlockFactory Class Reference
#include <block.h>
Inheritance diagram for ScEng::BlockFactory:
List of all members.
Detailed Description
The block factory This class creates the blocks during loading. Each block that participates in the DAG need a companion factory. During saving, each block saves its BlockType in the first section of its chunk. During loading, this BlockType is read and used to search for block factory that that matches this BlockType. Then the GetBlock method is called to get a new instance of this the block. For this reason it is very important to register all block factories in SceneEngine::block_factories.
The documentation for this class was generated from the following file:
- C:/SceneEngine/SourceForge/SceneEngine/ScEngLibs/include/ScEng/block.h
Generated on Thu Sep 6 10:49:21 2007 for SceneEngine by
1.5.1-p1