OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreOptimisedUtil.h File Reference
#include "OgrePrerequisites.h"
#include "OgreEdgeListBuilder.h"
#include <cstddef>
+ Include dependency graph for OgreOptimisedUtil.h:

Go to the source code of this file.

Classes

class  Ogre::OptimisedUtil
 Utility class for provides optimised functions. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Functions

template<class T >
static FORCEINLINE void Ogre::advanceRawPointer (T *&ptr, ptrdiff_t offset)
 Advance the pointer with raw offset. More...
 
template<class T >
static FORCEINLINE T * Ogre::rawOffsetPointer (T *ptr, ptrdiff_t offset)
 Returns raw offseted of the given pointer. More...