#include <OgreRenderable.h>
Public Member Functions | |
virtual | ~Visitor () |
Virtual destructor needed as class has virtual methods. | |
virtual void | visit (Renderable *rend, ushort lodIndex, bool isDebug, Any *pAny=0)=0 |
Generic visitor method. |
Definition at line 334 of file OgreRenderable.h.
virtual Ogre::Renderable::Visitor::~Visitor | ( | ) | [virtual] |
Virtual destructor needed as class has virtual methods.
Definition at line 338 of file OgreRenderable.h.
virtual void Ogre::Renderable::Visitor::visit | ( | Renderable * | rend, | |
ushort | lodIndex, | |||
bool | isDebug, | |||
Any * | pAny = 0 | |||
) | [pure virtual] |
Generic visitor method.
rend | The Renderable instance being visited | |
lodIndex | The LOD index to which this Renderable belongs. Some objects support LOD and this will tell you whether the Renderable you're looking at is from the top LOD (0) or otherwise | |
isDebug | Whether this is a debug renderable or not. | |
pAny | Optional pointer to some additional data that the class calling the visitor may populate if it chooses to. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:05:23 2009