#include <lugre_ogrewrapper.h>
Public Member Functions | |
| cOgreUserObjectWrapper () | |
| virtual | ~cOgreUserObjectWrapper () |
| virtual long | getTypeID (void) const |
| virtual const Ogre::String & | getTypeName (void) const |
Public Attributes | |
| Ogre::Entity * | mpEntity |
| used for polygon-exact picking, as default is only bounding box | |
| int | miType |
| for use by lua, only interpreted as filter for resultset, -1 means wildcard | |
| int | miParam [4] |
| for use by lua, no interpretation in c | |
Definition at line 52 of file lugre_ogrewrapper.h.
| Lugre::cOgreUserObjectWrapper::cOgreUserObjectWrapper | ( | ) |
Definition at line 146 of file lugre_ogrewrapper.cpp.
| Lugre::cOgreUserObjectWrapper::~cOgreUserObjectWrapper | ( | ) | [virtual] |
Definition at line 147 of file lugre_ogrewrapper.cpp.
| long Lugre::cOgreUserObjectWrapper::getTypeID | ( | void | ) | const [virtual] |
Definition at line 148 of file lugre_ogrewrapper.cpp.
| const Ogre::String & Lugre::cOgreUserObjectWrapper::getTypeName | ( | void | ) | const [virtual] |
Definition at line 149 of file lugre_ogrewrapper.cpp.
| Ogre::Entity* Lugre::cOgreUserObjectWrapper::mpEntity |
used for polygon-exact picking, as default is only bounding box
Definition at line 53 of file lugre_ogrewrapper.h.
for use by lua, only interpreted as filter for resultset, -1 means wildcard
Definition at line 54 of file lugre_ogrewrapper.h.
1.5.6