#include <retinalobjs.h>
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 913 of file retinalobjs.h.
Public Methods | |
virtual Retinal_Object * | create (const string &name, RetinalObjectStringArgs sa, Retinal_Composite *basecomposite, Retinal_Composite *parent) const |
Allocate and return an object based on the given state, defaults, and arguments. |