![]() |
Xfem
The Xfem Plugin
|
A proxy class to export XfemFracture methods to the Lua environment. More...
#include <xfemLuaFracture.h>


Public Member Functions | |
| XfemLuaFracture (XfemFracture *f, XfemMesh *m, const GmLogCategory &logger) | |
| Constructor. | |
| virtual const char * | typeName () const |
| virtual void | fillMetatable (lua_State *L, int index) |
| Prepares the object metatable for calling methods. | |
| virtual void * | getClassMetatableID () |
| Returns an unique identifier to identify an user object as a XfemLuaFracture object. | |
Public Member Functions inherited from GmLuaObject | |
| virtual void | populateMetatable (lua_State *L, int index) |
| QVariant | ptrToVariant () |
| void | ref () |
Private Attributes | |
| XfemFracture * | _fracture |
| The fracture 'wrapped' by this proxy object. | |
| XfemMesh * | _mesh |
| The mesh that this fracture belongs to. | |
Additional Inherited Members | |
Protected Member Functions inherited from GmLuaObject | |
| GmLuaObject (const GmLogCategory &logger) | |
| virtual QString | toString () const |
Protected Attributes inherited from GmLuaObject | |
| const GmLogCategory & | _logger |
| QAtomicInteger< int > | _refCount |
A proxy class to export XfemFracture methods to the Lua environment.
|
virtual |
Prepares the object metatable for calling methods.
Implements GmLuaObject.
|
inlinevirtual |
Implements GmLuaObject.