#include <retinalobjs.h>
Public Methods | |
| virtual | ~RetinalObjectFactory () |
| virtual Retinal_Object* | create (const string& name, RetinalObjectStringArgs sa, Retinal_Composite* basecomposite, int eyewidth, int eyeheight) const |
| Allocate and return an object based on the given state, defaults, and arguments. More... | |
If you need to support more types defined in other files, derive a new class from this one and have it call this create() for anything your class doesn't handle.
Definition at line 789 of file retinalobjs.h.
|
|
Definition at line 791 of file retinalobjs.h. |
|
|
Allocate and return an object based on the given state, defaults, and arguments.
Definition at line 794 of file retinalobjs.h. Referenced by WorldViews::create_object(). |
1.2.1 written by Dimitri van Heesch,
© 1997-2000