|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Slot for a terrain instance, together with its definition. More...
#include <OgreTerrainGroup.h>
 Inheritance diagram for Ogre::TerrainGroup::TerrainSlot:
 Inheritance diagram for Ogre::TerrainGroup::TerrainSlot:| Public Member Functions | |
| TerrainSlot (long _x, long _y) | |
| virtual | ~TerrainSlot () | 
| void | freeInstance () | 
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info | |
| Public Attributes | |
| TerrainSlotDefinition | def | 
| Definition used to load the terrain. | |
| Terrain * | instance | 
| Actual terrain instance. | |
| long | x | 
| The coordinates of the terrain slot relative to the centre slot (signed). | |
| long | y | 
Slot for a terrain instance, together with its definition.
| 
 | virtual | 
| void Ogre::TerrainGroup::TerrainSlot::freeInstance | ( | ) | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info
| TerrainSlotDefinition Ogre::TerrainGroup::TerrainSlot::def | 
Definition used to load the terrain.
| Terrain* Ogre::TerrainGroup::TerrainSlot::instance | 
Actual terrain instance.
| long Ogre::TerrainGroup::TerrainSlot::x | 
The coordinates of the terrain slot relative to the centre slot (signed).
| long Ogre::TerrainGroup::TerrainSlot::y |