|
OGRE
1.9.0
|
Slot for a terrain instance, together with its definition. More...
#include <OgreTerrainGroup.h>

Public Member Functions | |
| TerrainSlot (long _x, long _y) | |
| virtual | ~TerrainSlot () |
| void | freeInstance () |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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, 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 *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| 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.
Definition at line 322 of file OgreTerrainGroup.h.
| Ogre::TerrainGroup::TerrainSlot::TerrainSlot | ( | long | _x, |
| long | _y ) |
Definition at line 331 of file OgreTerrainGroup.h.
|
virtual |
| void Ogre::TerrainGroup::TerrainSlot::freeInstance | ( | ) |
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
| TerrainSlotDefinition Ogre::TerrainGroup::TerrainSlot::def |
Definition used to load the terrain.
Definition at line 327 of file OgreTerrainGroup.h.
| Terrain* Ogre::TerrainGroup::TerrainSlot::instance |
Actual terrain instance.
Definition at line 329 of file OgreTerrainGroup.h.
Referenced by TerrainSlot().
| long Ogre::TerrainGroup::TerrainSlot::x |
The coordinates of the terrain slot relative to the centre slot (signed).
Definition at line 325 of file OgreTerrainGroup.h.
Referenced by TerrainSlot().
| long Ogre::TerrainGroup::TerrainSlot::y |
Definition at line 325 of file OgreTerrainGroup.h.
Referenced by TerrainSlot().
1.13.2