#include "debugging/debugging.h"
#include "iscenegraph.h"
#include "scenelib.h"
#include "generic/reference.h"
#include "generic/callback.h"
#include <map>
Go to the source code of this file.
Data Structures | |
class | InstanceSubgraphWalker |
class | UninstanceSubgraphWalker |
class | InstanceSet |
class | InstanceEvaluateTransform< Type > |
class | InstanceSetEvaluateTransform< Type > |
Defines | |
#define | INCLUDED_INSTANCELIB_H |
Functions | |
template<typename Functor > | |
void | InstanceSet_forEach (InstanceSet &instances, const Functor &functor) |
#define INCLUDED_INSTANCELIB_H |
Definition at line 23 of file instancelib.h.
void InstanceSet_forEach | ( | InstanceSet & | instances, | |
const Functor & | functor | |||
) | [inline] |
Definition at line 170 of file instancelib.h.
References InstanceSet::begin(), InstanceSet::end(), and i.
Referenced by InstanceSetEvaluateTransform< Type >::apply().