Sirikata
Public Member Functions
Sirikata::ObjectFactory Class Reference

ObjectFactories create objects and connect them to a space. More...

#include <ObjectFactory.hpp>

Inheritance diagram for Sirikata::ObjectFactory:

List of all members.

Public Member Functions

virtual ~ObjectFactory ()
virtual void generate (const String &timestamp="current")=0
 Generate objects for the scene and connect them to the space.

Detailed Description

ObjectFactories create objects and connect them to a space.

They are a convenient way to load or automatically generate scenes.


Constructor & Destructor Documentation

virtual Sirikata::ObjectFactory::~ObjectFactory ( ) [inline, virtual]

Member Function Documentation

virtual void Sirikata::ObjectFactory::generate ( const String &  timestamp = "current") [pure virtual]

Generate objects for the scene and connect them to the space.

Implemented in Sirikata::CassandraObjectFactory, Sirikata::CSVObjectFactory, and Sirikata::SQLiteObjectFactory.


The documentation for this class was generated from the following file: