Graphite Version 3
An experimental 3D geometry processing program
|
Representation of a pointer to a Graphite object in the LUA interpreter. More...
#include <OGF/gom/lua/lua_graphite_object.h>
Public Attributes | |
Object * | object |
bool | managed |
Representation of a pointer to a Graphite object in the LUA interpreter.
Contains a pointer to the Graphite object and a boolean that indicates whether reference counting should be done for the object. This is needed because the interpreter itself is a Graphite object, and is accessible through the "gom" global variable. If reference counting is enabled, then we got a circular reference that prevents the interpreter from being deallocated on exit.
Definition at line 62 of file lua_graphite_object.h.
bool OGF::GOMLua::GraphiteRef::managed |
Definition at line 64 of file lua_graphite_object.h.
Object* OGF::GOMLua::GraphiteRef::object |
Definition at line 63 of file lua_graphite_object.h.