OGRE  1.9.0
Ogre::TerrainGroup::TerrainSlot Struct Reference

Slot for a terrain instance, together with its definition. More...

#include <OgreTerrainGroup.h>

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.
 
Terraininstance
 Actual terrain instance.
 
long x
 The coordinates of the terrain slot relative to the centre slot (signed).
 
long y
 

Detailed Description

Slot for a terrain instance, together with its definition.

Definition at line 322 of file OgreTerrainGroup.h.

Constructor & Destructor Documentation

◆ TerrainSlot()

Ogre::TerrainGroup::TerrainSlot::TerrainSlot ( long _x,
long _y )

Definition at line 331 of file OgreTerrainGroup.h.

◆ ~TerrainSlot()

virtual Ogre::TerrainGroup::TerrainSlot::~TerrainSlot ( )
virtual

Member Function Documentation

◆ freeInstance()

void Ogre::TerrainGroup::TerrainSlot::freeInstance ( )

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void * ptr)
inherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void * ptr,
const char * ,
int ,
const char *  )
inherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void * ptr,
void *  )
inherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void * ptr)
inherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void * ptr,
const char * ,
int ,
const char *  )
inherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

◆ operator new() [1/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t sz)
inherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t sz,
const char * file,
int line,
const char * func )
inherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

◆ operator new() [3/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t sz,
void * ptr )
inherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [1/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t sz)
inherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [2/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t sz,
const char * file,
int line,
const char * func )
inherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

◆ def

TerrainSlotDefinition Ogre::TerrainGroup::TerrainSlot::def

Definition used to load the terrain.

Definition at line 327 of file OgreTerrainGroup.h.

◆ instance

Terrain* Ogre::TerrainGroup::TerrainSlot::instance

Actual terrain instance.

Definition at line 329 of file OgreTerrainGroup.h.

◆ x

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.

◆ y

long Ogre::TerrainGroup::TerrainSlot::y

Definition at line 325 of file OgreTerrainGroup.h.


The documentation for this struct was generated from the following file: