#include <primitives.h>
Inheritance diagram for ScEng::SphereObjectFactory:

Public Member Functions | |
| BlockType | GetBlockType () |
| Returns the BlockType for this descriptor. | |
| Block * | GetBlock (bool create_dependencies) |
| Returns the Block for this descriptor. | |
| std::string | GetName () |
| Returns the name for this descriptor. | |
| BlockType ScEng::SphereObjectFactory::GetBlockType | ( | ) | [virtual] |
Returns the BlockType for this descriptor.
Implements ScEng::BlockFactory.
| Block * ScEng::SphereObjectFactory::GetBlock | ( | bool | create_dependencies | ) | [virtual] |
Returns the Block for this descriptor.
Implements ScEng::BlockFactory.
| std::string ScEng::SphereObjectFactory::GetName | ( | ) | [virtual] |
Returns the name for this descriptor.
Implements ScEng::BlockFactory.
1.5.1-p1