OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::TerrainAutoUpdateLod Class Referenceabstract

Terrain automatic LOD loading. More...

#include <OgreTerrainAutoUpdateLod.h>

+ Inheritance diagram for Ogre::TerrainAutoUpdateLod:

Public Member Functions

virtual ~TerrainAutoUpdateLod ()
 
virtual void autoUpdateLod (Terrain *terrain, bool synchronous, const Any &data)=0
 Method to be called to change terrain's LOD level. More...
 
virtual uint32 getStrategyId ()=0
 
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 More...
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
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 More...
 

Detailed Description

Terrain automatic LOD loading.

This set of classes is used for automatic change of terrain LOD level. Base is TerrainAutoUpdateLod interface with just one public method autoUpdateLod. This method gets called by terrain whenever user thinks something has changed(typically in application's main loop) what could affect terrain's LOD level. It is designed in such a way so user can use whatever algorithm he likes to change terrain's LOD level. For example see TerrainAutoUpdateLod implementation TerrainAutoUpdateLodByDistance. It is also used as a null object for auto-LOD-updating.

Constructor & Destructor Documentation

◆ ~TerrainAutoUpdateLod()

virtual Ogre::TerrainAutoUpdateLod::~TerrainAutoUpdateLod ( )
inlinevirtual

Member Function Documentation

◆ autoUpdateLod()

virtual void Ogre::TerrainAutoUpdateLod::autoUpdateLod ( Terrain terrain,
bool  synchronous,
const Any data 
)
pure virtual

Method to be called to change terrain's LOD level.

Parameters
terrainInstance of Terrain which LOD level is going to be changed
synchronousRun this as part of main thread or in background
dataAny user specific data.

Implemented in Ogre::TerrainAutoUpdateLodByDistance.

◆ getStrategyId()

virtual uint32 Ogre::TerrainAutoUpdateLod::getStrategyId ( )
pure virtual

◆ operator delete() [1/3]

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

◆ operator delete() [2/3]

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

◆ operator delete() [3/3]

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

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

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

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

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

◆ operator new() [1/3]

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

◆ operator new() [2/3]

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

operator new, with debug line info

◆ operator new() [3/3]

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

placement operator new

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

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

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

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

array operator new, with debug line info


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