OGRE  1.9.0
Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager Class Reference

Shader generator ScriptTranslatorManager sub class. More...

#include <OgreShaderGenerator.h>

Inheritance diagram for Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager:

Public Member Functions

 SGScriptTranslatorManager (ShaderGenerator *owner)
 
virtual size_t getNumTranslators () const
 Returns the number of translators being managed.
 
virtual ScriptTranslatorgetTranslator (const AbstractNodePtr &node)
 Returns a manager for the given object abstract node, or null if it is not supported.
 
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
 

Protected Attributes

ShaderGeneratormOwner
 

Detailed Description

Shader generator ScriptTranslatorManager sub class.

Definition at line 859 of file OgreShaderGenerator.h.

Constructor & Destructor Documentation

◆ SGScriptTranslatorManager()

Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager::SGScriptTranslatorManager ( ShaderGenerator * owner)

Definition at line 862 of file OgreShaderGenerator.h.

Member Function Documentation

◆ getNumTranslators()

virtual size_t Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager::getNumTranslators ( ) const
virtual

Returns the number of translators being managed.

Implements Ogre::ScriptTranslatorManager.

Definition at line 868 of file OgreShaderGenerator.h.

◆ getTranslator()

virtual ScriptTranslator * Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager::getTranslator ( const AbstractNodePtr & node)
virtual

Returns a manager for the given object abstract node, or null if it is not supported.

Implements Ogre::ScriptTranslatorManager.

Definition at line 874 of file OgreShaderGenerator.h.

◆ 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

◆ mOwner

ShaderGenerator* Ogre::RTShader::ShaderGenerator::SGScriptTranslatorManager::mOwner
protected

Definition at line 881 of file OgreShaderGenerator.h.


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